Interface DecodedInitializePermanentDelegateInstruction

A decoded, valid InitializePermanentDelegate instruction

interface DecodedInitializePermanentDelegateInstruction {
    data: {
        delegate: null | PublicKey;
        instruction: InitializePermanentDelegate;
    };
    keys: {
        mint: AccountMeta;
    };
    programId: PublicKey;
}

Properties

Properties

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

Type declaration

keys: {
    mint: AccountMeta;
}

Type declaration

  • mint: AccountMeta
programId: PublicKey

Generated using TypeDoc