@sentio/sdk
    Preparing search index...

    Interface WithdrawCapability

    interface WithdrawCapability {
        amount: bigint;
        expiration_sec: bigint;
        token_id: _0x3.token.TokenId;
        token_owner: string;
    }
    Index

    Properties

    amount: bigint
    expiration_sec: bigint
    token_id: _0x3.token.TokenId
    token_owner: string