Swig TS — API References
    Preparing search index...

    Type Alias CloseTokenAccountV1InstructionData

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

    Properties

    authorityPayload: ReadonlyUint8Array
    discriminator: number
    roleId: number
    tokenAccountOffset: number