@injectivelabs/wallet-base 1.16.38-alpha.7 → 1.16.39-alpha.0

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.
@@ -422,7 +422,7 @@ declare const createEip712StdSignDoc: ({
422
422
  };
423
423
  msgs: {
424
424
  type: string;
425
- value: ObjectRepresentation | SnakeCaseKeys$1<ProtoRepresentation>;
425
+ value: any;
426
426
  }[];
427
427
  memo: string;
428
428
  };
@@ -422,7 +422,7 @@ declare const createEip712StdSignDoc: ({
422
422
  };
423
423
  msgs: {
424
424
  type: string;
425
- value: ObjectRepresentation | SnakeCaseKeys$1<ProtoRepresentation>;
425
+ value: any;
426
426
  }[];
427
427
  memo: string;
428
428
  };