TransferKey contains information for a transfer operatorship

interface TransferKey {
    nextKeyId: string;
    txId: Uint8Array;
}

Properties

Properties

nextKeyId: string
txId: Uint8Array

Generated using TypeDoc