@mysten/sui 2.16.3 → 2.17.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.
Files changed (104) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/dist/bcs/bcs.d.mts +6 -6
  3. package/dist/bcs/index.d.mts +20 -20
  4. package/dist/graphql/generated/queries.d.mts.map +1 -1
  5. package/dist/graphql/generated/queries.mjs.map +1 -1
  6. package/dist/graphql/generated/tada-env.d.mts +82 -1
  7. package/dist/grpc/client.d.mts +2 -0
  8. package/dist/grpc/client.d.mts.map +1 -1
  9. package/dist/grpc/client.mjs +2 -0
  10. package/dist/grpc/client.mjs.map +1 -1
  11. package/dist/grpc/proto/google/protobuf/struct.mjs +1 -1
  12. package/dist/grpc/proto/google/protobuf/struct.mjs.map +1 -1
  13. package/dist/grpc/proto/google/rpc/status.mjs +1 -1
  14. package/dist/grpc/proto/google/rpc/status.mjs.map +1 -1
  15. package/dist/grpc/proto/sui/forking/v1alpha/forking_service.client.d.mts +66 -0
  16. package/dist/grpc/proto/sui/forking/v1alpha/forking_service.client.d.mts.map +1 -0
  17. package/dist/grpc/proto/sui/forking/v1alpha/forking_service.client.mjs +48 -0
  18. package/dist/grpc/proto/sui/forking/v1alpha/forking_service.client.mjs.map +1 -0
  19. package/dist/grpc/proto/sui/forking/v1alpha/forking_service.d.mts +135 -0
  20. package/dist/grpc/proto/sui/forking/v1alpha/forking_service.d.mts.map +1 -0
  21. package/dist/grpc/proto/sui/forking/v1alpha/forking_service.mjs +144 -0
  22. package/dist/grpc/proto/sui/forking/v1alpha/forking_service.mjs.map +1 -0
  23. package/dist/grpc/proto/sui/rpc/v2/checkpoint.mjs +1 -1
  24. package/dist/grpc/proto/sui/rpc/v2/checkpoint.mjs.map +1 -1
  25. package/dist/grpc/proto/sui/rpc/v2/checkpoint_contents.mjs +3 -3
  26. package/dist/grpc/proto/sui/rpc/v2/checkpoint_contents.mjs.map +1 -1
  27. package/dist/grpc/proto/sui/rpc/v2/checkpoint_summary.mjs +3 -3
  28. package/dist/grpc/proto/sui/rpc/v2/checkpoint_summary.mjs.map +1 -1
  29. package/dist/grpc/proto/sui/rpc/v2/effects.d.mts +71 -3
  30. package/dist/grpc/proto/sui/rpc/v2/effects.d.mts.map +1 -1
  31. package/dist/grpc/proto/sui/rpc/v2/effects.mjs +71 -5
  32. package/dist/grpc/proto/sui/rpc/v2/effects.mjs.map +1 -1
  33. package/dist/grpc/proto/sui/rpc/v2/event.mjs +1 -1
  34. package/dist/grpc/proto/sui/rpc/v2/event.mjs.map +1 -1
  35. package/dist/grpc/proto/sui/rpc/v2/executed_transaction.mjs +2 -2
  36. package/dist/grpc/proto/sui/rpc/v2/executed_transaction.mjs.map +1 -1
  37. package/dist/grpc/proto/sui/rpc/v2/ledger_service.client.d.mts +4 -4
  38. package/dist/grpc/proto/sui/rpc/v2/ledger_service.mjs +3 -3
  39. package/dist/grpc/proto/sui/rpc/v2/ledger_service.mjs.map +1 -1
  40. package/dist/grpc/proto/sui/rpc/v2/move_package.d.mts.map +1 -1
  41. package/dist/grpc/proto/sui/rpc/v2/move_package.mjs +13 -13
  42. package/dist/grpc/proto/sui/rpc/v2/move_package.mjs.map +1 -1
  43. package/dist/grpc/proto/sui/rpc/v2/move_package_service.client.d.mts +4 -4
  44. package/dist/grpc/proto/sui/rpc/v2/move_package_service.mjs +1 -1
  45. package/dist/grpc/proto/sui/rpc/v2/move_package_service.mjs.map +1 -1
  46. package/dist/grpc/proto/sui/rpc/v2/name_service.client.d.mts +4 -4
  47. package/dist/grpc/proto/sui/rpc/v2/object.d.mts.map +1 -1
  48. package/dist/grpc/proto/sui/rpc/v2/object.mjs +1 -1
  49. package/dist/grpc/proto/sui/rpc/v2/object.mjs.map +1 -1
  50. package/dist/grpc/proto/sui/rpc/v2/signature.mjs +3 -3
  51. package/dist/grpc/proto/sui/rpc/v2/signature.mjs.map +1 -1
  52. package/dist/grpc/proto/sui/rpc/v2/signature_verification_service.client.d.mts +4 -4
  53. package/dist/grpc/proto/sui/rpc/v2/signature_verification_service.d.mts.map +1 -1
  54. package/dist/grpc/proto/sui/rpc/v2/signature_verification_service.mjs +1 -1
  55. package/dist/grpc/proto/sui/rpc/v2/signature_verification_service.mjs.map +1 -1
  56. package/dist/grpc/proto/sui/rpc/v2/state_service.client.d.mts +4 -4
  57. package/dist/grpc/proto/sui/rpc/v2/state_service.d.mts.map +1 -1
  58. package/dist/grpc/proto/sui/rpc/v2/state_service.mjs +3 -3
  59. package/dist/grpc/proto/sui/rpc/v2/state_service.mjs.map +1 -1
  60. package/dist/grpc/proto/sui/rpc/v2/subscription_service.client.d.mts +4 -4
  61. package/dist/grpc/proto/sui/rpc/v2/system_state.mjs +2 -2
  62. package/dist/grpc/proto/sui/rpc/v2/system_state.mjs.map +1 -1
  63. package/dist/grpc/proto/sui/rpc/v2/transaction.d.mts.map +1 -1
  64. package/dist/grpc/proto/sui/rpc/v2/transaction.mjs +16 -16
  65. package/dist/grpc/proto/sui/rpc/v2/transaction.mjs.map +1 -1
  66. package/dist/grpc/proto/sui/rpc/v2/transaction_execution_service.mjs +4 -4
  67. package/dist/grpc/proto/sui/rpc/v2/transaction_execution_service.mjs.map +1 -1
  68. package/dist/grpc/proto/types.d.mts +3 -2
  69. package/dist/grpc/proto/types.mjs +11 -1
  70. package/dist/grpc/proto/types.mjs.map +1 -1
  71. package/dist/jsonRpc/types/params.d.mts +5 -5
  72. package/dist/transactions/Transaction.d.mts +9 -9
  73. package/dist/transactions/Transaction.d.mts.map +1 -1
  74. package/dist/version.mjs +1 -1
  75. package/dist/version.mjs.map +1 -1
  76. package/package.json +2 -2
  77. package/src/graphql/generated/queries.ts +46 -1
  78. package/src/graphql/generated/schema.graphql +49 -3
  79. package/src/graphql/generated/tada-env.ts +97 -1
  80. package/src/grpc/client.ts +3 -0
  81. package/src/grpc/proto/google/protobuf/struct.ts +1 -1
  82. package/src/grpc/proto/google/rpc/error_details.ts +4 -4
  83. package/src/grpc/proto/google/rpc/status.ts +1 -1
  84. package/src/grpc/proto/sui/forking/v1alpha/forking_service.client.ts +125 -0
  85. package/src/grpc/proto/sui/forking/v1alpha/forking_service.ts +230 -0
  86. package/src/grpc/proto/sui/rpc/v2/checkpoint.ts +1 -1
  87. package/src/grpc/proto/sui/rpc/v2/checkpoint_contents.ts +3 -3
  88. package/src/grpc/proto/sui/rpc/v2/checkpoint_summary.ts +3 -3
  89. package/src/grpc/proto/sui/rpc/v2/effects.ts +112 -6
  90. package/src/grpc/proto/sui/rpc/v2/event.ts +1 -1
  91. package/src/grpc/proto/sui/rpc/v2/executed_transaction.ts +2 -2
  92. package/src/grpc/proto/sui/rpc/v2/ledger_service.ts +3 -3
  93. package/src/grpc/proto/sui/rpc/v2/move_package.ts +19 -13
  94. package/src/grpc/proto/sui/rpc/v2/move_package_service.ts +1 -1
  95. package/src/grpc/proto/sui/rpc/v2/object.ts +7 -1
  96. package/src/grpc/proto/sui/rpc/v2/signature.ts +3 -3
  97. package/src/grpc/proto/sui/rpc/v2/signature_verification_service.ts +7 -1
  98. package/src/grpc/proto/sui/rpc/v2/state_service.ts +9 -3
  99. package/src/grpc/proto/sui/rpc/v2/system_state.ts +2 -2
  100. package/src/grpc/proto/sui/rpc/v2/transaction.ts +22 -16
  101. package/src/grpc/proto/sui/rpc/v2/transaction_execution_service.ts +4 -4
  102. package/src/grpc/proto/types.ts +1 -0
  103. package/src/jsonRpc/types/params.ts +5 -5
  104. package/src/version.ts +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"transaction.d.mts","names":[],"sources":["../../../../../../src/grpc/proto/sui/rpc/v2/transaction.ts"],"mappings":"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"}
1
+ {"version":3,"file":"transaction.d.mts","names":[],"sources":["../../../../../../src/grpc/proto/sui/rpc/v2/transaction.ts"],"mappings":"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"}
@@ -317,7 +317,7 @@ var GasPayment$Type = class extends MessageType {
317
317
  no: 1,
318
318
  name: "objects",
319
319
  kind: "message",
320
- repeat: 1,
320
+ repeat: 2,
321
321
  T: () => ObjectReference
322
322
  },
323
323
  {
@@ -481,13 +481,13 @@ var ProgrammableTransaction$Type = class extends MessageType {
481
481
  no: 1,
482
482
  name: "inputs",
483
483
  kind: "message",
484
- repeat: 1,
484
+ repeat: 2,
485
485
  T: () => Input
486
486
  }, {
487
487
  no: 2,
488
488
  name: "commands",
489
489
  kind: "message",
490
- repeat: 1,
490
+ repeat: 2,
491
491
  T: () => Command
492
492
  }]);
493
493
  }
@@ -590,7 +590,7 @@ var MoveCall$Type = class extends MessageType {
590
590
  no: 5,
591
591
  name: "arguments",
592
592
  kind: "message",
593
- repeat: 1,
593
+ repeat: 2,
594
594
  T: () => Argument
595
595
  }
596
596
  ]);
@@ -606,7 +606,7 @@ var TransferObjects$Type = class extends MessageType {
606
606
  no: 1,
607
607
  name: "objects",
608
608
  kind: "message",
609
- repeat: 1,
609
+ repeat: 2,
610
610
  T: () => Argument
611
611
  }, {
612
612
  no: 2,
@@ -631,7 +631,7 @@ var SplitCoins$Type = class extends MessageType {
631
631
  no: 2,
632
632
  name: "amounts",
633
633
  kind: "message",
634
- repeat: 1,
634
+ repeat: 2,
635
635
  T: () => Argument
636
636
  }]);
637
637
  }
@@ -651,7 +651,7 @@ var MergeCoins$Type = class extends MessageType {
651
651
  no: 2,
652
652
  name: "coins_to_merge",
653
653
  kind: "message",
654
- repeat: 1,
654
+ repeat: 2,
655
655
  T: () => Argument
656
656
  }]);
657
657
  }
@@ -693,7 +693,7 @@ var MakeMoveVector$Type = class extends MessageType {
693
693
  no: 2,
694
694
  name: "elements",
695
695
  kind: "message",
696
- repeat: 1,
696
+ repeat: 2,
697
697
  T: () => Argument
698
698
  }]);
699
699
  }
@@ -841,7 +841,7 @@ var ChangeEpoch$Type = class extends MessageType {
841
841
  no: 8,
842
842
  name: "system_packages",
843
843
  kind: "message",
844
- repeat: 1,
844
+ repeat: 2,
845
845
  T: () => SystemPackage
846
846
  }
847
847
  ]);
@@ -889,7 +889,7 @@ var GenesisTransaction$Type = class extends MessageType {
889
889
  no: 1,
890
890
  name: "objects",
891
891
  kind: "message",
892
- repeat: 1,
892
+ repeat: 2,
893
893
  T: () => Object$1
894
894
  }]);
895
895
  }
@@ -1003,7 +1003,7 @@ var CanceledTransaction$Type = class extends MessageType {
1003
1003
  no: 2,
1004
1004
  name: "version_assignments",
1005
1005
  kind: "message",
1006
- repeat: 1,
1006
+ repeat: 2,
1007
1007
  T: () => VersionAssignment
1008
1008
  }]);
1009
1009
  }
@@ -1024,7 +1024,7 @@ var ConsensusDeterminedVersionAssignments$Type = class extends MessageType {
1024
1024
  no: 3,
1025
1025
  name: "canceled_transactions",
1026
1026
  kind: "message",
1027
- repeat: 1,
1027
+ repeat: 2,
1028
1028
  T: () => CanceledTransaction
1029
1029
  }]);
1030
1030
  }
@@ -1056,7 +1056,7 @@ var AuthenticatorStateUpdate$Type = class extends MessageType {
1056
1056
  no: 3,
1057
1057
  name: "new_active_jwks",
1058
1058
  kind: "message",
1059
- repeat: 1,
1059
+ repeat: 2,
1060
1060
  T: () => ActiveJwk
1061
1061
  },
1062
1062
  {
@@ -1110,7 +1110,7 @@ var EndOfEpochTransaction$Type = class extends MessageType {
1110
1110
  no: 1,
1111
1111
  name: "transactions",
1112
1112
  kind: "message",
1113
- repeat: 1,
1113
+ repeat: 2,
1114
1114
  T: () => EndOfEpochTransactionKind
1115
1115
  }]);
1116
1116
  }
@@ -1215,7 +1215,7 @@ var ExecutionTimeObservations$Type = class extends MessageType {
1215
1215
  no: 2,
1216
1216
  name: "observations",
1217
1217
  kind: "message",
1218
- repeat: 1,
1218
+ repeat: 2,
1219
1219
  T: () => ExecutionTimeObservation
1220
1220
  }]);
1221
1221
  }
@@ -1244,7 +1244,7 @@ var ExecutionTimeObservation$Type = class extends MessageType {
1244
1244
  no: 3,
1245
1245
  name: "validator_observations",
1246
1246
  kind: "message",
1247
- repeat: 1,
1247
+ repeat: 2,
1248
1248
  T: () => ValidatorExecutionTimeObservation
1249
1249
  }
1250
1250
  ]);
