Interface DecodedInitializeMintCloseAuthorityInstructionUnchecked

A decoded, non-validated InitializeMintCloseAuthority instruction

interface DecodedInitializeMintCloseAuthorityInstructionUnchecked {
    data: {
        closeAuthority: null | PublicKey;
        instruction: number;
    };
    keys: {
        mint: undefined | AccountMeta;
    };
    programId: PublicKey;
}

Properties

Properties

data: {
    closeAuthority: null | PublicKey;
    instruction: number;
}

Type declaration

  • closeAuthority: null | PublicKey
  • instruction: number
keys: {
    mint: undefined | AccountMeta;
}

Type declaration

  • mint: undefined | AccountMeta
programId: PublicKey

Generated using TypeDoc