Interface DecodedInitializePermanentDelegateInstructionUnchecked

A decoded, non-validated InitializePermanentDelegate instruction

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

Properties

Properties

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

Type declaration

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

Type declaration

  • mint: undefined | AccountMeta
programId: PublicKey

Generated using TypeDoc