Swig TS — API References
    Preparing search index...

    Type Alias SubAccountWithdrawV1InstructionDataArgs

    type SubAccountWithdrawV1InstructionDataArgs = {
        amount: bigint;
        authorityPayload: ReadonlyUint8Array;
        roleId: number;
    }
    Index

    Properties

    amount: bigint
    authorityPayload: ReadonlyUint8Array
    roleId: number