Interface DecodedInitializeImmutableOwnerInstructionUnchecked

A decoded, non-validated InitializeImmutableOwner instruction

interface DecodedInitializeImmutableOwnerInstructionUnchecked {
    data: {
        instruction: number;
    };
    keys: {
        account: undefined | AccountMeta;
    };
    programId: PublicKey;
}

Properties

Properties

data: {
    instruction: number;
}

Type declaration

  • instruction: number
keys: {
    account: undefined | AccountMeta;
}

Type declaration

  • account: undefined | AccountMeta
programId: PublicKey

Generated using TypeDoc