Type alias WriteExternalPluginAdapterDataV1InstructionArgs

WriteExternalPluginAdapterDataV1InstructionArgs: {
    data: OptionOrNullable<Uint8Array>;
    key: BaseExternalPluginAdapterKeyArgs;
}

Type declaration

Generated using TypeDoc