Type alias WriteCollectionExternalPluginAdapterDataV1InstructionArgs

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

Type declaration

Generated using TypeDoc