@xyo-network/xl1-rpc 1.30.3 → 1.30.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
/**
|
|
3
|
-
* Wire schemas for the wallet's `
|
|
3
|
+
* Wire schemas for the wallet's `xyoDataLakes_*` RPC methods. Method names
|
|
4
4
|
* mirror `WalletRpcMethods` in `wallet-xl1-chrome`. The transform pair
|
|
5
5
|
* (`ArrayBufferToJsonZod` / `JsonToArrayBufferZod`) round-trips raw buffers
|
|
6
6
|
* through base64 strings on the wire.
|