@ocap/types 1.18.120 → 1.18.122

Sign up to get free protection for your applications and to get access to all the features.
package/lib/state_pb.d.ts CHANGED
@@ -601,6 +601,9 @@ export class StakeState extends jspb.Message {
601
601
  setSlashersList(value: Array<string>): void;
602
602
  addSlashers(value: string, index?: number): string;
603
603
 
604
+ getNonce(): string;
605
+ setNonce(value: string): void;
606
+
604
607
  hasContext(): boolean;
605
608
  clearContext(): void;
606
609
  getContext(): type_pb.TStateContext | undefined;
@@ -633,6 +636,7 @@ export type TStakeState = {
633
636
  revokedTokens: Array<type_pb.TIndexedTokenInput>,
634
637
  revokedAssets: Array<string>,
635
638
  slashers: Array<string>,
639
+ nonce: string,
636
640
  context?: type_pb.TStateContext,
637
641
  data?: google_protobuf_any_pb.Any,
638
642
  }
@@ -962,6 +962,9 @@ export class IndexedStakeState extends jspb.Message {
962
962
  setSlashersList(value: Array<string>): void;
963
963
  addSlashers(value: string, index?: number): string;
964
964
 
965
+ getNonce(): string;
966
+ setNonce(value: string): void;
967
+
965
968
  hasData(): boolean;
966
969
  clearData(): void;
967
970
  getData(): google_protobuf_any_pb.Any | undefined;
@@ -991,6 +994,7 @@ export type TIndexedStakeState = {
991
994
  revokedTokens: Array<TTokenInfo>,
992
995
  revokedAssets: Array<string>,
993
996
  slashers: Array<string>,
997
+ nonce: string,
994
998
  data?: google_protobuf_any_pb.Any,
995
999
  }
996
1000
 
package/lib/tx_pb.d.ts CHANGED
@@ -902,6 +902,9 @@ export class StakeTx extends jspb.Message {
902
902
  setSlashersList(value: Array<string>): void;
903
903
  addSlashers(value: string, index?: number): string;
904
904
 
905
+ getNonce(): string;
906
+ setNonce(value: string): void;
907
+
905
908
  hasData(): boolean;
906
909
  clearData(): void;
907
910
  getData(): google_protobuf_any_pb.Any | undefined;
@@ -925,6 +928,7 @@ export type TStakeTx = {
925
928
  message: string,
926
929
  revokeWaitingPeriod: number,
927
930
  slashers: Array<string>,
931
+ nonce: string,
928
932
  data?: google_protobuf_any_pb.Any,
929
933
  }
930
934
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ocap/types",
3
- "version": "1.18.120",
3
+ "version": "1.18.122",
4
4
  "description": "Typescript definitions generated from protobuf",
5
5
  "keywords": [
6
6
  "ocap",
@@ -39,5 +39,5 @@
39
39
  "bugs": {
40
40
  "url": "https://github.com/ArcBlock/blockchain/issues"
41
41
  },
42
- "gitHead": "c713fd891dc1c2bba5e945c85bc84b12f6c8bcde"
42
+ "gitHead": "1d522587088f88d0b6f710e89fa18d5d7acbd61f"
43
43
  }