Type alias WriteExternalPluginAdapterDataV1InstructionArgs

WriteExternalPluginAdapterDataV1InstructionArgs: {
    data: Uint8Array;
    key: BaseExternalPluginAdapterKeyArgs;
}

Type declaration

Generated using TypeDoc