A Move UID as it arrives from either protocol: a bare id string under gRPC, { id } (or { id: { id } } one level up) under JSON-RPC. Read one through GrpcCasting.unwrapUid.
UID
{ id }
{ id: { id } }
GrpcCasting.unwrapUid
The object ID in the one-level JSON-RPC UID envelope.
The outer JSON-RPC UID envelope.
The object ID in the nested UID envelope.
A Move
UIDas it arrives from either protocol: a bare id string under gRPC,{ id }(or{ id: { id } }one level up) under JSON-RPC. Read one throughGrpcCasting.unwrapUid.