Swig TS — API References
    Preparing search index...

    Type Alias CloseTokenAccountV1InstructionDataArgs

    type CloseTokenAccountV1InstructionDataArgs = {
        authorityPayload: ReadonlyUint8Array;
        roleId: number;
        tokenAccountOffset: number;
    }
    Index

    Properties

    authorityPayload: ReadonlyUint8Array
    roleId: number
    tokenAccountOffset: number