@ocap/types 1.29.8 → 1.29.10

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.
@@ -206,7 +206,7 @@ export interface ISignedTransactionInput {
206
206
  txHash: string;
207
207
  txType: string;
208
208
  from: string;
209
- nonce: number;
209
+ nonce: number | string;
210
210
  pk: string;
211
211
  signature: string;
212
212
  chainId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ocap/types",
3
- "version": "1.29.8",
3
+ "version": "1.29.10",
4
4
  "description": "Typescript definitions generated from protobuf",
5
5
  "keywords": [
6
6
  "ocap",