Interface UpdateTransferHookInstructionData

Deserialized instruction for the initiation of an transfer hook

interface UpdateTransferHookInstructionData {
    instruction: TransferHookExtension;
    transferHookInstruction: Update;
    transferHookProgramId: PublicKey;
}

Properties

transferHookInstruction: Update
transferHookProgramId: PublicKey

Generated using TypeDoc