@@ -1 +1 @@
1
- {"version":3,"file":"transaction.mjs","names":["Object"],"sources":["../../../../../../src/grpc/proto/sui/rpc/v2/transaction.ts"],"sourcesContent":["// Copyright (c) Mysten Labs, Inc.\n// SPDX-License-Identifier: Apache-2.0\n\n// @generated by protobuf-ts 2.9.6 with parameter force_server_none,optimize_code_size,ts_nocheck\n// @generated from protobuf file \"sui/rpc/v2/transaction.proto\" (package \"sui.rpc.v2\", syntax proto3)\n// tslint:disable\n// @ts-nocheck\n//\n// Copyright (c) Mysten Labs, Inc.\n// SPDX-License-Identifier: Apache-2.0\n//\nimport { MessageType } from '@protobuf-ts/runtime';\nimport { Duration } from '../../../google/protobuf/duration.js';\nimport { Jwk } from './jwk.js';\nimport { JwkId } from './jwk.js';\nimport { Object } from './object.js';\nimport { Argument } from './argument.js';\nimport { Input } from './input.js';\nimport { Timestamp } from '../../../google/protobuf/timestamp.js';\nimport { ObjectReference } from './object_reference.js';\nimport { Bcs } from './bcs.js';\n/**\n * A transaction.\n *\n * @generated from protobuf message sui.rpc.v2.Transaction\n */\nexport interface Transaction {\n\t/**\n\t * This Transaction serialized as BCS.\n\t *\n\t * @generated from protobuf field: optional sui.rpc.v2.Bcs bcs = 1;\n\t */\n\tbcs?: Bcs;\n\t/**\n\t * The digest of this Transaction.\n\t *\n\t * @generated from protobuf field: optional string digest = 2;\n\t */\n\tdigest?: string;\n\t/**\n\t * Version of this Transaction.\n\t *\n\t * @generated from protobuf field: optional int32 version = 3;\n\t */\n\tversion?: number;\n\t/**\n\t * @generated from protobuf field: optional sui.rpc.v2.TransactionKind kind = 4;\n\t */\n\tkind?: TransactionKind;\n\t/**\n\t * @generated from protobuf field: optional string sender = 5;\n\t */\n\tsender?: string;\n\t/**\n\t * @generated from protobuf field: optional sui.rpc.v2.GasPayment gas_payment = 6;\n\t */\n\tgasPayment?: GasPayment;\n\t/**\n\t * @generated from protobuf field: optional sui.rpc.v2.TransactionExpiration expiration = 7;\n\t */\n\texpiration?: TransactionExpiration;\n}\n/**\n * Payment information for executing a transaction.\n *\n * @generated from protobuf message sui.rpc.v2.GasPayment\n */\nexport interface GasPayment {\n\t/**\n\t * Set of gas objects to use for payment.\n\t *\n\t * @generated from protobuf field: repeated sui.rpc.v2.ObjectReference objects = 1;\n\t */\n\tobjects: ObjectReference[];\n\t/**\n\t * Owner of the gas objects, either the transaction sender or a sponsor.\n\t *\n\t * @generated from protobuf field: optional string owner = 2;\n\t */\n\towner?: string;\n\t/**\n\t * Gas unit price to use when charging for computation.\n\t *\n\t * Must be greater than or equal to the network's current RGP (reference gas price).\n\t *\n\t * @generated from protobuf field: optional uint64 price = 3;\n\t */\n\tprice?: bigint;\n\t/**\n\t * Total budget willing to spend for the execution of a transaction.\n\t *\n\t * @generated from protobuf field: optional uint64 budget = 4;\n\t */\n\tbudget?: bigint;\n}\n/**\n * A TTL for a transaction.\n *\n * @generated from protobuf message sui.rpc.v2.TransactionExpiration\n */\nexport interface TransactionExpiration {\n\t/**\n\t * @generated from protobuf field: optional sui.rpc.v2.TransactionExpiration.TransactionExpirationKind kind = 1;\n\t */\n\tkind?: TransactionExpiration_TransactionExpirationKind;\n\t/**\n\t * Maximum epoch in which a transaction can be executed. The provided maximal epoch\n\t * must be greater than or equal to the current epoch for a transaction to execute.\n\t *\n\t * @generated from protobuf field: optional uint64 epoch = 2;\n\t */\n\tepoch?: bigint;\n\t/**\n\t * Minimal epoch in which a transaction can be executed. The provided minimal epoch\n\t * must be less than or equal to the current epoch for a transaction to execute.\n\t *\n\t * @generated from protobuf field: optional uint64 min_epoch = 3;\n\t */\n\tminEpoch?: bigint;\n\t/**\n\t * Minimal UNIX timestamp in which a transaction can be executed. The\n\t * provided minimal timestamp must be less than or equal to the current\n\t * clock.\n\t *\n\t * @generated from protobuf field: optional google.protobuf.Timestamp min_timestamp = 4;\n\t */\n\tminTimestamp?: Timestamp;\n\t/**\n\t * Maximum UNIX timestamp in which a transaction can be executed. The\n\t * provided maximal timestamp must be greater than or equal to the current\n\t * clock.\n\t *\n\t * @generated from protobuf field: optional google.protobuf.Timestamp max_timestamp = 5;\n\t */\n\tmaxTimestamp?: Timestamp;\n\t/**\n\t * ChainId of the network this transaction is intended for in order to prevent cross-chain replay\n\t *\n\t * @generated from protobuf field: optional string chain = 6;\n\t */\n\tchain?: string;\n\t/**\n\t * User-provided uniqueness identifier to differentiate otherwise identical transactions\n\t *\n\t * @generated from protobuf field: optional uint32 nonce = 7;\n\t */\n\tnonce?: number;\n}\n/**\n * @generated from protobuf enum sui.rpc.v2.TransactionExpiration.TransactionExpirationKind\n */\nexport enum TransactionExpiration_TransactionExpirationKind {\n\t/**\n\t * @generated from protobuf enum value: TRANSACTION_EXPIRATION_KIND_UNKNOWN = 0;\n\t */\n\tTRANSACTION_EXPIRATION_KIND_UNKNOWN = 0,\n\t/**\n\t * The transaction has no expiration.\n\t *\n\t * @generated from protobuf enum value: NONE = 1;\n\t */\n\tNONE = 1,\n\t/**\n\t * Validators won't sign and execute transaction unless the expiration epoch\n\t * is greater than or equal to the current epoch.\n\t *\n\t * @generated from protobuf enum value: EPOCH = 2;\n\t */\n\tEPOCH = 2,\n\t/**\n\t * This variant enables gas payments from address balances.\n\t *\n\t * When transactions use address balances for gas payment instead of explicit gas coins,\n\t * we lose the natural transaction uniqueness and replay prevention that comes from\n\t * mutation of gas coin objects.\n\t *\n\t * By bounding expiration and providing a nonce, validators must only retain\n\t * executed digests for the maximum possible expiry range to differentiate\n\t * retries from unique transactions with otherwise identical inputs.\n\t *\n\t * @generated from protobuf enum value: VALID_DURING = 3;\n\t */\n\tVALID_DURING = 3,\n}\n/**\n * Transaction type.\n *\n * @generated from protobuf message sui.rpc.v2.TransactionKind\n */\nexport interface TransactionKind {\n\t/**\n\t * @generated from protobuf field: optional sui.rpc.v2.TransactionKind.Kind kind = 1;\n\t */\n\tkind?: TransactionKind_Kind;\n\t/**\n\t * @generated from protobuf oneof: data\n\t */\n\tdata:\n\t\t| {\n\t\t\t\toneofKind: 'programmableTransaction';\n\t\t\t\t/**\n\t\t\t\t * A transaction comprised of a list of native commands and Move calls.\n\t\t\t\t *\n\t\t\t\t * @generated from protobuf field: sui.rpc.v2.ProgrammableTransaction programmable_transaction = 2;\n\t\t\t\t */\n\t\t\t\tprogrammableTransaction: ProgrammableTransaction;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'changeEpoch';\n\t\t\t\t/**\n\t\t\t\t * System transaction used to end an epoch.\n\t\t\t\t *\n\t\t\t\t * The `ChangeEpoch` variant is now deprecated (but the `ChangeEpoch` struct is still used by\n\t\t\t\t * `EndOfEpochTransaction`).\n\t\t\t\t *\n\t\t\t\t * @generated from protobuf field: sui.rpc.v2.ChangeEpoch change_epoch = 3;\n\t\t\t\t */\n\t\t\t\tchangeEpoch: ChangeEpoch;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'genesis';\n\t\t\t\t/**\n\t\t\t\t * Transaction used to initialize the chain state.\n\t\t\t\t *\n\t\t\t\t * Only valid if in the genesis checkpoint (0) and if this is the very first transaction ever\n\t\t\t\t * executed on the chain.\n\t\t\t\t *\n\t\t\t\t * @generated from protobuf field: sui.rpc.v2.GenesisTransaction genesis = 4;\n\t\t\t\t */\n\t\t\t\tgenesis: GenesisTransaction;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'consensusCommitPrologue';\n\t\t\t\t/**\n\t\t\t\t * consensus commit update info\n\t\t\t\t *\n\t\t\t\t * @generated from protobuf field: sui.rpc.v2.ConsensusCommitPrologue consensus_commit_prologue = 5;\n\t\t\t\t */\n\t\t\t\tconsensusCommitPrologue: ConsensusCommitPrologue;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'authenticatorStateUpdate';\n\t\t\t\t/**\n\t\t\t\t * Update set of valid JWKs used for zklogin.\n\t\t\t\t *\n\t\t\t\t * @generated from protobuf field: sui.rpc.v2.AuthenticatorStateUpdate authenticator_state_update = 6;\n\t\t\t\t */\n\t\t\t\tauthenticatorStateUpdate: AuthenticatorStateUpdate;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'endOfEpoch';\n\t\t\t\t/**\n\t\t\t\t * Set of operations to run at the end of the epoch to close out the current epoch and start\n\t\t\t\t * the next one.\n\t\t\t\t *\n\t\t\t\t * @generated from protobuf field: sui.rpc.v2.EndOfEpochTransaction end_of_epoch = 7;\n\t\t\t\t */\n\t\t\t\tendOfEpoch: EndOfEpochTransaction;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'randomnessStateUpdate';\n\t\t\t\t/**\n\t\t\t\t * Randomness update.\n\t\t\t\t *\n\t\t\t\t * @generated from protobuf field: sui.rpc.v2.RandomnessStateUpdate randomness_state_update = 8;\n\t\t\t\t */\n\t\t\t\trandomnessStateUpdate: RandomnessStateUpdate;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: undefined;\n\t\t };\n}\n/**\n * @generated from protobuf enum sui.rpc.v2.TransactionKind.Kind\n */\nexport enum TransactionKind_Kind {\n\t/**\n\t * @generated from protobuf enum value: KIND_UNKNOWN = 0;\n\t */\n\tKIND_UNKNOWN = 0,\n\t/**\n\t * A user transaction comprised of a list of native commands and Move calls.\n\t *\n\t * @generated from protobuf enum value: PROGRAMMABLE_TRANSACTION = 1;\n\t */\n\tPROGRAMMABLE_TRANSACTION = 1,\n\t/**\n\t * System transaction used to end an epoch.\n\t *\n\t * The `ChangeEpoch` variant is now deprecated (but the `ChangeEpoch` struct is still used by\n\t * `EndOfEpochTransaction`).\n\t *\n\t * @generated from protobuf enum value: CHANGE_EPOCH = 2;\n\t */\n\tCHANGE_EPOCH = 2,\n\t/**\n\t * Transaction used to initialize the chain state.\n\t *\n\t * Only valid if in the genesis checkpoint (0) and if this is the very first transaction ever\n\t * executed on the chain.\n\t *\n\t * @generated from protobuf enum value: GENESIS = 3;\n\t */\n\tGENESIS = 3,\n\t/**\n\t * V1 consensus commit update.\n\t *\n\t * @generated from protobuf enum value: CONSENSUS_COMMIT_PROLOGUE_V1 = 4;\n\t */\n\tCONSENSUS_COMMIT_PROLOGUE_V1 = 4,\n\t/**\n\t * Update set of valid JWKs used for zklogin.\n\t *\n\t * @generated from protobuf enum value: AUTHENTICATOR_STATE_UPDATE = 5;\n\t */\n\tAUTHENTICATOR_STATE_UPDATE = 5,\n\t/**\n\t * Set of operations to run at the end of the epoch to close out the current epoch and start\n\t * the next one.\n\t *\n\t * @generated from protobuf enum value: END_OF_EPOCH = 6;\n\t */\n\tEND_OF_EPOCH = 6,\n\t/**\n\t * Randomness update.\n\t *\n\t * @generated from protobuf enum value: RANDOMNESS_STATE_UPDATE = 7;\n\t */\n\tRANDOMNESS_STATE_UPDATE = 7,\n\t/**\n\t * V2 consensus commit update.\n\t *\n\t * @generated from protobuf enum value: CONSENSUS_COMMIT_PROLOGUE_V2 = 8;\n\t */\n\tCONSENSUS_COMMIT_PROLOGUE_V2 = 8,\n\t/**\n\t * V3 consensus commit update.\n\t *\n\t * @generated from protobuf enum value: CONSENSUS_COMMIT_PROLOGUE_V3 = 9;\n\t */\n\tCONSENSUS_COMMIT_PROLOGUE_V3 = 9,\n\t/**\n\t * V4 consensus commit update.\n\t *\n\t * @generated from protobuf enum value: CONSENSUS_COMMIT_PROLOGUE_V4 = 10;\n\t */\n\tCONSENSUS_COMMIT_PROLOGUE_V4 = 10,\n\t/**\n\t * A system transaction comprised of a list of native commands and Move calls.\n\t *\n\t * @generated from protobuf enum value: PROGRAMMABLE_SYSTEM_TRANSACTION = 11;\n\t */\n\tPROGRAMMABLE_SYSTEM_TRANSACTION = 11,\n}\n/**\n * A user transaction.\n *\n * Contains a series of native commands and Move calls where the results of one command can be\n * used in future commands.\n *\n * @generated from protobuf message sui.rpc.v2.ProgrammableTransaction\n */\nexport interface ProgrammableTransaction {\n\t/**\n\t * Input objects or primitive values.\n\t *\n\t * @generated from protobuf field: repeated sui.rpc.v2.Input inputs = 1;\n\t */\n\tinputs: Input[];\n\t/**\n\t * The commands to be executed sequentially. A failure in any command\n\t * results in the failure of the entire transaction.\n\t *\n\t * @generated from protobuf field: repeated sui.rpc.v2.Command commands = 2;\n\t */\n\tcommands: Command[];\n}\n/**\n * A single command in a programmable transaction.\n *\n * @generated from protobuf message sui.rpc.v2.Command\n */\nexport interface Command {\n\t/**\n\t * @generated from protobuf oneof: command\n\t */\n\tcommand:\n\t\t| {\n\t\t\t\toneofKind: 'moveCall';\n\t\t\t\t/**\n\t\t\t\t * A call to either an entry or a public Move function.\n\t\t\t\t *\n\t\t\t\t * @generated from protobuf field: sui.rpc.v2.MoveCall move_call = 1;\n\t\t\t\t */\n\t\t\t\tmoveCall: MoveCall;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'transferObjects';\n\t\t\t\t/**\n\t\t\t\t * `(Vec<forall T:key+store. T>, address)`\n\t\t\t\t * It sends n-objects to the specified address. These objects must have store\n\t\t\t\t * (public transfer) and either the previous owner must be an address or the object must\n\t\t\t\t * be newly created.\n\t\t\t\t *\n\t\t\t\t * @generated from protobuf field: sui.rpc.v2.TransferObjects transfer_objects = 2;\n\t\t\t\t */\n\t\t\t\ttransferObjects: TransferObjects;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'splitCoins';\n\t\t\t\t/**\n\t\t\t\t * `(&mut Coin<T>, Vec<u64>)` -> `Vec<Coin<T>>`\n\t\t\t\t * It splits off some amounts into new coins with those amounts.\n\t\t\t\t *\n\t\t\t\t * @generated from protobuf field: sui.rpc.v2.SplitCoins split_coins = 3;\n\t\t\t\t */\n\t\t\t\tsplitCoins: SplitCoins;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'mergeCoins';\n\t\t\t\t/**\n\t\t\t\t * `(&mut Coin<T>, Vec<Coin<T>>)`\n\t\t\t\t * It merges n-coins into the first coin.\n\t\t\t\t *\n\t\t\t\t * @generated from protobuf field: sui.rpc.v2.MergeCoins merge_coins = 4;\n\t\t\t\t */\n\t\t\t\tmergeCoins: MergeCoins;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'publish';\n\t\t\t\t/**\n\t\t\t\t * Publishes a Move package. It takes the package bytes and a list of the package's transitive\n\t\t\t\t * dependencies to link against on chain.\n\t\t\t\t *\n\t\t\t\t * @generated from protobuf field: sui.rpc.v2.Publish publish = 5;\n\t\t\t\t */\n\t\t\t\tpublish: Publish;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'makeMoveVector';\n\t\t\t\t/**\n\t\t\t\t * `forall T: Vec<T> -> vector<T>`\n\t\t\t\t * Given n-values of the same type, it constructs a vector. For non-objects or an empty vector,\n\t\t\t\t * the type tag must be specified.\n\t\t\t\t *\n\t\t\t\t * @generated from protobuf field: sui.rpc.v2.MakeMoveVector make_move_vector = 6;\n\t\t\t\t */\n\t\t\t\tmakeMoveVector: MakeMoveVector;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'upgrade';\n\t\t\t\t/**\n\t\t\t\t * Upgrades a Move package.\n\t\t\t\t * Takes (in order):\n\t\t\t\t * 1. A vector of serialized modules for the package.\n\t\t\t\t * 2. A vector of object ids for the transitive dependencies of the new package.\n\t\t\t\t * 3. The object ID of the package being upgraded.\n\t\t\t\t * 4. An argument holding the `UpgradeTicket` that must have been produced from an earlier command in the same\n\t\t\t\t * programmable transaction.\n\t\t\t\t *\n\t\t\t\t * @generated from protobuf field: sui.rpc.v2.Upgrade upgrade = 7;\n\t\t\t\t */\n\t\t\t\tupgrade: Upgrade;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: undefined;\n\t\t };\n}\n/**\n * Command to call a Move function.\n *\n * Functions that can be called by a `MoveCall` command are those that have a function signature\n * that is either `entry` or `public` (which don't have a reference return type).\n *\n * @generated from protobuf message sui.rpc.v2.MoveCall\n */\nexport interface MoveCall {\n\t/**\n\t * The package containing the module and function.\n\t *\n\t * @generated from protobuf field: optional string package = 1;\n\t */\n\tpackage?: string;\n\t/**\n\t * The specific module in the package containing the function.\n\t *\n\t * @generated from protobuf field: optional string module = 2;\n\t */\n\tmodule?: string;\n\t/**\n\t * The function to be called.\n\t *\n\t * @generated from protobuf field: optional string function = 3;\n\t */\n\tfunction?: string;\n\t/**\n\t * The type arguments to the function.\n\t *\n\t * @generated from protobuf field: repeated string type_arguments = 4;\n\t */\n\ttypeArguments: string[];\n\t/**\n\t * The arguments to the function.\n\t *\n\t * @generated from protobuf field: repeated sui.rpc.v2.Argument arguments = 5;\n\t */\n\targuments: Argument[];\n}\n/**\n * Command to transfer ownership of a set of objects to an address.\n *\n * @generated from protobuf message sui.rpc.v2.TransferObjects\n */\nexport interface TransferObjects {\n\t/**\n\t * Set of objects to transfer.\n\t *\n\t * @generated from protobuf field: repeated sui.rpc.v2.Argument objects = 1;\n\t */\n\tobjects: Argument[];\n\t/**\n\t * The address to transfer ownership to.\n\t *\n\t * @generated from protobuf field: optional sui.rpc.v2.Argument address = 2;\n\t */\n\taddress?: Argument;\n}\n/**\n * Command to split a single coin object into multiple coins.\n *\n * @generated from protobuf message sui.rpc.v2.SplitCoins\n */\nexport interface SplitCoins {\n\t/**\n\t * The coin to split.\n\t *\n\t * @generated from protobuf field: optional sui.rpc.v2.Argument coin = 1;\n\t */\n\tcoin?: Argument;\n\t/**\n\t * The amounts to split off.\n\t *\n\t * @generated from protobuf field: repeated sui.rpc.v2.Argument amounts = 2;\n\t */\n\tamounts: Argument[];\n}\n/**\n * Command to merge multiple coins of the same type into a single coin.\n *\n * @generated from protobuf message sui.rpc.v2.MergeCoins\n */\nexport interface MergeCoins {\n\t/**\n\t * Coin to merge coins into.\n\t *\n\t * @generated from protobuf field: optional sui.rpc.v2.Argument coin = 1;\n\t */\n\tcoin?: Argument;\n\t/**\n\t * Set of coins to merge into `coin`.\n\t *\n\t * All listed coins must be of the same type and be the same type as `coin`\n\t *\n\t * @generated from protobuf field: repeated sui.rpc.v2.Argument coins_to_merge = 2;\n\t */\n\tcoinsToMerge: Argument[];\n}\n/**\n * Command to publish a new Move package.\n *\n * @generated from protobuf message sui.rpc.v2.Publish\n */\nexport interface Publish {\n\t/**\n\t * The serialized Move modules.\n\t *\n\t * @generated from protobuf field: repeated bytes modules = 1;\n\t */\n\tmodules: Uint8Array[];\n\t/**\n\t * Set of packages that the to-be published package depends on.\n\t *\n\t * @generated from protobuf field: repeated string dependencies = 2;\n\t */\n\tdependencies: string[];\n}\n/**\n * Command to build a Move vector out of a set of individual elements.\n *\n * @generated from protobuf message sui.rpc.v2.MakeMoveVector\n */\nexport interface MakeMoveVector {\n\t/**\n\t * Type of the individual elements.\n\t *\n\t * This is required to be set when the type can't be inferred, for example when the set of\n\t * provided arguments are all pure input values.\n\t *\n\t * @generated from protobuf field: optional string element_type = 1;\n\t */\n\telementType?: string;\n\t/**\n\t * The set individual elements to build the vector with.\n\t *\n\t * @generated from protobuf field: repeated sui.rpc.v2.Argument elements = 2;\n\t */\n\telements: Argument[];\n}\n/**\n * Command to upgrade an already published package.\n *\n * @generated from protobuf message sui.rpc.v2.Upgrade\n */\nexport interface Upgrade {\n\t/**\n\t * The serialized Move modules.\n\t *\n\t * @generated from protobuf field: repeated bytes modules = 1;\n\t */\n\tmodules: Uint8Array[];\n\t/**\n\t * Set of packages that the to-be published package depends on.\n\t *\n\t * @generated from protobuf field: repeated string dependencies = 2;\n\t */\n\tdependencies: string[];\n\t/**\n\t * Package ID of the package to upgrade.\n\t *\n\t * @generated from protobuf field: optional string package = 3;\n\t */\n\tpackage?: string;\n\t/**\n\t * Ticket authorizing the upgrade.\n\t *\n\t * @generated from protobuf field: optional sui.rpc.v2.Argument ticket = 4;\n\t */\n\tticket?: Argument;\n}\n/**\n * Randomness update.\n *\n * @generated from protobuf message sui.rpc.v2.RandomnessStateUpdate\n */\nexport interface RandomnessStateUpdate {\n\t/**\n\t * Epoch of the randomness state update transaction.\n\t *\n\t * @generated from protobuf field: optional uint64 epoch = 1;\n\t */\n\tepoch?: bigint;\n\t/**\n\t * Randomness round of the update.\n\t *\n\t * @generated from protobuf field: optional uint64 randomness_round = 2;\n\t */\n\trandomnessRound?: bigint;\n\t/**\n\t * Updated random bytes.\n\t *\n\t * @generated from protobuf field: optional bytes random_bytes = 3;\n\t */\n\trandomBytes?: Uint8Array;\n\t/**\n\t * The initial version of the randomness object that it was shared at.\n\t *\n\t * @generated from protobuf field: optional uint64 randomness_object_initial_shared_version = 4;\n\t */\n\trandomnessObjectInitialSharedVersion?: bigint;\n}\n/**\n * System transaction used to change the epoch.\n *\n * @generated from protobuf message sui.rpc.v2.ChangeEpoch\n */\nexport interface ChangeEpoch {\n\t/**\n\t * The next (to become) epoch ID.\n\t *\n\t * @generated from protobuf field: optional uint64 epoch = 1;\n\t */\n\tepoch?: bigint;\n\t/**\n\t * The protocol version in effect in the new epoch.\n\t *\n\t * @generated from protobuf field: optional uint64 protocol_version = 2;\n\t */\n\tprotocolVersion?: bigint;\n\t/**\n\t * The total amount of gas charged for storage during the epoch.\n\t *\n\t * @generated from protobuf field: optional uint64 storage_charge = 3;\n\t */\n\tstorageCharge?: bigint;\n\t/**\n\t * The total amount of gas charged for computation during the epoch.\n\t *\n\t * @generated from protobuf field: optional uint64 computation_charge = 4;\n\t */\n\tcomputationCharge?: bigint;\n\t/**\n\t * The amount of storage rebate refunded to the txn senders.\n\t *\n\t * @generated from protobuf field: optional uint64 storage_rebate = 5;\n\t */\n\tstorageRebate?: bigint;\n\t/**\n\t * The non-refundable storage fee.\n\t *\n\t * @generated from protobuf field: optional uint64 non_refundable_storage_fee = 6;\n\t */\n\tnonRefundableStorageFee?: bigint;\n\t/**\n\t * Unix timestamp when epoch started.\n\t *\n\t * @generated from protobuf field: optional google.protobuf.Timestamp epoch_start_timestamp = 7;\n\t */\n\tepochStartTimestamp?: Timestamp;\n\t/**\n\t * System packages (specifically framework and Move stdlib) that are written before the new\n\t * epoch starts. This tracks framework upgrades on chain. When executing the `ChangeEpoch` txn,\n\t * the validator must write out the following modules. Modules are provided with the version they\n\t * will be upgraded to, their modules in serialized form (which include their package ID), and\n\t * a list of their transitive dependencies.\n\t *\n\t * @generated from protobuf field: repeated sui.rpc.v2.SystemPackage system_packages = 8;\n\t */\n\tsystemPackages: SystemPackage[];\n}\n/**\n * System package.\n *\n * @generated from protobuf message sui.rpc.v2.SystemPackage\n */\nexport interface SystemPackage {\n\t/**\n\t * Version of the package.\n\t *\n\t * @generated from protobuf field: optional uint64 version = 1;\n\t */\n\tversion?: bigint;\n\t/**\n\t * Move modules.\n\t *\n\t * @generated from protobuf field: repeated bytes modules = 2;\n\t */\n\tmodules: Uint8Array[];\n\t/**\n\t * Package dependencies.\n\t *\n\t * @generated from protobuf field: repeated string dependencies = 3;\n\t */\n\tdependencies: string[];\n}\n/**\n * The genesis transaction.\n *\n * @generated from protobuf message sui.rpc.v2.GenesisTransaction\n */\nexport interface GenesisTransaction {\n\t/**\n\t * Set of genesis objects.\n\t *\n\t * @generated from protobuf field: repeated sui.rpc.v2.Object objects = 1;\n\t */\n\tobjects: Object[];\n}\n/**\n * Consensus commit prologue system transaction.\n *\n * This message can represent V1, V2, and V3 prologue types.\n *\n * @generated from protobuf message sui.rpc.v2.ConsensusCommitPrologue\n */\nexport interface ConsensusCommitPrologue {\n\t/**\n\t * Epoch of the commit prologue transaction.\n\t *\n\t * Present in V1, V2, V3, V4.\n\t *\n\t * @generated from protobuf field: optional uint64 epoch = 1;\n\t */\n\tepoch?: bigint;\n\t/**\n\t * Consensus round of the commit.\n\t *\n\t * Present in V1, V2, V3, V4.\n\t *\n\t * @generated from protobuf field: optional uint64 round = 2;\n\t */\n\tround?: bigint;\n\t/**\n\t * Unix timestamp from consensus.\n\t *\n\t * Present in V1, V2, V3, V4.\n\t *\n\t * @generated from protobuf field: optional google.protobuf.Timestamp commit_timestamp = 3;\n\t */\n\tcommitTimestamp?: Timestamp;\n\t/**\n\t * Digest of consensus output.\n\t *\n\t * Present in V2, V3, V4.\n\t *\n\t * @generated from protobuf field: optional string consensus_commit_digest = 4;\n\t */\n\tconsensusCommitDigest?: string;\n\t/**\n\t * The sub DAG index of the consensus commit. This field is populated if there\n\t * are multiple consensus commits per round.\n\t *\n\t * Present in V3, V4.\n\t *\n\t * @generated from protobuf field: optional uint64 sub_dag_index = 5;\n\t */\n\tsubDagIndex?: bigint;\n\t/**\n\t * Stores consensus handler determined consensus object version assignments.\n\t *\n\t * Present in V3, V4.\n\t *\n\t * @generated from protobuf field: optional sui.rpc.v2.ConsensusDeterminedVersionAssignments consensus_determined_version_assignments = 6;\n\t */\n\tconsensusDeterminedVersionAssignments?: ConsensusDeterminedVersionAssignments;\n\t/**\n\t * Digest of any additional state computed by the consensus handler.\n\t * Used to detect forking bugs as early as possible.\n\t *\n\t * Present in V4.\n\t *\n\t * @generated from protobuf field: optional string additional_state_digest = 7;\n\t */\n\tadditionalStateDigest?: string;\n}\n/**\n * Object version assignment from consensus.\n *\n * @generated from protobuf message sui.rpc.v2.VersionAssignment\n */\nexport interface VersionAssignment {\n\t/**\n\t * `ObjectId` of the object.\n\t *\n\t * @generated from protobuf field: optional string object_id = 1;\n\t */\n\tobjectId?: string;\n\t/**\n\t * start version of the consensus stream for this object\n\t *\n\t * @generated from protobuf field: optional uint64 start_version = 2;\n\t */\n\tstartVersion?: bigint;\n\t/**\n\t * Assigned version.\n\t *\n\t * @generated from protobuf field: optional uint64 version = 3;\n\t */\n\tversion?: bigint;\n}\n/**\n * A transaction that was canceled.\n *\n * @generated from protobuf message sui.rpc.v2.CanceledTransaction\n */\nexport interface CanceledTransaction {\n\t/**\n\t * Digest of the canceled transaction.\n\t *\n\t * @generated from protobuf field: optional string digest = 1;\n\t */\n\tdigest?: string;\n\t/**\n\t * List of object version assignments.\n\t *\n\t * @generated from protobuf field: repeated sui.rpc.v2.VersionAssignment version_assignments = 2;\n\t */\n\tversionAssignments: VersionAssignment[];\n}\n/**\n * Version assignments performed by consensus.\n *\n * @generated from protobuf message sui.rpc.v2.ConsensusDeterminedVersionAssignments\n */\nexport interface ConsensusDeterminedVersionAssignments {\n\t/**\n\t * Version of this message\n\t *\n\t * @generated from protobuf field: optional int32 version = 1;\n\t */\n\tversion?: number;\n\t/**\n\t * Canceled transaction version assignment.\n\t *\n\t * @generated from protobuf field: repeated sui.rpc.v2.CanceledTransaction canceled_transactions = 3;\n\t */\n\tcanceledTransactions: CanceledTransaction[];\n}\n/**\n * Update the set of valid JWKs.\n *\n * @generated from protobuf message sui.rpc.v2.AuthenticatorStateUpdate\n */\nexport interface AuthenticatorStateUpdate {\n\t/**\n\t * Epoch of the authenticator state update transaction.\n\t *\n\t * @generated from protobuf field: optional uint64 epoch = 1;\n\t */\n\tepoch?: bigint;\n\t/**\n\t * Consensus round of the authenticator state update.\n\t *\n\t * @generated from protobuf field: optional uint64 round = 2;\n\t */\n\tround?: bigint;\n\t/**\n\t * Newly active JWKs.\n\t *\n\t * @generated from protobuf field: repeated sui.rpc.v2.ActiveJwk new_active_jwks = 3;\n\t */\n\tnewActiveJwks: ActiveJwk[];\n\t/**\n\t * The initial version of the authenticator object that it was shared at.\n\t *\n\t * @generated from protobuf field: optional uint64 authenticator_object_initial_shared_version = 4;\n\t */\n\tauthenticatorObjectInitialSharedVersion?: bigint;\n}\n/**\n * A new JWK.\n *\n * @generated from protobuf message sui.rpc.v2.ActiveJwk\n */\nexport interface ActiveJwk {\n\t/**\n\t * Identifier used to uniquely identify a JWK.\n\t *\n\t * @generated from protobuf field: optional sui.rpc.v2.JwkId id = 1;\n\t */\n\tid?: JwkId;\n\t/**\n\t * The JWK.\n\t *\n\t * @generated from protobuf field: optional sui.rpc.v2.Jwk jwk = 2;\n\t */\n\tjwk?: Jwk;\n\t/**\n\t * Most recent epoch in which the JWK was validated.\n\t *\n\t * @generated from protobuf field: optional uint64 epoch = 3;\n\t */\n\tepoch?: bigint;\n}\n/**\n * Set of operations run at the end of the epoch to close out the current epoch\n * and start the next one.\n *\n * @generated from protobuf message sui.rpc.v2.EndOfEpochTransaction\n */\nexport interface EndOfEpochTransaction {\n\t/**\n\t * @generated from protobuf field: repeated sui.rpc.v2.EndOfEpochTransactionKind transactions = 1;\n\t */\n\ttransactions: EndOfEpochTransactionKind[];\n}\n/**\n * Operation run at the end of an epoch.\n *\n * @generated from protobuf message sui.rpc.v2.EndOfEpochTransactionKind\n */\nexport interface EndOfEpochTransactionKind {\n\t/**\n\t * @generated from protobuf field: optional sui.rpc.v2.EndOfEpochTransactionKind.Kind kind = 1;\n\t */\n\tkind?: EndOfEpochTransactionKind_Kind;\n\t/**\n\t * @generated from protobuf oneof: data\n\t */\n\tdata:\n\t\t| {\n\t\t\t\toneofKind: 'changeEpoch';\n\t\t\t\t/**\n\t\t\t\t * End the epoch and start the next one.\n\t\t\t\t *\n\t\t\t\t * @generated from protobuf field: sui.rpc.v2.ChangeEpoch change_epoch = 2;\n\t\t\t\t */\n\t\t\t\tchangeEpoch: ChangeEpoch;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'authenticatorStateExpire';\n\t\t\t\t/**\n\t\t\t\t * Expire JWKs used for zklogin.\n\t\t\t\t *\n\t\t\t\t * @generated from protobuf field: sui.rpc.v2.AuthenticatorStateExpire authenticator_state_expire = 3;\n\t\t\t\t */\n\t\t\t\tauthenticatorStateExpire: AuthenticatorStateExpire;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'executionTimeObservations';\n\t\t\t\t/**\n\t\t\t\t * Execution time observations from the committee to preserve cross epoch\n\t\t\t\t *\n\t\t\t\t * @generated from protobuf field: sui.rpc.v2.ExecutionTimeObservations execution_time_observations = 4;\n\t\t\t\t */\n\t\t\t\texecutionTimeObservations: ExecutionTimeObservations;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'bridgeChainId';\n\t\t\t\t/**\n\t\t\t\t * ChainId used when initializing the bridge\n\t\t\t\t *\n\t\t\t\t * @generated from protobuf field: string bridge_chain_id = 5;\n\t\t\t\t */\n\t\t\t\tbridgeChainId: string;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'bridgeObjectVersion';\n\t\t\t\t/**\n\t\t\t\t * Start version of the Bridge object\n\t\t\t\t *\n\t\t\t\t * @generated from protobuf field: uint64 bridge_object_version = 6;\n\t\t\t\t */\n\t\t\t\tbridgeObjectVersion: bigint;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'storageCost';\n\t\t\t\t/**\n\t\t\t\t * Contains the end-of-epoch-computed storage cost for accumulator objects.\n\t\t\t\t *\n\t\t\t\t * @generated from protobuf field: uint64 storage_cost = 7;\n\t\t\t\t */\n\t\t\t\tstorageCost: bigint;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: undefined;\n\t\t };\n}\n/**\n * @generated from protobuf enum sui.rpc.v2.EndOfEpochTransactionKind.Kind\n */\nexport enum EndOfEpochTransactionKind_Kind {\n\t/**\n\t * @generated from protobuf enum value: KIND_UNKNOWN = 0;\n\t */\n\tKIND_UNKNOWN = 0,\n\t/**\n\t * End the epoch and start the next one.\n\t *\n\t * @generated from protobuf enum value: CHANGE_EPOCH = 1;\n\t */\n\tCHANGE_EPOCH = 1,\n\t/**\n\t * Create and initialize the authenticator object used for zklogin.\n\t *\n\t * @generated from protobuf enum value: AUTHENTICATOR_STATE_CREATE = 2;\n\t */\n\tAUTHENTICATOR_STATE_CREATE = 2,\n\t/**\n\t * Expire JWKs used for zklogin.\n\t *\n\t * @generated from protobuf enum value: AUTHENTICATOR_STATE_EXPIRE = 3;\n\t */\n\tAUTHENTICATOR_STATE_EXPIRE = 3,\n\t/**\n\t * Create and initialize the randomness object.\n\t *\n\t * @generated from protobuf enum value: RANDOMNESS_STATE_CREATE = 4;\n\t */\n\tRANDOMNESS_STATE_CREATE = 4,\n\t/**\n\t * Create and initialize the deny list object.\n\t *\n\t * @generated from protobuf enum value: DENY_LIST_STATE_CREATE = 5;\n\t */\n\tDENY_LIST_STATE_CREATE = 5,\n\t/**\n\t * Create and initialize the bridge object.\n\t *\n\t * @generated from protobuf enum value: BRIDGE_STATE_CREATE = 6;\n\t */\n\tBRIDGE_STATE_CREATE = 6,\n\t/**\n\t * Initialize the bridge committee.\n\t *\n\t * @generated from protobuf enum value: BRIDGE_COMMITTEE_INIT = 7;\n\t */\n\tBRIDGE_COMMITTEE_INIT = 7,\n\t/**\n\t * Execution time observations from the committee to preserve cross epoch\n\t *\n\t * @generated from protobuf enum value: STORE_EXECUTION_TIME_OBSERVATIONS = 8;\n\t */\n\tSTORE_EXECUTION_TIME_OBSERVATIONS = 8,\n\t/**\n\t * Create the accumulator root object.\n\t *\n\t * @generated from protobuf enum value: ACCUMULATOR_ROOT_CREATE = 9;\n\t */\n\tACCUMULATOR_ROOT_CREATE = 9,\n\t/**\n\t * Create and initialize the Coin Registry object.\n\t *\n\t * @generated from protobuf enum value: COIN_REGISTRY_CREATE = 10;\n\t */\n\tCOIN_REGISTRY_CREATE = 10,\n\t/**\n\t * Create and initialize the Display Registry object.\n\t *\n\t * @generated from protobuf enum value: DISPLAY_REGISTRY_CREATE = 11;\n\t */\n\tDISPLAY_REGISTRY_CREATE = 11,\n\t/**\n\t * Create and initialize the Address Alias State object.\n\t *\n\t * @generated from protobuf enum value: ADDRESS_ALIAS_STATE_CREATE = 12;\n\t */\n\tADDRESS_ALIAS_STATE_CREATE = 12,\n\t/**\n\t * Write the end-of-epoch-computed storage cost for accumulator objects.\n\t *\n\t * @generated from protobuf enum value: WRITE_ACCUMULATOR_STORAGE_COST = 13;\n\t */\n\tWRITE_ACCUMULATOR_STORAGE_COST = 13,\n}\n/**\n * Expire old JWKs.\n *\n * @generated from protobuf message sui.rpc.v2.AuthenticatorStateExpire\n */\nexport interface AuthenticatorStateExpire {\n\t/**\n\t * Expire JWKs that have a lower epoch than this.\n\t *\n\t * @generated from protobuf field: optional uint64 min_epoch = 1;\n\t */\n\tminEpoch?: bigint;\n\t/**\n\t * The initial version of the authenticator object that it was shared at.\n\t *\n\t * @generated from protobuf field: optional uint64 authenticator_object_initial_shared_version = 2;\n\t */\n\tauthenticatorObjectInitialSharedVersion?: bigint;\n}\n/**\n * @generated from protobuf message sui.rpc.v2.ExecutionTimeObservations\n */\nexport interface ExecutionTimeObservations {\n\t/**\n\t * Version of this ExecutionTimeObservations\n\t *\n\t * @generated from protobuf field: optional int32 version = 1;\n\t */\n\tversion?: number;\n\t/**\n\t * @generated from protobuf field: repeated sui.rpc.v2.ExecutionTimeObservation observations = 2;\n\t */\n\tobservations: ExecutionTimeObservation[];\n}\n/**\n * @generated from protobuf message sui.rpc.v2.ExecutionTimeObservation\n */\nexport interface ExecutionTimeObservation {\n\t/**\n\t * @generated from protobuf field: optional sui.rpc.v2.ExecutionTimeObservation.ExecutionTimeObservationKind kind = 1;\n\t */\n\tkind?: ExecutionTimeObservation_ExecutionTimeObservationKind;\n\t/**\n\t * @generated from protobuf field: optional sui.rpc.v2.MoveCall move_entry_point = 2;\n\t */\n\tmoveEntryPoint?: MoveCall;\n\t/**\n\t * @generated from protobuf field: repeated sui.rpc.v2.ValidatorExecutionTimeObservation validator_observations = 3;\n\t */\n\tvalidatorObservations: ValidatorExecutionTimeObservation[];\n}\n/**\n * @generated from protobuf enum sui.rpc.v2.ExecutionTimeObservation.ExecutionTimeObservationKind\n */\nexport enum ExecutionTimeObservation_ExecutionTimeObservationKind {\n\t/**\n\t * @generated from protobuf enum value: EXECUTION_TIME_OBSERVATION_KIND_UNKNOWN = 0;\n\t */\n\tEXECUTION_TIME_OBSERVATION_KIND_UNKNOWN = 0,\n\t/**\n\t * @generated from protobuf enum value: MOVE_ENTRY_POINT = 1;\n\t */\n\tMOVE_ENTRY_POINT = 1,\n\t/**\n\t * @generated from protobuf enum value: TRANSFER_OBJECTS = 2;\n\t */\n\tTRANSFER_OBJECTS = 2,\n\t/**\n\t * @generated from protobuf enum value: SPLIT_COINS = 3;\n\t */\n\tSPLIT_COINS = 3,\n\t/**\n\t * @generated from protobuf enum value: MERGE_COINS = 4;\n\t */\n\tMERGE_COINS = 4,\n\t/**\n\t * @generated from protobuf enum value: PUBLISH = 5;\n\t */\n\tPUBLISH = 5,\n\t/**\n\t * @generated from protobuf enum value: MAKE_MOVE_VECTOR = 6;\n\t */\n\tMAKE_MOVE_VECTOR = 6,\n\t/**\n\t * @generated from protobuf enum value: UPGRADE = 7;\n\t */\n\tUPGRADE = 7,\n}\n/**\n * @generated from protobuf message sui.rpc.v2.ValidatorExecutionTimeObservation\n */\nexport interface ValidatorExecutionTimeObservation {\n\t/**\n\t * Bls12381 public key of the validator\n\t *\n\t * @generated from protobuf field: optional bytes validator = 1;\n\t */\n\tvalidator?: Uint8Array;\n\t/**\n\t * Duration of an execution observation\n\t *\n\t * @generated from protobuf field: optional google.protobuf.Duration duration = 2;\n\t */\n\tduration?: Duration;\n}\n// @generated message type with reflection information, may provide speed optimized methods\nclass Transaction$Type extends MessageType<Transaction> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.Transaction', [\n\t\t\t{ no: 1, name: 'bcs', kind: 'message', T: () => Bcs },\n\t\t\t{ no: 2, name: 'digest', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 3, name: 'version', kind: 'scalar', opt: true, T: 5 /*ScalarType.INT32*/ },\n\t\t\t{ no: 4, name: 'kind', kind: 'message', T: () => TransactionKind },\n\t\t\t{ no: 5, name: 'sender', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 6, name: 'gas_payment', kind: 'message', T: () => GasPayment },\n\t\t\t{ no: 7, name: 'expiration', kind: 'message', T: () => TransactionExpiration },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.Transaction\n */\nexport const Transaction = new Transaction$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass GasPayment$Type extends MessageType<GasPayment> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.GasPayment', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'objects',\n\t\t\t\tkind: 'message',\n\t\t\t\trepeat: 1 /*RepeatType.PACKED*/,\n\t\t\t\tT: () => ObjectReference,\n\t\t\t},\n\t\t\t{ no: 2, name: 'owner', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{\n\t\t\t\tno: 3,\n\t\t\t\tname: 'price',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 4,\n\t\t\t\tname: 'budget',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.GasPayment\n */\nexport const GasPayment = new GasPayment$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass TransactionExpiration$Type extends MessageType<TransactionExpiration> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.TransactionExpiration', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'kind',\n\t\t\t\tkind: 'enum',\n\t\t\t\topt: true,\n\t\t\t\tT: () => [\n\t\t\t\t\t'sui.rpc.v2.TransactionExpiration.TransactionExpirationKind',\n\t\t\t\t\tTransactionExpiration_TransactionExpirationKind,\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'epoch',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 3,\n\t\t\t\tname: 'min_epoch',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{ no: 4, name: 'min_timestamp', kind: 'message', T: () => Timestamp },\n\t\t\t{ no: 5, name: 'max_timestamp', kind: 'message', T: () => Timestamp },\n\t\t\t{ no: 6, name: 'chain', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 7, name: 'nonce', kind: 'scalar', opt: true, T: 13 /*ScalarType.UINT32*/ },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.TransactionExpiration\n */\nexport const TransactionExpiration = new TransactionExpiration$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass TransactionKind$Type extends MessageType<TransactionKind> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.TransactionKind', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'kind',\n\t\t\t\tkind: 'enum',\n\t\t\t\topt: true,\n\t\t\t\tT: () => ['sui.rpc.v2.TransactionKind.Kind', TransactionKind_Kind],\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'programmable_transaction',\n\t\t\t\tkind: 'message',\n\t\t\t\toneof: 'data',\n\t\t\t\tT: () => ProgrammableTransaction,\n\t\t\t},\n\t\t\t{ no: 3, name: 'change_epoch', kind: 'message', oneof: 'data', T: () => ChangeEpoch },\n\t\t\t{ no: 4, name: 'genesis', kind: 'message', oneof: 'data', T: () => GenesisTransaction },\n\t\t\t{\n\t\t\t\tno: 5,\n\t\t\t\tname: 'consensus_commit_prologue',\n\t\t\t\tkind: 'message',\n\t\t\t\toneof: 'data',\n\t\t\t\tT: () => ConsensusCommitPrologue,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 6,\n\t\t\t\tname: 'authenticator_state_update',\n\t\t\t\tkind: 'message',\n\t\t\t\toneof: 'data',\n\t\t\t\tT: () => AuthenticatorStateUpdate,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 7,\n\t\t\t\tname: 'end_of_epoch',\n\t\t\t\tkind: 'message',\n\t\t\t\toneof: 'data',\n\t\t\t\tT: () => EndOfEpochTransaction,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 8,\n\t\t\t\tname: 'randomness_state_update',\n\t\t\t\tkind: 'message',\n\t\t\t\toneof: 'data',\n\t\t\t\tT: () => RandomnessStateUpdate,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.TransactionKind\n */\nexport const TransactionKind = new TransactionKind$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass ProgrammableTransaction$Type extends MessageType<ProgrammableTransaction> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.ProgrammableTransaction', [\n\t\t\t{ no: 1, name: 'inputs', kind: 'message', repeat: 1 /*RepeatType.PACKED*/, T: () => Input },\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'commands',\n\t\t\t\tkind: 'message',\n\t\t\t\trepeat: 1 /*RepeatType.PACKED*/,\n\t\t\t\tT: () => Command,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.ProgrammableTransaction\n */\nexport const ProgrammableTransaction = new ProgrammableTransaction$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass Command$Type extends MessageType<Command> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.Command', [\n\t\t\t{ no: 1, name: 'move_call', kind: 'message', oneof: 'command', T: () => MoveCall },\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'transfer_objects',\n\t\t\t\tkind: 'message',\n\t\t\t\toneof: 'command',\n\t\t\t\tT: () => TransferObjects,\n\t\t\t},\n\t\t\t{ no: 3, name: 'split_coins', kind: 'message', oneof: 'command', T: () => SplitCoins },\n\t\t\t{ no: 4, name: 'merge_coins', kind: 'message', oneof: 'command', T: () => MergeCoins },\n\t\t\t{ no: 5, name: 'publish', kind: 'message', oneof: 'command', T: () => Publish },\n\t\t\t{\n\t\t\t\tno: 6,\n\t\t\t\tname: 'make_move_vector',\n\t\t\t\tkind: 'message',\n\t\t\t\toneof: 'command',\n\t\t\t\tT: () => MakeMoveVector,\n\t\t\t},\n\t\t\t{ no: 7, name: 'upgrade', kind: 'message', oneof: 'command', T: () => Upgrade },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.Command\n */\nexport const Command = new Command$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass MoveCall$Type extends MessageType<MoveCall> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.MoveCall', [\n\t\t\t{ no: 1, name: 'package', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 2, name: 'module', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 3, name: 'function', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{\n\t\t\t\tno: 4,\n\t\t\t\tname: 'type_arguments',\n\t\t\t\tkind: 'scalar',\n\t\t\t\trepeat: 2 /*RepeatType.UNPACKED*/,\n\t\t\t\tT: 9 /*ScalarType.STRING*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 5,\n\t\t\t\tname: 'arguments',\n\t\t\t\tkind: 'message',\n\t\t\t\trepeat: 1 /*RepeatType.PACKED*/,\n\t\t\t\tT: () => Argument,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.MoveCall\n */\nexport const MoveCall = new MoveCall$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass TransferObjects$Type extends MessageType<TransferObjects> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.TransferObjects', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'objects',\n\t\t\t\tkind: 'message',\n\t\t\t\trepeat: 1 /*RepeatType.PACKED*/,\n\t\t\t\tT: () => Argument,\n\t\t\t},\n\t\t\t{ no: 2, name: 'address', kind: 'message', T: () => Argument },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.TransferObjects\n */\nexport const TransferObjects = new TransferObjects$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass SplitCoins$Type extends MessageType<SplitCoins> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.SplitCoins', [\n\t\t\t{ no: 1, name: 'coin', kind: 'message', T: () => Argument },\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'amounts',\n\t\t\t\tkind: 'message',\n\t\t\t\trepeat: 1 /*RepeatType.PACKED*/,\n\t\t\t\tT: () => Argument,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.SplitCoins\n */\nexport const SplitCoins = new SplitCoins$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass MergeCoins$Type extends MessageType<MergeCoins> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.MergeCoins', [\n\t\t\t{ no: 1, name: 'coin', kind: 'message', T: () => Argument },\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'coins_to_merge',\n\t\t\t\tkind: 'message',\n\t\t\t\trepeat: 1 /*RepeatType.PACKED*/,\n\t\t\t\tT: () => Argument,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.MergeCoins\n */\nexport const MergeCoins = new MergeCoins$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass Publish$Type extends MessageType<Publish> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.Publish', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'modules',\n\t\t\t\tkind: 'scalar',\n\t\t\t\trepeat: 2 /*RepeatType.UNPACKED*/,\n\t\t\t\tT: 12 /*ScalarType.BYTES*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'dependencies',\n\t\t\t\tkind: 'scalar',\n\t\t\t\trepeat: 2 /*RepeatType.UNPACKED*/,\n\t\t\t\tT: 9 /*ScalarType.STRING*/,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.Publish\n */\nexport const Publish = new Publish$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass MakeMoveVector$Type extends MessageType<MakeMoveVector> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.MakeMoveVector', [\n\t\t\t{ no: 1, name: 'element_type', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'elements',\n\t\t\t\tkind: 'message',\n\t\t\t\trepeat: 1 /*RepeatType.PACKED*/,\n\t\t\t\tT: () => Argument,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.MakeMoveVector\n */\nexport const MakeMoveVector = new MakeMoveVector$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass Upgrade$Type extends MessageType<Upgrade> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.Upgrade', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'modules',\n\t\t\t\tkind: 'scalar',\n\t\t\t\trepeat: 2 /*RepeatType.UNPACKED*/,\n\t\t\t\tT: 12 /*ScalarType.BYTES*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'dependencies',\n\t\t\t\tkind: 'scalar',\n\t\t\t\trepeat: 2 /*RepeatType.UNPACKED*/,\n\t\t\t\tT: 9 /*ScalarType.STRING*/,\n\t\t\t},\n\t\t\t{ no: 3, name: 'package', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 4, name: 'ticket', kind: 'message', T: () => Argument },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.Upgrade\n */\nexport const Upgrade = new Upgrade$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass RandomnessStateUpdate$Type extends MessageType<RandomnessStateUpdate> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.RandomnessStateUpdate', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'epoch',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'randomness_round',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{ no: 3, name: 'random_bytes', kind: 'scalar', opt: true, T: 12 /*ScalarType.BYTES*/ },\n\t\t\t{\n\t\t\t\tno: 4,\n\t\t\t\tname: 'randomness_object_initial_shared_version',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.RandomnessStateUpdate\n */\nexport const RandomnessStateUpdate = new RandomnessStateUpdate$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass ChangeEpoch$Type extends MessageType<ChangeEpoch> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.ChangeEpoch', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'epoch',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'protocol_version',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 3,\n\t\t\t\tname: 'storage_charge',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 4,\n\t\t\t\tname: 'computation_charge',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 5,\n\t\t\t\tname: 'storage_rebate',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 6,\n\t\t\t\tname: 'non_refundable_storage_fee',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{ no: 7, name: 'epoch_start_timestamp', kind: 'message', T: () => Timestamp },\n\t\t\t{\n\t\t\t\tno: 8,\n\t\t\t\tname: 'system_packages',\n\t\t\t\tkind: 'message',\n\t\t\t\trepeat: 1 /*RepeatType.PACKED*/,\n\t\t\t\tT: () => SystemPackage,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.ChangeEpoch\n */\nexport const ChangeEpoch = new ChangeEpoch$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass SystemPackage$Type extends MessageType<SystemPackage> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.SystemPackage', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'version',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'modules',\n\t\t\t\tkind: 'scalar',\n\t\t\t\trepeat: 2 /*RepeatType.UNPACKED*/,\n\t\t\t\tT: 12 /*ScalarType.BYTES*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 3,\n\t\t\t\tname: 'dependencies',\n\t\t\t\tkind: 'scalar',\n\t\t\t\trepeat: 2 /*RepeatType.UNPACKED*/,\n\t\t\t\tT: 9 /*ScalarType.STRING*/,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.SystemPackage\n */\nexport const SystemPackage = new SystemPackage$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass GenesisTransaction$Type extends MessageType<GenesisTransaction> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.GenesisTransaction', [\n\t\t\t{ no: 1, name: 'objects', kind: 'message', repeat: 1 /*RepeatType.PACKED*/, T: () => Object },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.GenesisTransaction\n */\nexport const GenesisTransaction = new GenesisTransaction$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass ConsensusCommitPrologue$Type extends MessageType<ConsensusCommitPrologue> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.ConsensusCommitPrologue', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'epoch',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'round',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{ no: 3, name: 'commit_timestamp', kind: 'message', T: () => Timestamp },\n\t\t\t{\n\t\t\t\tno: 4,\n\t\t\t\tname: 'consensus_commit_digest',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 9 /*ScalarType.STRING*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 5,\n\t\t\t\tname: 'sub_dag_index',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 6,\n\t\t\t\tname: 'consensus_determined_version_assignments',\n\t\t\t\tkind: 'message',\n\t\t\t\tT: () => ConsensusDeterminedVersionAssignments,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 7,\n\t\t\t\tname: 'additional_state_digest',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 9 /*ScalarType.STRING*/,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.ConsensusCommitPrologue\n */\nexport const ConsensusCommitPrologue = new ConsensusCommitPrologue$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass VersionAssignment$Type extends MessageType<VersionAssignment> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.VersionAssignment', [\n\t\t\t{ no: 1, name: 'object_id', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'start_version',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 3,\n\t\t\t\tname: 'version',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.VersionAssignment\n */\nexport const VersionAssignment = new VersionAssignment$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass CanceledTransaction$Type extends MessageType<CanceledTransaction> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.CanceledTransaction', [\n\t\t\t{ no: 1, name: 'digest', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'version_assignments',\n\t\t\t\tkind: 'message',\n\t\t\t\trepeat: 1 /*RepeatType.PACKED*/,\n\t\t\t\tT: () => VersionAssignment,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.CanceledTransaction\n */\nexport const CanceledTransaction = new CanceledTransaction$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass ConsensusDeterminedVersionAssignments$Type extends MessageType<ConsensusDeterminedVersionAssignments> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.ConsensusDeterminedVersionAssignments', [\n\t\t\t{ no: 1, name: 'version', kind: 'scalar', opt: true, T: 5 /*ScalarType.INT32*/ },\n\t\t\t{\n\t\t\t\tno: 3,\n\t\t\t\tname: 'canceled_transactions',\n\t\t\t\tkind: 'message',\n\t\t\t\trepeat: 1 /*RepeatType.PACKED*/,\n\t\t\t\tT: () => CanceledTransaction,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.ConsensusDeterminedVersionAssignments\n */\nexport const ConsensusDeterminedVersionAssignments =\n\tnew ConsensusDeterminedVersionAssignments$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass AuthenticatorStateUpdate$Type extends MessageType<AuthenticatorStateUpdate> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.AuthenticatorStateUpdate', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'epoch',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'round',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 3,\n\t\t\t\tname: 'new_active_jwks',\n\t\t\t\tkind: 'message',\n\t\t\t\trepeat: 1 /*RepeatType.PACKED*/,\n\t\t\t\tT: () => ActiveJwk,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 4,\n\t\t\t\tname: 'authenticator_object_initial_shared_version',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.AuthenticatorStateUpdate\n */\nexport const AuthenticatorStateUpdate = new AuthenticatorStateUpdate$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass ActiveJwk$Type extends MessageType<ActiveJwk> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.ActiveJwk', [\n\t\t\t{ no: 1, name: 'id', kind: 'message', T: () => JwkId },\n\t\t\t{ no: 2, name: 'jwk', kind: 'message', T: () => Jwk },\n\t\t\t{\n\t\t\t\tno: 3,\n\t\t\t\tname: 'epoch',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.ActiveJwk\n */\nexport const ActiveJwk = new ActiveJwk$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass EndOfEpochTransaction$Type extends MessageType<EndOfEpochTransaction> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.EndOfEpochTransaction', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'transactions',\n\t\t\t\tkind: 'message',\n\t\t\t\trepeat: 1 /*RepeatType.PACKED*/,\n\t\t\t\tT: () => EndOfEpochTransactionKind,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.EndOfEpochTransaction\n */\nexport const EndOfEpochTransaction = new EndOfEpochTransaction$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass EndOfEpochTransactionKind$Type extends MessageType<EndOfEpochTransactionKind> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.EndOfEpochTransactionKind', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'kind',\n\t\t\t\tkind: 'enum',\n\t\t\t\topt: true,\n\t\t\t\tT: () => ['sui.rpc.v2.EndOfEpochTransactionKind.Kind', EndOfEpochTransactionKind_Kind],\n\t\t\t},\n\t\t\t{ no: 2, name: 'change_epoch', kind: 'message', oneof: 'data', T: () => ChangeEpoch },\n\t\t\t{\n\t\t\t\tno: 3,\n\t\t\t\tname: 'authenticator_state_expire',\n\t\t\t\tkind: 'message',\n\t\t\t\toneof: 'data',\n\t\t\t\tT: () => AuthenticatorStateExpire,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 4,\n\t\t\t\tname: 'execution_time_observations',\n\t\t\t\tkind: 'message',\n\t\t\t\toneof: 'data',\n\t\t\t\tT: () => ExecutionTimeObservations,\n\t\t\t},\n\t\t\t{ no: 5, name: 'bridge_chain_id', kind: 'scalar', oneof: 'data', T: 9 /*ScalarType.STRING*/ },\n\t\t\t{\n\t\t\t\tno: 6,\n\t\t\t\tname: 'bridge_object_version',\n\t\t\t\tkind: 'scalar',\n\t\t\t\toneof: 'data',\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 7,\n\t\t\t\tname: 'storage_cost',\n\t\t\t\tkind: 'scalar',\n\t\t\t\toneof: 'data',\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.EndOfEpochTransactionKind\n */\nexport const EndOfEpochTransactionKind = new EndOfEpochTransactionKind$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass AuthenticatorStateExpire$Type extends MessageType<AuthenticatorStateExpire> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.AuthenticatorStateExpire', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'min_epoch',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'authenticator_object_initial_shared_version',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.AuthenticatorStateExpire\n */\nexport const AuthenticatorStateExpire = new AuthenticatorStateExpire$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass ExecutionTimeObservations$Type extends MessageType<ExecutionTimeObservations> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.ExecutionTimeObservations', [\n\t\t\t{ no: 1, name: 'version', kind: 'scalar', opt: true, T: 5 /*ScalarType.INT32*/ },\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'observations',\n\t\t\t\tkind: 'message',\n\t\t\t\trepeat: 1 /*RepeatType.PACKED*/,\n\t\t\t\tT: () => ExecutionTimeObservation,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.ExecutionTimeObservations\n */\nexport const ExecutionTimeObservations = new ExecutionTimeObservations$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass ExecutionTimeObservation$Type extends MessageType<ExecutionTimeObservation> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.ExecutionTimeObservation', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'kind',\n\t\t\t\tkind: 'enum',\n\t\t\t\topt: true,\n\t\t\t\tT: () => [\n\t\t\t\t\t'sui.rpc.v2.ExecutionTimeObservation.ExecutionTimeObservationKind',\n\t\t\t\t\tExecutionTimeObservation_ExecutionTimeObservationKind,\n\t\t\t\t],\n\t\t\t},\n\t\t\t{ no: 2, name: 'move_entry_point', kind: 'message', T: () => MoveCall },\n\t\t\t{\n\t\t\t\tno: 3,\n\t\t\t\tname: 'validator_observations',\n\t\t\t\tkind: 'message',\n\t\t\t\trepeat: 1 /*RepeatType.PACKED*/,\n\t\t\t\tT: () => ValidatorExecutionTimeObservation,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.ExecutionTimeObservation\n */\nexport const ExecutionTimeObservation = new ExecutionTimeObservation$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass ValidatorExecutionTimeObservation$Type extends MessageType<ValidatorExecutionTimeObservation> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.ValidatorExecutionTimeObservation', [\n\t\t\t{ no: 1, name: 'validator', kind: 'scalar', opt: true, T: 12 /*ScalarType.BYTES*/ },\n\t\t\t{ no: 2, name: 'duration', kind: 'message', T: () => Duration },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.ValidatorExecutionTimeObservation\n */\nexport const ValidatorExecutionTimeObservation = new ValidatorExecutionTimeObservation$Type();\n"],"mappings":"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"}
1
+ {"version":3,"file":"transaction.mjs","names":["Object"],"sources":["../../../../../../src/grpc/proto/sui/rpc/v2/transaction.ts"],"sourcesContent":["// Copyright (c) Mysten Labs, Inc.\n// SPDX-License-Identifier: Apache-2.0\n\n// @generated by protobuf-ts 2.9.6 with parameter force_server_none,optimize_code_size,ts_nocheck\n// @generated from protobuf file \"sui/rpc/v2/transaction.proto\" (package \"sui.rpc.v2\", syntax proto3)\n// tslint:disable\n// @ts-nocheck\n//\n// Copyright (c) Mysten Labs, Inc.\n// SPDX-License-Identifier: Apache-2.0\n//\nimport { MessageType } from '@protobuf-ts/runtime';\nimport { Duration } from '../../../google/protobuf/duration.js';\nimport { Jwk } from './jwk.js';\nimport { JwkId } from './jwk.js';\nimport { Object } from './object.js';\nimport { Argument } from './argument.js';\nimport { Input } from './input.js';\nimport { Timestamp } from '../../../google/protobuf/timestamp.js';\nimport { ObjectReference } from './object_reference.js';\nimport { Bcs } from './bcs.js';\n/**\n * A transaction.\n *\n * @generated from protobuf message sui.rpc.v2.Transaction\n */\nexport interface Transaction {\n\t/**\n\t * This Transaction serialized as BCS.\n\t *\n\t * @generated from protobuf field: optional sui.rpc.v2.Bcs bcs = 1;\n\t */\n\tbcs?: Bcs;\n\t/**\n\t * The digest of this Transaction.\n\t *\n\t * @generated from protobuf field: optional string digest = 2;\n\t */\n\tdigest?: string;\n\t/**\n\t * Version of this Transaction.\n\t *\n\t * @generated from protobuf field: optional int32 version = 3;\n\t */\n\tversion?: number;\n\t/**\n\t * @generated from protobuf field: optional sui.rpc.v2.TransactionKind kind = 4;\n\t */\n\tkind?: TransactionKind;\n\t/**\n\t * @generated from protobuf field: optional string sender = 5;\n\t */\n\tsender?: string;\n\t/**\n\t * @generated from protobuf field: optional sui.rpc.v2.GasPayment gas_payment = 6;\n\t */\n\tgasPayment?: GasPayment;\n\t/**\n\t * @generated from protobuf field: optional sui.rpc.v2.TransactionExpiration expiration = 7;\n\t */\n\texpiration?: TransactionExpiration;\n}\n/**\n * Payment information for executing a transaction.\n *\n * @generated from protobuf message sui.rpc.v2.GasPayment\n */\nexport interface GasPayment {\n\t/**\n\t * Set of gas objects to use for payment.\n\t *\n\t * @generated from protobuf field: repeated sui.rpc.v2.ObjectReference objects = 1;\n\t */\n\tobjects: ObjectReference[];\n\t/**\n\t * Owner of the gas objects, either the transaction sender or a sponsor.\n\t *\n\t * @generated from protobuf field: optional string owner = 2;\n\t */\n\towner?: string;\n\t/**\n\t * Gas unit price to use when charging for computation.\n\t *\n\t * Must be greater than or equal to the network's current RGP (reference gas price).\n\t *\n\t * @generated from protobuf field: optional uint64 price = 3;\n\t */\n\tprice?: bigint;\n\t/**\n\t * Total budget willing to spend for the execution of a transaction.\n\t *\n\t * @generated from protobuf field: optional uint64 budget = 4;\n\t */\n\tbudget?: bigint;\n}\n/**\n * A TTL for a transaction.\n *\n * @generated from protobuf message sui.rpc.v2.TransactionExpiration\n */\nexport interface TransactionExpiration {\n\t/**\n\t * @generated from protobuf field: optional sui.rpc.v2.TransactionExpiration.TransactionExpirationKind kind = 1;\n\t */\n\tkind?: TransactionExpiration_TransactionExpirationKind;\n\t/**\n\t * Maximum epoch in which a transaction can be executed. The provided maximal epoch\n\t * must be greater than or equal to the current epoch for a transaction to execute.\n\t *\n\t * @generated from protobuf field: optional uint64 epoch = 2;\n\t */\n\tepoch?: bigint;\n\t/**\n\t * Minimal epoch in which a transaction can be executed. The provided minimal epoch\n\t * must be less than or equal to the current epoch for a transaction to execute.\n\t *\n\t * @generated from protobuf field: optional uint64 min_epoch = 3;\n\t */\n\tminEpoch?: bigint;\n\t/**\n\t * Minimal UNIX timestamp in which a transaction can be executed. The\n\t * provided minimal timestamp must be less than or equal to the current\n\t * clock.\n\t *\n\t * @generated from protobuf field: optional google.protobuf.Timestamp min_timestamp = 4;\n\t */\n\tminTimestamp?: Timestamp;\n\t/**\n\t * Maximum UNIX timestamp in which a transaction can be executed. The\n\t * provided maximal timestamp must be greater than or equal to the current\n\t * clock.\n\t *\n\t * @generated from protobuf field: optional google.protobuf.Timestamp max_timestamp = 5;\n\t */\n\tmaxTimestamp?: Timestamp;\n\t/**\n\t * ChainId of the network this transaction is intended for in order to prevent cross-chain replay\n\t *\n\t * @generated from protobuf field: optional string chain = 6;\n\t */\n\tchain?: string;\n\t/**\n\t * User-provided uniqueness identifier to differentiate otherwise identical transactions\n\t *\n\t * @generated from protobuf field: optional uint32 nonce = 7;\n\t */\n\tnonce?: number;\n}\n/**\n * @generated from protobuf enum sui.rpc.v2.TransactionExpiration.TransactionExpirationKind\n */\nexport enum TransactionExpiration_TransactionExpirationKind {\n\t/**\n\t * @generated from protobuf enum value: TRANSACTION_EXPIRATION_KIND_UNKNOWN = 0;\n\t */\n\tTRANSACTION_EXPIRATION_KIND_UNKNOWN = 0,\n\t/**\n\t * The transaction has no expiration.\n\t *\n\t * @generated from protobuf enum value: NONE = 1;\n\t */\n\tNONE = 1,\n\t/**\n\t * Validators won't sign and execute transaction unless the expiration epoch\n\t * is greater than or equal to the current epoch.\n\t *\n\t * @generated from protobuf enum value: EPOCH = 2;\n\t */\n\tEPOCH = 2,\n\t/**\n\t * This variant enables gas payments from address balances.\n\t *\n\t * When transactions use address balances for gas payment instead of explicit gas coins,\n\t * we lose the natural transaction uniqueness and replay prevention that comes from\n\t * mutation of gas coin objects.\n\t *\n\t * By bounding expiration and providing a nonce, validators must only retain\n\t * executed digests for the maximum possible expiry range to differentiate\n\t * retries from unique transactions with otherwise identical inputs.\n\t *\n\t * @generated from protobuf enum value: VALID_DURING = 3;\n\t */\n\tVALID_DURING = 3,\n}\n/**\n * Transaction type.\n *\n * @generated from protobuf message sui.rpc.v2.TransactionKind\n */\nexport interface TransactionKind {\n\t/**\n\t * @generated from protobuf field: optional sui.rpc.v2.TransactionKind.Kind kind = 1;\n\t */\n\tkind?: TransactionKind_Kind;\n\t/**\n\t * @generated from protobuf oneof: data\n\t */\n\tdata:\n\t\t| {\n\t\t\t\toneofKind: 'programmableTransaction';\n\t\t\t\t/**\n\t\t\t\t * A transaction comprised of a list of native commands and Move calls.\n\t\t\t\t *\n\t\t\t\t * @generated from protobuf field: sui.rpc.v2.ProgrammableTransaction programmable_transaction = 2;\n\t\t\t\t */\n\t\t\t\tprogrammableTransaction: ProgrammableTransaction;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'changeEpoch';\n\t\t\t\t/**\n\t\t\t\t * System transaction used to end an epoch.\n\t\t\t\t *\n\t\t\t\t * The `ChangeEpoch` variant is now deprecated (but the `ChangeEpoch` struct is still used by\n\t\t\t\t * `EndOfEpochTransaction`).\n\t\t\t\t *\n\t\t\t\t * @generated from protobuf field: sui.rpc.v2.ChangeEpoch change_epoch = 3;\n\t\t\t\t */\n\t\t\t\tchangeEpoch: ChangeEpoch;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'genesis';\n\t\t\t\t/**\n\t\t\t\t * Transaction used to initialize the chain state.\n\t\t\t\t *\n\t\t\t\t * Only valid if in the genesis checkpoint (0) and if this is the very first transaction ever\n\t\t\t\t * executed on the chain.\n\t\t\t\t *\n\t\t\t\t * @generated from protobuf field: sui.rpc.v2.GenesisTransaction genesis = 4;\n\t\t\t\t */\n\t\t\t\tgenesis: GenesisTransaction;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'consensusCommitPrologue';\n\t\t\t\t/**\n\t\t\t\t * consensus commit update info\n\t\t\t\t *\n\t\t\t\t * @generated from protobuf field: sui.rpc.v2.ConsensusCommitPrologue consensus_commit_prologue = 5;\n\t\t\t\t */\n\t\t\t\tconsensusCommitPrologue: ConsensusCommitPrologue;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'authenticatorStateUpdate';\n\t\t\t\t/**\n\t\t\t\t * Update set of valid JWKs used for zklogin.\n\t\t\t\t *\n\t\t\t\t * @generated from protobuf field: sui.rpc.v2.AuthenticatorStateUpdate authenticator_state_update = 6;\n\t\t\t\t */\n\t\t\t\tauthenticatorStateUpdate: AuthenticatorStateUpdate;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'endOfEpoch';\n\t\t\t\t/**\n\t\t\t\t * Set of operations to run at the end of the epoch to close out the current epoch and start\n\t\t\t\t * the next one.\n\t\t\t\t *\n\t\t\t\t * @generated from protobuf field: sui.rpc.v2.EndOfEpochTransaction end_of_epoch = 7;\n\t\t\t\t */\n\t\t\t\tendOfEpoch: EndOfEpochTransaction;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'randomnessStateUpdate';\n\t\t\t\t/**\n\t\t\t\t * Randomness update.\n\t\t\t\t *\n\t\t\t\t * @generated from protobuf field: sui.rpc.v2.RandomnessStateUpdate randomness_state_update = 8;\n\t\t\t\t */\n\t\t\t\trandomnessStateUpdate: RandomnessStateUpdate;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: undefined;\n\t\t };\n}\n/**\n * @generated from protobuf enum sui.rpc.v2.TransactionKind.Kind\n */\nexport enum TransactionKind_Kind {\n\t/**\n\t * @generated from protobuf enum value: KIND_UNKNOWN = 0;\n\t */\n\tKIND_UNKNOWN = 0,\n\t/**\n\t * A user transaction comprised of a list of native commands and Move calls.\n\t *\n\t * @generated from protobuf enum value: PROGRAMMABLE_TRANSACTION = 1;\n\t */\n\tPROGRAMMABLE_TRANSACTION = 1,\n\t/**\n\t * System transaction used to end an epoch.\n\t *\n\t * The `ChangeEpoch` variant is now deprecated (but the `ChangeEpoch` struct is still used by\n\t * `EndOfEpochTransaction`).\n\t *\n\t * @generated from protobuf enum value: CHANGE_EPOCH = 2;\n\t */\n\tCHANGE_EPOCH = 2,\n\t/**\n\t * Transaction used to initialize the chain state.\n\t *\n\t * Only valid if in the genesis checkpoint (0) and if this is the very first transaction ever\n\t * executed on the chain.\n\t *\n\t * @generated from protobuf enum value: GENESIS = 3;\n\t */\n\tGENESIS = 3,\n\t/**\n\t * V1 consensus commit update.\n\t *\n\t * @generated from protobuf enum value: CONSENSUS_COMMIT_PROLOGUE_V1 = 4;\n\t */\n\tCONSENSUS_COMMIT_PROLOGUE_V1 = 4,\n\t/**\n\t * Update set of valid JWKs used for zklogin.\n\t *\n\t * @generated from protobuf enum value: AUTHENTICATOR_STATE_UPDATE = 5;\n\t */\n\tAUTHENTICATOR_STATE_UPDATE = 5,\n\t/**\n\t * Set of operations to run at the end of the epoch to close out the current epoch and start\n\t * the next one.\n\t *\n\t * @generated from protobuf enum value: END_OF_EPOCH = 6;\n\t */\n\tEND_OF_EPOCH = 6,\n\t/**\n\t * Randomness update.\n\t *\n\t * @generated from protobuf enum value: RANDOMNESS_STATE_UPDATE = 7;\n\t */\n\tRANDOMNESS_STATE_UPDATE = 7,\n\t/**\n\t * V2 consensus commit update.\n\t *\n\t * @generated from protobuf enum value: CONSENSUS_COMMIT_PROLOGUE_V2 = 8;\n\t */\n\tCONSENSUS_COMMIT_PROLOGUE_V2 = 8,\n\t/**\n\t * V3 consensus commit update.\n\t *\n\t * @generated from protobuf enum value: CONSENSUS_COMMIT_PROLOGUE_V3 = 9;\n\t */\n\tCONSENSUS_COMMIT_PROLOGUE_V3 = 9,\n\t/**\n\t * V4 consensus commit update.\n\t *\n\t * @generated from protobuf enum value: CONSENSUS_COMMIT_PROLOGUE_V4 = 10;\n\t */\n\tCONSENSUS_COMMIT_PROLOGUE_V4 = 10,\n\t/**\n\t * A system transaction comprised of a list of native commands and Move calls.\n\t *\n\t * @generated from protobuf enum value: PROGRAMMABLE_SYSTEM_TRANSACTION = 11;\n\t */\n\tPROGRAMMABLE_SYSTEM_TRANSACTION = 11,\n}\n/**\n * A user transaction.\n *\n * Contains a series of native commands and Move calls where the results of one command can be\n * used in future commands.\n *\n * @generated from protobuf message sui.rpc.v2.ProgrammableTransaction\n */\nexport interface ProgrammableTransaction {\n\t/**\n\t * Input objects or primitive values.\n\t *\n\t * @generated from protobuf field: repeated sui.rpc.v2.Input inputs = 1;\n\t */\n\tinputs: Input[];\n\t/**\n\t * The commands to be executed sequentially. A failure in any command\n\t * results in the failure of the entire transaction.\n\t *\n\t * @generated from protobuf field: repeated sui.rpc.v2.Command commands = 2;\n\t */\n\tcommands: Command[];\n}\n/**\n * A single command in a programmable transaction.\n *\n * @generated from protobuf message sui.rpc.v2.Command\n */\nexport interface Command {\n\t/**\n\t * @generated from protobuf oneof: command\n\t */\n\tcommand:\n\t\t| {\n\t\t\t\toneofKind: 'moveCall';\n\t\t\t\t/**\n\t\t\t\t * A call to either an entry or a public Move function.\n\t\t\t\t *\n\t\t\t\t * @generated from protobuf field: sui.rpc.v2.MoveCall move_call = 1;\n\t\t\t\t */\n\t\t\t\tmoveCall: MoveCall;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'transferObjects';\n\t\t\t\t/**\n\t\t\t\t * `(Vec<forall T:key+store. T>, address)`\n\t\t\t\t * It sends n-objects to the specified address. These objects must have store\n\t\t\t\t * (public transfer) and either the previous owner must be an address or the object must\n\t\t\t\t * be newly created.\n\t\t\t\t *\n\t\t\t\t * @generated from protobuf field: sui.rpc.v2.TransferObjects transfer_objects = 2;\n\t\t\t\t */\n\t\t\t\ttransferObjects: TransferObjects;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'splitCoins';\n\t\t\t\t/**\n\t\t\t\t * `(&mut Coin<T>, Vec<u64>)` -> `Vec<Coin<T>>`\n\t\t\t\t * It splits off some amounts into new coins with those amounts.\n\t\t\t\t *\n\t\t\t\t * @generated from protobuf field: sui.rpc.v2.SplitCoins split_coins = 3;\n\t\t\t\t */\n\t\t\t\tsplitCoins: SplitCoins;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'mergeCoins';\n\t\t\t\t/**\n\t\t\t\t * `(&mut Coin<T>, Vec<Coin<T>>)`\n\t\t\t\t * It merges n-coins into the first coin.\n\t\t\t\t *\n\t\t\t\t * @generated from protobuf field: sui.rpc.v2.MergeCoins merge_coins = 4;\n\t\t\t\t */\n\t\t\t\tmergeCoins: MergeCoins;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'publish';\n\t\t\t\t/**\n\t\t\t\t * Publishes a Move package. It takes the package bytes and a list of the package's transitive\n\t\t\t\t * dependencies to link against on chain.\n\t\t\t\t *\n\t\t\t\t * @generated from protobuf field: sui.rpc.v2.Publish publish = 5;\n\t\t\t\t */\n\t\t\t\tpublish: Publish;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'makeMoveVector';\n\t\t\t\t/**\n\t\t\t\t * `forall T: Vec<T> -> vector<T>`\n\t\t\t\t * Given n-values of the same type, it constructs a vector. For non-objects or an empty vector,\n\t\t\t\t * the type tag must be specified.\n\t\t\t\t *\n\t\t\t\t * @generated from protobuf field: sui.rpc.v2.MakeMoveVector make_move_vector = 6;\n\t\t\t\t */\n\t\t\t\tmakeMoveVector: MakeMoveVector;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'upgrade';\n\t\t\t\t/**\n\t\t\t\t * Upgrades a Move package.\n\t\t\t\t * Takes (in order):\n\t\t\t\t * 1. A vector of serialized modules for the package.\n\t\t\t\t * 2. A vector of object ids for the transitive dependencies of the new package.\n\t\t\t\t * 3. The object ID of the package being upgraded.\n\t\t\t\t * 4. An argument holding the `UpgradeTicket` that must have been produced from an earlier command in the same\n\t\t\t\t * programmable transaction.\n\t\t\t\t *\n\t\t\t\t * @generated from protobuf field: sui.rpc.v2.Upgrade upgrade = 7;\n\t\t\t\t */\n\t\t\t\tupgrade: Upgrade;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: undefined;\n\t\t };\n}\n/**\n * Command to call a Move function.\n *\n * Functions that can be called by a `MoveCall` command are those that have a function signature\n * that is either `entry` or `public` (which don't have a reference return type).\n *\n * @generated from protobuf message sui.rpc.v2.MoveCall\n */\nexport interface MoveCall {\n\t/**\n\t * The package containing the module and function.\n\t *\n\t * @generated from protobuf field: optional string package = 1;\n\t */\n\tpackage?: string;\n\t/**\n\t * The specific module in the package containing the function.\n\t *\n\t * @generated from protobuf field: optional string module = 2;\n\t */\n\tmodule?: string;\n\t/**\n\t * The function to be called.\n\t *\n\t * @generated from protobuf field: optional string function = 3;\n\t */\n\tfunction?: string;\n\t/**\n\t * The type arguments to the function.\n\t *\n\t * @generated from protobuf field: repeated string type_arguments = 4;\n\t */\n\ttypeArguments: string[];\n\t/**\n\t * The arguments to the function.\n\t *\n\t * @generated from protobuf field: repeated sui.rpc.v2.Argument arguments = 5;\n\t */\n\targuments: Argument[];\n}\n/**\n * Command to transfer ownership of a set of objects to an address.\n *\n * @generated from protobuf message sui.rpc.v2.TransferObjects\n */\nexport interface TransferObjects {\n\t/**\n\t * Set of objects to transfer.\n\t *\n\t * @generated from protobuf field: repeated sui.rpc.v2.Argument objects = 1;\n\t */\n\tobjects: Argument[];\n\t/**\n\t * The address to transfer ownership to.\n\t *\n\t * @generated from protobuf field: optional sui.rpc.v2.Argument address = 2;\n\t */\n\taddress?: Argument;\n}\n/**\n * Command to split a single coin object into multiple coins.\n *\n * @generated from protobuf message sui.rpc.v2.SplitCoins\n */\nexport interface SplitCoins {\n\t/**\n\t * The coin to split.\n\t *\n\t * @generated from protobuf field: optional sui.rpc.v2.Argument coin = 1;\n\t */\n\tcoin?: Argument;\n\t/**\n\t * The amounts to split off.\n\t *\n\t * @generated from protobuf field: repeated sui.rpc.v2.Argument amounts = 2;\n\t */\n\tamounts: Argument[];\n}\n/**\n * Command to merge multiple coins of the same type into a single coin.\n *\n * @generated from protobuf message sui.rpc.v2.MergeCoins\n */\nexport interface MergeCoins {\n\t/**\n\t * Coin to merge coins into.\n\t *\n\t * @generated from protobuf field: optional sui.rpc.v2.Argument coin = 1;\n\t */\n\tcoin?: Argument;\n\t/**\n\t * Set of coins to merge into `coin`.\n\t *\n\t * All listed coins must be of the same type and be the same type as `coin`\n\t *\n\t * @generated from protobuf field: repeated sui.rpc.v2.Argument coins_to_merge = 2;\n\t */\n\tcoinsToMerge: Argument[];\n}\n/**\n * Command to publish a new Move package.\n *\n * @generated from protobuf message sui.rpc.v2.Publish\n */\nexport interface Publish {\n\t/**\n\t * The serialized Move modules.\n\t *\n\t * @generated from protobuf field: repeated bytes modules = 1;\n\t */\n\tmodules: Uint8Array[];\n\t/**\n\t * Set of packages that the to-be published package depends on.\n\t *\n\t * @generated from protobuf field: repeated string dependencies = 2;\n\t */\n\tdependencies: string[];\n}\n/**\n * Command to build a Move vector out of a set of individual elements.\n *\n * @generated from protobuf message sui.rpc.v2.MakeMoveVector\n */\nexport interface MakeMoveVector {\n\t/**\n\t * Type of the individual elements.\n\t *\n\t * This is required to be set when the type can't be inferred, for example when the set of\n\t * provided arguments are all pure input values.\n\t *\n\t * @generated from protobuf field: optional string element_type = 1;\n\t */\n\telementType?: string;\n\t/**\n\t * The set individual elements to build the vector with.\n\t *\n\t * @generated from protobuf field: repeated sui.rpc.v2.Argument elements = 2;\n\t */\n\telements: Argument[];\n}\n/**\n * Command to upgrade an already published package.\n *\n * @generated from protobuf message sui.rpc.v2.Upgrade\n */\nexport interface Upgrade {\n\t/**\n\t * The serialized Move modules.\n\t *\n\t * @generated from protobuf field: repeated bytes modules = 1;\n\t */\n\tmodules: Uint8Array[];\n\t/**\n\t * Set of packages that the to-be published package depends on.\n\t *\n\t * @generated from protobuf field: repeated string dependencies = 2;\n\t */\n\tdependencies: string[];\n\t/**\n\t * Package ID of the package to upgrade.\n\t *\n\t * @generated from protobuf field: optional string package = 3;\n\t */\n\tpackage?: string;\n\t/**\n\t * Ticket authorizing the upgrade.\n\t *\n\t * @generated from protobuf field: optional sui.rpc.v2.Argument ticket = 4;\n\t */\n\tticket?: Argument;\n}\n/**\n * Randomness update.\n *\n * @generated from protobuf message sui.rpc.v2.RandomnessStateUpdate\n */\nexport interface RandomnessStateUpdate {\n\t/**\n\t * Epoch of the randomness state update transaction.\n\t *\n\t * @generated from protobuf field: optional uint64 epoch = 1;\n\t */\n\tepoch?: bigint;\n\t/**\n\t * Randomness round of the update.\n\t *\n\t * @generated from protobuf field: optional uint64 randomness_round = 2;\n\t */\n\trandomnessRound?: bigint;\n\t/**\n\t * Updated random bytes.\n\t *\n\t * @generated from protobuf field: optional bytes random_bytes = 3;\n\t */\n\trandomBytes?: Uint8Array;\n\t/**\n\t * The initial version of the randomness object that it was shared at.\n\t *\n\t * @generated from protobuf field: optional uint64 randomness_object_initial_shared_version = 4;\n\t */\n\trandomnessObjectInitialSharedVersion?: bigint;\n}\n/**\n * System transaction used to change the epoch.\n *\n * @generated from protobuf message sui.rpc.v2.ChangeEpoch\n */\nexport interface ChangeEpoch {\n\t/**\n\t * The next (to become) epoch ID.\n\t *\n\t * @generated from protobuf field: optional uint64 epoch = 1;\n\t */\n\tepoch?: bigint;\n\t/**\n\t * The protocol version in effect in the new epoch.\n\t *\n\t * @generated from protobuf field: optional uint64 protocol_version = 2;\n\t */\n\tprotocolVersion?: bigint;\n\t/**\n\t * The total amount of gas charged for storage during the epoch.\n\t *\n\t * @generated from protobuf field: optional uint64 storage_charge = 3;\n\t */\n\tstorageCharge?: bigint;\n\t/**\n\t * The total amount of gas charged for computation during the epoch.\n\t *\n\t * @generated from protobuf field: optional uint64 computation_charge = 4;\n\t */\n\tcomputationCharge?: bigint;\n\t/**\n\t * The amount of storage rebate refunded to the txn senders.\n\t *\n\t * @generated from protobuf field: optional uint64 storage_rebate = 5;\n\t */\n\tstorageRebate?: bigint;\n\t/**\n\t * The non-refundable storage fee.\n\t *\n\t * @generated from protobuf field: optional uint64 non_refundable_storage_fee = 6;\n\t */\n\tnonRefundableStorageFee?: bigint;\n\t/**\n\t * Unix timestamp when epoch started.\n\t *\n\t * @generated from protobuf field: optional google.protobuf.Timestamp epoch_start_timestamp = 7;\n\t */\n\tepochStartTimestamp?: Timestamp;\n\t/**\n\t * System packages (specifically framework and Move stdlib) that are written before the new\n\t * epoch starts. This tracks framework upgrades on chain. When executing the `ChangeEpoch` txn,\n\t * the validator must write out the following modules. Modules are provided with the version they\n\t * will be upgraded to, their modules in serialized form (which include their package ID), and\n\t * a list of their transitive dependencies.\n\t *\n\t * @generated from protobuf field: repeated sui.rpc.v2.SystemPackage system_packages = 8;\n\t */\n\tsystemPackages: SystemPackage[];\n}\n/**\n * System package.\n *\n * @generated from protobuf message sui.rpc.v2.SystemPackage\n */\nexport interface SystemPackage {\n\t/**\n\t * Version of the package.\n\t *\n\t * @generated from protobuf field: optional uint64 version = 1;\n\t */\n\tversion?: bigint;\n\t/**\n\t * Move modules.\n\t *\n\t * @generated from protobuf field: repeated bytes modules = 2;\n\t */\n\tmodules: Uint8Array[];\n\t/**\n\t * Package dependencies.\n\t *\n\t * @generated from protobuf field: repeated string dependencies = 3;\n\t */\n\tdependencies: string[];\n}\n/**\n * The genesis transaction.\n *\n * @generated from protobuf message sui.rpc.v2.GenesisTransaction\n */\nexport interface GenesisTransaction {\n\t/**\n\t * Set of genesis objects.\n\t *\n\t * @generated from protobuf field: repeated sui.rpc.v2.Object objects = 1;\n\t */\n\tobjects: Object[];\n}\n/**\n * Consensus commit prologue system transaction.\n *\n * This message can represent V1, V2, and V3 prologue types.\n *\n * @generated from protobuf message sui.rpc.v2.ConsensusCommitPrologue\n */\nexport interface ConsensusCommitPrologue {\n\t/**\n\t * Epoch of the commit prologue transaction.\n\t *\n\t * Present in V1, V2, V3, V4.\n\t *\n\t * @generated from protobuf field: optional uint64 epoch = 1;\n\t */\n\tepoch?: bigint;\n\t/**\n\t * Consensus round of the commit.\n\t *\n\t * Present in V1, V2, V3, V4.\n\t *\n\t * @generated from protobuf field: optional uint64 round = 2;\n\t */\n\tround?: bigint;\n\t/**\n\t * Unix timestamp from consensus.\n\t *\n\t * Present in V1, V2, V3, V4.\n\t *\n\t * @generated from protobuf field: optional google.protobuf.Timestamp commit_timestamp = 3;\n\t */\n\tcommitTimestamp?: Timestamp;\n\t/**\n\t * Digest of consensus output.\n\t *\n\t * Present in V2, V3, V4.\n\t *\n\t * @generated from protobuf field: optional string consensus_commit_digest = 4;\n\t */\n\tconsensusCommitDigest?: string;\n\t/**\n\t * The sub DAG index of the consensus commit. This field is populated if there\n\t * are multiple consensus commits per round.\n\t *\n\t * Present in V3, V4.\n\t *\n\t * @generated from protobuf field: optional uint64 sub_dag_index = 5;\n\t */\n\tsubDagIndex?: bigint;\n\t/**\n\t * Stores consensus handler determined consensus object version assignments.\n\t *\n\t * Present in V3, V4.\n\t *\n\t * @generated from protobuf field: optional sui.rpc.v2.ConsensusDeterminedVersionAssignments consensus_determined_version_assignments = 6;\n\t */\n\tconsensusDeterminedVersionAssignments?: ConsensusDeterminedVersionAssignments;\n\t/**\n\t * Digest of any additional state computed by the consensus handler.\n\t * Used to detect forking bugs as early as possible.\n\t *\n\t * Present in V4.\n\t *\n\t * @generated from protobuf field: optional string additional_state_digest = 7;\n\t */\n\tadditionalStateDigest?: string;\n}\n/**\n * Object version assignment from consensus.\n *\n * @generated from protobuf message sui.rpc.v2.VersionAssignment\n */\nexport interface VersionAssignment {\n\t/**\n\t * `ObjectId` of the object.\n\t *\n\t * @generated from protobuf field: optional string object_id = 1;\n\t */\n\tobjectId?: string;\n\t/**\n\t * start version of the consensus stream for this object\n\t *\n\t * @generated from protobuf field: optional uint64 start_version = 2;\n\t */\n\tstartVersion?: bigint;\n\t/**\n\t * Assigned version.\n\t *\n\t * @generated from protobuf field: optional uint64 version = 3;\n\t */\n\tversion?: bigint;\n}\n/**\n * A transaction that was canceled.\n *\n * @generated from protobuf message sui.rpc.v2.CanceledTransaction\n */\nexport interface CanceledTransaction {\n\t/**\n\t * Digest of the canceled transaction.\n\t *\n\t * @generated from protobuf field: optional string digest = 1;\n\t */\n\tdigest?: string;\n\t/**\n\t * List of object version assignments.\n\t *\n\t * @generated from protobuf field: repeated sui.rpc.v2.VersionAssignment version_assignments = 2;\n\t */\n\tversionAssignments: VersionAssignment[];\n}\n/**\n * Version assignments performed by consensus.\n *\n * @generated from protobuf message sui.rpc.v2.ConsensusDeterminedVersionAssignments\n */\nexport interface ConsensusDeterminedVersionAssignments {\n\t/**\n\t * Version of this message\n\t *\n\t * @generated from protobuf field: optional int32 version = 1;\n\t */\n\tversion?: number;\n\t/**\n\t * Canceled transaction version assignment.\n\t *\n\t * @generated from protobuf field: repeated sui.rpc.v2.CanceledTransaction canceled_transactions = 3;\n\t */\n\tcanceledTransactions: CanceledTransaction[];\n}\n/**\n * Update the set of valid JWKs.\n *\n * @generated from protobuf message sui.rpc.v2.AuthenticatorStateUpdate\n */\nexport interface AuthenticatorStateUpdate {\n\t/**\n\t * Epoch of the authenticator state update transaction.\n\t *\n\t * @generated from protobuf field: optional uint64 epoch = 1;\n\t */\n\tepoch?: bigint;\n\t/**\n\t * Consensus round of the authenticator state update.\n\t *\n\t * @generated from protobuf field: optional uint64 round = 2;\n\t */\n\tround?: bigint;\n\t/**\n\t * Newly active JWKs.\n\t *\n\t * @generated from protobuf field: repeated sui.rpc.v2.ActiveJwk new_active_jwks = 3;\n\t */\n\tnewActiveJwks: ActiveJwk[];\n\t/**\n\t * The initial version of the authenticator object that it was shared at.\n\t *\n\t * @generated from protobuf field: optional uint64 authenticator_object_initial_shared_version = 4;\n\t */\n\tauthenticatorObjectInitialSharedVersion?: bigint;\n}\n/**\n * A new JWK.\n *\n * @generated from protobuf message sui.rpc.v2.ActiveJwk\n */\nexport interface ActiveJwk {\n\t/**\n\t * Identifier used to uniquely identify a JWK.\n\t *\n\t * @generated from protobuf field: optional sui.rpc.v2.JwkId id = 1;\n\t */\n\tid?: JwkId;\n\t/**\n\t * The JWK.\n\t *\n\t * @generated from protobuf field: optional sui.rpc.v2.Jwk jwk = 2;\n\t */\n\tjwk?: Jwk;\n\t/**\n\t * Most recent epoch in which the JWK was validated.\n\t *\n\t * @generated from protobuf field: optional uint64 epoch = 3;\n\t */\n\tepoch?: bigint;\n}\n/**\n * Set of operations run at the end of the epoch to close out the current epoch\n * and start the next one.\n *\n * @generated from protobuf message sui.rpc.v2.EndOfEpochTransaction\n */\nexport interface EndOfEpochTransaction {\n\t/**\n\t * @generated from protobuf field: repeated sui.rpc.v2.EndOfEpochTransactionKind transactions = 1;\n\t */\n\ttransactions: EndOfEpochTransactionKind[];\n}\n/**\n * Operation run at the end of an epoch.\n *\n * @generated from protobuf message sui.rpc.v2.EndOfEpochTransactionKind\n */\nexport interface EndOfEpochTransactionKind {\n\t/**\n\t * @generated from protobuf field: optional sui.rpc.v2.EndOfEpochTransactionKind.Kind kind = 1;\n\t */\n\tkind?: EndOfEpochTransactionKind_Kind;\n\t/**\n\t * @generated from protobuf oneof: data\n\t */\n\tdata:\n\t\t| {\n\t\t\t\toneofKind: 'changeEpoch';\n\t\t\t\t/**\n\t\t\t\t * End the epoch and start the next one.\n\t\t\t\t *\n\t\t\t\t * @generated from protobuf field: sui.rpc.v2.ChangeEpoch change_epoch = 2;\n\t\t\t\t */\n\t\t\t\tchangeEpoch: ChangeEpoch;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'authenticatorStateExpire';\n\t\t\t\t/**\n\t\t\t\t * Expire JWKs used for zklogin.\n\t\t\t\t *\n\t\t\t\t * @generated from protobuf field: sui.rpc.v2.AuthenticatorStateExpire authenticator_state_expire = 3;\n\t\t\t\t */\n\t\t\t\tauthenticatorStateExpire: AuthenticatorStateExpire;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'executionTimeObservations';\n\t\t\t\t/**\n\t\t\t\t * Execution time observations from the committee to preserve cross epoch\n\t\t\t\t *\n\t\t\t\t * @generated from protobuf field: sui.rpc.v2.ExecutionTimeObservations execution_time_observations = 4;\n\t\t\t\t */\n\t\t\t\texecutionTimeObservations: ExecutionTimeObservations;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'bridgeChainId';\n\t\t\t\t/**\n\t\t\t\t * ChainId used when initializing the bridge\n\t\t\t\t *\n\t\t\t\t * @generated from protobuf field: string bridge_chain_id = 5;\n\t\t\t\t */\n\t\t\t\tbridgeChainId: string;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'bridgeObjectVersion';\n\t\t\t\t/**\n\t\t\t\t * Start version of the Bridge object\n\t\t\t\t *\n\t\t\t\t * @generated from protobuf field: uint64 bridge_object_version = 6;\n\t\t\t\t */\n\t\t\t\tbridgeObjectVersion: bigint;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: 'storageCost';\n\t\t\t\t/**\n\t\t\t\t * Contains the end-of-epoch-computed storage cost for accumulator objects.\n\t\t\t\t *\n\t\t\t\t * @generated from protobuf field: uint64 storage_cost = 7;\n\t\t\t\t */\n\t\t\t\tstorageCost: bigint;\n\t\t }\n\t\t| {\n\t\t\t\toneofKind: undefined;\n\t\t };\n}\n/**\n * @generated from protobuf enum sui.rpc.v2.EndOfEpochTransactionKind.Kind\n */\nexport enum EndOfEpochTransactionKind_Kind {\n\t/**\n\t * @generated from protobuf enum value: KIND_UNKNOWN = 0;\n\t */\n\tKIND_UNKNOWN = 0,\n\t/**\n\t * End the epoch and start the next one.\n\t *\n\t * @generated from protobuf enum value: CHANGE_EPOCH = 1;\n\t */\n\tCHANGE_EPOCH = 1,\n\t/**\n\t * Create and initialize the authenticator object used for zklogin.\n\t *\n\t * @generated from protobuf enum value: AUTHENTICATOR_STATE_CREATE = 2;\n\t */\n\tAUTHENTICATOR_STATE_CREATE = 2,\n\t/**\n\t * Expire JWKs used for zklogin.\n\t *\n\t * @generated from protobuf enum value: AUTHENTICATOR_STATE_EXPIRE = 3;\n\t */\n\tAUTHENTICATOR_STATE_EXPIRE = 3,\n\t/**\n\t * Create and initialize the randomness object.\n\t *\n\t * @generated from protobuf enum value: RANDOMNESS_STATE_CREATE = 4;\n\t */\n\tRANDOMNESS_STATE_CREATE = 4,\n\t/**\n\t * Create and initialize the deny list object.\n\t *\n\t * @generated from protobuf enum value: DENY_LIST_STATE_CREATE = 5;\n\t */\n\tDENY_LIST_STATE_CREATE = 5,\n\t/**\n\t * Create and initialize the bridge object.\n\t *\n\t * @generated from protobuf enum value: BRIDGE_STATE_CREATE = 6;\n\t */\n\tBRIDGE_STATE_CREATE = 6,\n\t/**\n\t * Initialize the bridge committee.\n\t *\n\t * @generated from protobuf enum value: BRIDGE_COMMITTEE_INIT = 7;\n\t */\n\tBRIDGE_COMMITTEE_INIT = 7,\n\t/**\n\t * Execution time observations from the committee to preserve cross epoch\n\t *\n\t * @generated from protobuf enum value: STORE_EXECUTION_TIME_OBSERVATIONS = 8;\n\t */\n\tSTORE_EXECUTION_TIME_OBSERVATIONS = 8,\n\t/**\n\t * Create the accumulator root object.\n\t *\n\t * @generated from protobuf enum value: ACCUMULATOR_ROOT_CREATE = 9;\n\t */\n\tACCUMULATOR_ROOT_CREATE = 9,\n\t/**\n\t * Create and initialize the Coin Registry object.\n\t *\n\t * @generated from protobuf enum value: COIN_REGISTRY_CREATE = 10;\n\t */\n\tCOIN_REGISTRY_CREATE = 10,\n\t/**\n\t * Create and initialize the Display Registry object.\n\t *\n\t * @generated from protobuf enum value: DISPLAY_REGISTRY_CREATE = 11;\n\t */\n\tDISPLAY_REGISTRY_CREATE = 11,\n\t/**\n\t * Create and initialize the Address Alias State object.\n\t *\n\t * @generated from protobuf enum value: ADDRESS_ALIAS_STATE_CREATE = 12;\n\t */\n\tADDRESS_ALIAS_STATE_CREATE = 12,\n\t/**\n\t * Write the end-of-epoch-computed storage cost for accumulator objects.\n\t *\n\t * @generated from protobuf enum value: WRITE_ACCUMULATOR_STORAGE_COST = 13;\n\t */\n\tWRITE_ACCUMULATOR_STORAGE_COST = 13,\n}\n/**\n * Expire old JWKs.\n *\n * @generated from protobuf message sui.rpc.v2.AuthenticatorStateExpire\n */\nexport interface AuthenticatorStateExpire {\n\t/**\n\t * Expire JWKs that have a lower epoch than this.\n\t *\n\t * @generated from protobuf field: optional uint64 min_epoch = 1;\n\t */\n\tminEpoch?: bigint;\n\t/**\n\t * The initial version of the authenticator object that it was shared at.\n\t *\n\t * @generated from protobuf field: optional uint64 authenticator_object_initial_shared_version = 2;\n\t */\n\tauthenticatorObjectInitialSharedVersion?: bigint;\n}\n/**\n * @generated from protobuf message sui.rpc.v2.ExecutionTimeObservations\n */\nexport interface ExecutionTimeObservations {\n\t/**\n\t * Version of this ExecutionTimeObservations\n\t *\n\t * @generated from protobuf field: optional int32 version = 1;\n\t */\n\tversion?: number;\n\t/**\n\t * @generated from protobuf field: repeated sui.rpc.v2.ExecutionTimeObservation observations = 2;\n\t */\n\tobservations: ExecutionTimeObservation[];\n}\n/**\n * @generated from protobuf message sui.rpc.v2.ExecutionTimeObservation\n */\nexport interface ExecutionTimeObservation {\n\t/**\n\t * @generated from protobuf field: optional sui.rpc.v2.ExecutionTimeObservation.ExecutionTimeObservationKind kind = 1;\n\t */\n\tkind?: ExecutionTimeObservation_ExecutionTimeObservationKind;\n\t/**\n\t * @generated from protobuf field: optional sui.rpc.v2.MoveCall move_entry_point = 2;\n\t */\n\tmoveEntryPoint?: MoveCall;\n\t/**\n\t * @generated from protobuf field: repeated sui.rpc.v2.ValidatorExecutionTimeObservation validator_observations = 3;\n\t */\n\tvalidatorObservations: ValidatorExecutionTimeObservation[];\n}\n/**\n * @generated from protobuf enum sui.rpc.v2.ExecutionTimeObservation.ExecutionTimeObservationKind\n */\nexport enum ExecutionTimeObservation_ExecutionTimeObservationKind {\n\t/**\n\t * @generated from protobuf enum value: EXECUTION_TIME_OBSERVATION_KIND_UNKNOWN = 0;\n\t */\n\tEXECUTION_TIME_OBSERVATION_KIND_UNKNOWN = 0,\n\t/**\n\t * @generated from protobuf enum value: MOVE_ENTRY_POINT = 1;\n\t */\n\tMOVE_ENTRY_POINT = 1,\n\t/**\n\t * @generated from protobuf enum value: TRANSFER_OBJECTS = 2;\n\t */\n\tTRANSFER_OBJECTS = 2,\n\t/**\n\t * @generated from protobuf enum value: SPLIT_COINS = 3;\n\t */\n\tSPLIT_COINS = 3,\n\t/**\n\t * @generated from protobuf enum value: MERGE_COINS = 4;\n\t */\n\tMERGE_COINS = 4,\n\t/**\n\t * @generated from protobuf enum value: PUBLISH = 5;\n\t */\n\tPUBLISH = 5,\n\t/**\n\t * @generated from protobuf enum value: MAKE_MOVE_VECTOR = 6;\n\t */\n\tMAKE_MOVE_VECTOR = 6,\n\t/**\n\t * @generated from protobuf enum value: UPGRADE = 7;\n\t */\n\tUPGRADE = 7,\n}\n/**\n * @generated from protobuf message sui.rpc.v2.ValidatorExecutionTimeObservation\n */\nexport interface ValidatorExecutionTimeObservation {\n\t/**\n\t * Bls12381 public key of the validator\n\t *\n\t * @generated from protobuf field: optional bytes validator = 1;\n\t */\n\tvalidator?: Uint8Array;\n\t/**\n\t * Duration of an execution observation\n\t *\n\t * @generated from protobuf field: optional google.protobuf.Duration duration = 2;\n\t */\n\tduration?: Duration;\n}\n// @generated message type with reflection information, may provide speed optimized methods\nclass Transaction$Type extends MessageType<Transaction> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.Transaction', [\n\t\t\t{ no: 1, name: 'bcs', kind: 'message', T: () => Bcs },\n\t\t\t{ no: 2, name: 'digest', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 3, name: 'version', kind: 'scalar', opt: true, T: 5 /*ScalarType.INT32*/ },\n\t\t\t{ no: 4, name: 'kind', kind: 'message', T: () => TransactionKind },\n\t\t\t{ no: 5, name: 'sender', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 6, name: 'gas_payment', kind: 'message', T: () => GasPayment },\n\t\t\t{ no: 7, name: 'expiration', kind: 'message', T: () => TransactionExpiration },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.Transaction\n */\nexport const Transaction = new Transaction$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass GasPayment$Type extends MessageType<GasPayment> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.GasPayment', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'objects',\n\t\t\t\tkind: 'message',\n\t\t\t\trepeat: 2 /*RepeatType.UNPACKED*/,\n\t\t\t\tT: () => ObjectReference,\n\t\t\t},\n\t\t\t{ no: 2, name: 'owner', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{\n\t\t\t\tno: 3,\n\t\t\t\tname: 'price',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 4,\n\t\t\t\tname: 'budget',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.GasPayment\n */\nexport const GasPayment = new GasPayment$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass TransactionExpiration$Type extends MessageType<TransactionExpiration> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.TransactionExpiration', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'kind',\n\t\t\t\tkind: 'enum',\n\t\t\t\topt: true,\n\t\t\t\tT: () => [\n\t\t\t\t\t'sui.rpc.v2.TransactionExpiration.TransactionExpirationKind',\n\t\t\t\t\tTransactionExpiration_TransactionExpirationKind,\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'epoch',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 3,\n\t\t\t\tname: 'min_epoch',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{ no: 4, name: 'min_timestamp', kind: 'message', T: () => Timestamp },\n\t\t\t{ no: 5, name: 'max_timestamp', kind: 'message', T: () => Timestamp },\n\t\t\t{ no: 6, name: 'chain', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 7, name: 'nonce', kind: 'scalar', opt: true, T: 13 /*ScalarType.UINT32*/ },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.TransactionExpiration\n */\nexport const TransactionExpiration = new TransactionExpiration$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass TransactionKind$Type extends MessageType<TransactionKind> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.TransactionKind', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'kind',\n\t\t\t\tkind: 'enum',\n\t\t\t\topt: true,\n\t\t\t\tT: () => ['sui.rpc.v2.TransactionKind.Kind', TransactionKind_Kind],\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'programmable_transaction',\n\t\t\t\tkind: 'message',\n\t\t\t\toneof: 'data',\n\t\t\t\tT: () => ProgrammableTransaction,\n\t\t\t},\n\t\t\t{ no: 3, name: 'change_epoch', kind: 'message', oneof: 'data', T: () => ChangeEpoch },\n\t\t\t{ no: 4, name: 'genesis', kind: 'message', oneof: 'data', T: () => GenesisTransaction },\n\t\t\t{\n\t\t\t\tno: 5,\n\t\t\t\tname: 'consensus_commit_prologue',\n\t\t\t\tkind: 'message',\n\t\t\t\toneof: 'data',\n\t\t\t\tT: () => ConsensusCommitPrologue,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 6,\n\t\t\t\tname: 'authenticator_state_update',\n\t\t\t\tkind: 'message',\n\t\t\t\toneof: 'data',\n\t\t\t\tT: () => AuthenticatorStateUpdate,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 7,\n\t\t\t\tname: 'end_of_epoch',\n\t\t\t\tkind: 'message',\n\t\t\t\toneof: 'data',\n\t\t\t\tT: () => EndOfEpochTransaction,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 8,\n\t\t\t\tname: 'randomness_state_update',\n\t\t\t\tkind: 'message',\n\t\t\t\toneof: 'data',\n\t\t\t\tT: () => RandomnessStateUpdate,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.TransactionKind\n */\nexport const TransactionKind = new TransactionKind$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass ProgrammableTransaction$Type extends MessageType<ProgrammableTransaction> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.ProgrammableTransaction', [\n\t\t\t{ no: 1, name: 'inputs', kind: 'message', repeat: 2 /*RepeatType.UNPACKED*/, T: () => Input },\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'commands',\n\t\t\t\tkind: 'message',\n\t\t\t\trepeat: 2 /*RepeatType.UNPACKED*/,\n\t\t\t\tT: () => Command,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.ProgrammableTransaction\n */\nexport const ProgrammableTransaction = new ProgrammableTransaction$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass Command$Type extends MessageType<Command> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.Command', [\n\t\t\t{ no: 1, name: 'move_call', kind: 'message', oneof: 'command', T: () => MoveCall },\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'transfer_objects',\n\t\t\t\tkind: 'message',\n\t\t\t\toneof: 'command',\n\t\t\t\tT: () => TransferObjects,\n\t\t\t},\n\t\t\t{ no: 3, name: 'split_coins', kind: 'message', oneof: 'command', T: () => SplitCoins },\n\t\t\t{ no: 4, name: 'merge_coins', kind: 'message', oneof: 'command', T: () => MergeCoins },\n\t\t\t{ no: 5, name: 'publish', kind: 'message', oneof: 'command', T: () => Publish },\n\t\t\t{\n\t\t\t\tno: 6,\n\t\t\t\tname: 'make_move_vector',\n\t\t\t\tkind: 'message',\n\t\t\t\toneof: 'command',\n\t\t\t\tT: () => MakeMoveVector,\n\t\t\t},\n\t\t\t{ no: 7, name: 'upgrade', kind: 'message', oneof: 'command', T: () => Upgrade },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.Command\n */\nexport const Command = new Command$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass MoveCall$Type extends MessageType<MoveCall> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.MoveCall', [\n\t\t\t{ no: 1, name: 'package', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 2, name: 'module', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 3, name: 'function', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{\n\t\t\t\tno: 4,\n\t\t\t\tname: 'type_arguments',\n\t\t\t\tkind: 'scalar',\n\t\t\t\trepeat: 2 /*RepeatType.UNPACKED*/,\n\t\t\t\tT: 9 /*ScalarType.STRING*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 5,\n\t\t\t\tname: 'arguments',\n\t\t\t\tkind: 'message',\n\t\t\t\trepeat: 2 /*RepeatType.UNPACKED*/,\n\t\t\t\tT: () => Argument,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.MoveCall\n */\nexport const MoveCall = new MoveCall$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass TransferObjects$Type extends MessageType<TransferObjects> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.TransferObjects', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'objects',\n\t\t\t\tkind: 'message',\n\t\t\t\trepeat: 2 /*RepeatType.UNPACKED*/,\n\t\t\t\tT: () => Argument,\n\t\t\t},\n\t\t\t{ no: 2, name: 'address', kind: 'message', T: () => Argument },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.TransferObjects\n */\nexport const TransferObjects = new TransferObjects$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass SplitCoins$Type extends MessageType<SplitCoins> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.SplitCoins', [\n\t\t\t{ no: 1, name: 'coin', kind: 'message', T: () => Argument },\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'amounts',\n\t\t\t\tkind: 'message',\n\t\t\t\trepeat: 2 /*RepeatType.UNPACKED*/,\n\t\t\t\tT: () => Argument,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.SplitCoins\n */\nexport const SplitCoins = new SplitCoins$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass MergeCoins$Type extends MessageType<MergeCoins> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.MergeCoins', [\n\t\t\t{ no: 1, name: 'coin', kind: 'message', T: () => Argument },\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'coins_to_merge',\n\t\t\t\tkind: 'message',\n\t\t\t\trepeat: 2 /*RepeatType.UNPACKED*/,\n\t\t\t\tT: () => Argument,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.MergeCoins\n */\nexport const MergeCoins = new MergeCoins$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass Publish$Type extends MessageType<Publish> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.Publish', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'modules',\n\t\t\t\tkind: 'scalar',\n\t\t\t\trepeat: 2 /*RepeatType.UNPACKED*/,\n\t\t\t\tT: 12 /*ScalarType.BYTES*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'dependencies',\n\t\t\t\tkind: 'scalar',\n\t\t\t\trepeat: 2 /*RepeatType.UNPACKED*/,\n\t\t\t\tT: 9 /*ScalarType.STRING*/,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.Publish\n */\nexport const Publish = new Publish$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass MakeMoveVector$Type extends MessageType<MakeMoveVector> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.MakeMoveVector', [\n\t\t\t{ no: 1, name: 'element_type', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'elements',\n\t\t\t\tkind: 'message',\n\t\t\t\trepeat: 2 /*RepeatType.UNPACKED*/,\n\t\t\t\tT: () => Argument,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.MakeMoveVector\n */\nexport const MakeMoveVector = new MakeMoveVector$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass Upgrade$Type extends MessageType<Upgrade> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.Upgrade', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'modules',\n\t\t\t\tkind: 'scalar',\n\t\t\t\trepeat: 2 /*RepeatType.UNPACKED*/,\n\t\t\t\tT: 12 /*ScalarType.BYTES*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'dependencies',\n\t\t\t\tkind: 'scalar',\n\t\t\t\trepeat: 2 /*RepeatType.UNPACKED*/,\n\t\t\t\tT: 9 /*ScalarType.STRING*/,\n\t\t\t},\n\t\t\t{ no: 3, name: 'package', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 4, name: 'ticket', kind: 'message', T: () => Argument },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.Upgrade\n */\nexport const Upgrade = new Upgrade$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass RandomnessStateUpdate$Type extends MessageType<RandomnessStateUpdate> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.RandomnessStateUpdate', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'epoch',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'randomness_round',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{ no: 3, name: 'random_bytes', kind: 'scalar', opt: true, T: 12 /*ScalarType.BYTES*/ },\n\t\t\t{\n\t\t\t\tno: 4,\n\t\t\t\tname: 'randomness_object_initial_shared_version',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.RandomnessStateUpdate\n */\nexport const RandomnessStateUpdate = new RandomnessStateUpdate$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass ChangeEpoch$Type extends MessageType<ChangeEpoch> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.ChangeEpoch', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'epoch',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'protocol_version',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 3,\n\t\t\t\tname: 'storage_charge',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 4,\n\t\t\t\tname: 'computation_charge',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 5,\n\t\t\t\tname: 'storage_rebate',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 6,\n\t\t\t\tname: 'non_refundable_storage_fee',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{ no: 7, name: 'epoch_start_timestamp', kind: 'message', T: () => Timestamp },\n\t\t\t{\n\t\t\t\tno: 8,\n\t\t\t\tname: 'system_packages',\n\t\t\t\tkind: 'message',\n\t\t\t\trepeat: 2 /*RepeatType.UNPACKED*/,\n\t\t\t\tT: () => SystemPackage,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.ChangeEpoch\n */\nexport const ChangeEpoch = new ChangeEpoch$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass SystemPackage$Type extends MessageType<SystemPackage> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.SystemPackage', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'version',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'modules',\n\t\t\t\tkind: 'scalar',\n\t\t\t\trepeat: 2 /*RepeatType.UNPACKED*/,\n\t\t\t\tT: 12 /*ScalarType.BYTES*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 3,\n\t\t\t\tname: 'dependencies',\n\t\t\t\tkind: 'scalar',\n\t\t\t\trepeat: 2 /*RepeatType.UNPACKED*/,\n\t\t\t\tT: 9 /*ScalarType.STRING*/,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.SystemPackage\n */\nexport const SystemPackage = new SystemPackage$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass GenesisTransaction$Type extends MessageType<GenesisTransaction> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.GenesisTransaction', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'objects',\n\t\t\t\tkind: 'message',\n\t\t\t\trepeat: 2 /*RepeatType.UNPACKED*/,\n\t\t\t\tT: () => Object,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.GenesisTransaction\n */\nexport const GenesisTransaction = new GenesisTransaction$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass ConsensusCommitPrologue$Type extends MessageType<ConsensusCommitPrologue> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.ConsensusCommitPrologue', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'epoch',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'round',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{ no: 3, name: 'commit_timestamp', kind: 'message', T: () => Timestamp },\n\t\t\t{\n\t\t\t\tno: 4,\n\t\t\t\tname: 'consensus_commit_digest',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 9 /*ScalarType.STRING*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 5,\n\t\t\t\tname: 'sub_dag_index',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 6,\n\t\t\t\tname: 'consensus_determined_version_assignments',\n\t\t\t\tkind: 'message',\n\t\t\t\tT: () => ConsensusDeterminedVersionAssignments,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 7,\n\t\t\t\tname: 'additional_state_digest',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 9 /*ScalarType.STRING*/,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.ConsensusCommitPrologue\n */\nexport const ConsensusCommitPrologue = new ConsensusCommitPrologue$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass VersionAssignment$Type extends MessageType<VersionAssignment> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.VersionAssignment', [\n\t\t\t{ no: 1, name: 'object_id', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'start_version',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 3,\n\t\t\t\tname: 'version',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.VersionAssignment\n */\nexport const VersionAssignment = new VersionAssignment$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass CanceledTransaction$Type extends MessageType<CanceledTransaction> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.CanceledTransaction', [\n\t\t\t{ no: 1, name: 'digest', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'version_assignments',\n\t\t\t\tkind: 'message',\n\t\t\t\trepeat: 2 /*RepeatType.UNPACKED*/,\n\t\t\t\tT: () => VersionAssignment,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.CanceledTransaction\n */\nexport const CanceledTransaction = new CanceledTransaction$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass ConsensusDeterminedVersionAssignments$Type extends MessageType<ConsensusDeterminedVersionAssignments> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.ConsensusDeterminedVersionAssignments', [\n\t\t\t{ no: 1, name: 'version', kind: 'scalar', opt: true, T: 5 /*ScalarType.INT32*/ },\n\t\t\t{\n\t\t\t\tno: 3,\n\t\t\t\tname: 'canceled_transactions',\n\t\t\t\tkind: 'message',\n\t\t\t\trepeat: 2 /*RepeatType.UNPACKED*/,\n\t\t\t\tT: () => CanceledTransaction,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.ConsensusDeterminedVersionAssignments\n */\nexport const ConsensusDeterminedVersionAssignments =\n\tnew ConsensusDeterminedVersionAssignments$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass AuthenticatorStateUpdate$Type extends MessageType<AuthenticatorStateUpdate> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.AuthenticatorStateUpdate', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'epoch',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'round',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 3,\n\t\t\t\tname: 'new_active_jwks',\n\t\t\t\tkind: 'message',\n\t\t\t\trepeat: 2 /*RepeatType.UNPACKED*/,\n\t\t\t\tT: () => ActiveJwk,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 4,\n\t\t\t\tname: 'authenticator_object_initial_shared_version',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.AuthenticatorStateUpdate\n */\nexport const AuthenticatorStateUpdate = new AuthenticatorStateUpdate$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass ActiveJwk$Type extends MessageType<ActiveJwk> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.ActiveJwk', [\n\t\t\t{ no: 1, name: 'id', kind: 'message', T: () => JwkId },\n\t\t\t{ no: 2, name: 'jwk', kind: 'message', T: () => Jwk },\n\t\t\t{\n\t\t\t\tno: 3,\n\t\t\t\tname: 'epoch',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.ActiveJwk\n */\nexport const ActiveJwk = new ActiveJwk$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass EndOfEpochTransaction$Type extends MessageType<EndOfEpochTransaction> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.EndOfEpochTransaction', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'transactions',\n\t\t\t\tkind: 'message',\n\t\t\t\trepeat: 2 /*RepeatType.UNPACKED*/,\n\t\t\t\tT: () => EndOfEpochTransactionKind,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.EndOfEpochTransaction\n */\nexport const EndOfEpochTransaction = new EndOfEpochTransaction$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass EndOfEpochTransactionKind$Type extends MessageType<EndOfEpochTransactionKind> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.EndOfEpochTransactionKind', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'kind',\n\t\t\t\tkind: 'enum',\n\t\t\t\topt: true,\n\t\t\t\tT: () => ['sui.rpc.v2.EndOfEpochTransactionKind.Kind', EndOfEpochTransactionKind_Kind],\n\t\t\t},\n\t\t\t{ no: 2, name: 'change_epoch', kind: 'message', oneof: 'data', T: () => ChangeEpoch },\n\t\t\t{\n\t\t\t\tno: 3,\n\t\t\t\tname: 'authenticator_state_expire',\n\t\t\t\tkind: 'message',\n\t\t\t\toneof: 'data',\n\t\t\t\tT: () => AuthenticatorStateExpire,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 4,\n\t\t\t\tname: 'execution_time_observations',\n\t\t\t\tkind: 'message',\n\t\t\t\toneof: 'data',\n\t\t\t\tT: () => ExecutionTimeObservations,\n\t\t\t},\n\t\t\t{ no: 5, name: 'bridge_chain_id', kind: 'scalar', oneof: 'data', T: 9 /*ScalarType.STRING*/ },\n\t\t\t{\n\t\t\t\tno: 6,\n\t\t\t\tname: 'bridge_object_version',\n\t\t\t\tkind: 'scalar',\n\t\t\t\toneof: 'data',\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 7,\n\t\t\t\tname: 'storage_cost',\n\t\t\t\tkind: 'scalar',\n\t\t\t\toneof: 'data',\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.EndOfEpochTransactionKind\n */\nexport const EndOfEpochTransactionKind = new EndOfEpochTransactionKind$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass AuthenticatorStateExpire$Type extends MessageType<AuthenticatorStateExpire> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.AuthenticatorStateExpire', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'min_epoch',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'authenticator_object_initial_shared_version',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 4 /*ScalarType.UINT64*/,\n\t\t\t\tL: 0 /*LongType.BIGINT*/,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.AuthenticatorStateExpire\n */\nexport const AuthenticatorStateExpire = new AuthenticatorStateExpire$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass ExecutionTimeObservations$Type extends MessageType<ExecutionTimeObservations> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.ExecutionTimeObservations', [\n\t\t\t{ no: 1, name: 'version', kind: 'scalar', opt: true, T: 5 /*ScalarType.INT32*/ },\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'observations',\n\t\t\t\tkind: 'message',\n\t\t\t\trepeat: 2 /*RepeatType.UNPACKED*/,\n\t\t\t\tT: () => ExecutionTimeObservation,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.ExecutionTimeObservations\n */\nexport const ExecutionTimeObservations = new ExecutionTimeObservations$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass ExecutionTimeObservation$Type extends MessageType<ExecutionTimeObservation> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.ExecutionTimeObservation', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'kind',\n\t\t\t\tkind: 'enum',\n\t\t\t\topt: true,\n\t\t\t\tT: () => [\n\t\t\t\t\t'sui.rpc.v2.ExecutionTimeObservation.ExecutionTimeObservationKind',\n\t\t\t\t\tExecutionTimeObservation_ExecutionTimeObservationKind,\n\t\t\t\t],\n\t\t\t},\n\t\t\t{ no: 2, name: 'move_entry_point', kind: 'message', T: () => MoveCall },\n\t\t\t{\n\t\t\t\tno: 3,\n\t\t\t\tname: 'validator_observations',\n\t\t\t\tkind: 'message',\n\t\t\t\trepeat: 2 /*RepeatType.UNPACKED*/,\n\t\t\t\tT: () => ValidatorExecutionTimeObservation,\n\t\t\t},\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.ExecutionTimeObservation\n */\nexport const ExecutionTimeObservation = new ExecutionTimeObservation$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass ValidatorExecutionTimeObservation$Type extends MessageType<ValidatorExecutionTimeObservation> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.ValidatorExecutionTimeObservation', [\n\t\t\t{ no: 1, name: 'validator', kind: 'scalar', opt: true, T: 12 /*ScalarType.BYTES*/ },\n\t\t\t{ no: 2, name: 'duration', kind: 'message', T: () => Duration },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.ValidatorExecutionTimeObservation\n */\nexport const ValidatorExecutionTimeObservation = new ValidatorExecutionTimeObservation$Type();\n"],"mappings":"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"}
@@ -38,7 +38,7 @@ var ExecuteTransactionRequest$Type = class extends MessageType {
38
38
  no: 2,
39
39
  name: "signatures",
40
40
  kind: "message",
41
- repeat: 1,
41
+ repeat: 2,
42
42
  T: () => UserSignature
43
43
  },
44
44
  {
@@ -117,7 +117,7 @@ var SimulateTransactionResponse$Type = class extends MessageType {
117
117
  no: 2,
118
118
  name: "command_outputs",
119
119
  kind: "message",
120
- repeat: 1,
120
+ repeat: 2,
121
121
  T: () => CommandResult
122
122
  },
123
123
  {
@@ -141,13 +141,13 @@ var CommandResult$Type = class extends MessageType {
141
141
  no: 1,
142
142
  name: "return_values",
143
143
  kind: "message",
144
- repeat: 1,
144
+ repeat: 2,
145
145
  T: () => CommandOutput
146
146
  }, {
147
147
  no: 2,
148
148
  name: "mutated_by_ref",
149
149
  kind: "message",
150
- repeat: 1,
150
+ repeat: 2,
151
151
  T: () => CommandOutput
152
152
  }]);
153
153
  }