Type alias WriteExternalPluginAdapterDataV1InstructionDataArgs

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

Type declaration

Generated using TypeDoc