aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Type Alias UidOnChain

    UidOnChain: ObjectId | { id: ObjectId } | { id: { id: ObjectId } }

    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.

    Type Declaration