Type alias WriteExternalPluginAdapterDataV1InstructionData

WriteExternalPluginAdapterDataV1InstructionData: {
    data: Uint8Array;
    discriminator: number;
    key: BaseExternalPluginAdapterKey;
}

Type declaration

Generated using TypeDoc