@mysten/sui 1.41.0 → 1.43.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.
- package/CHANGELOG.md +20 -0
- package/dist/cjs/bcs/bcs.d.ts +47 -111
- package/dist/cjs/bcs/bcs.js +17 -17
- package/dist/cjs/bcs/bcs.js.map +2 -2
- package/dist/cjs/bcs/effects.d.ts +2 -6
- package/dist/cjs/bcs/effects.js +1 -1
- package/dist/cjs/bcs/effects.js.map +2 -2
- package/dist/cjs/bcs/index.d.ts +49 -117
- package/dist/cjs/bcs/type-tag-serializer.d.ts +1 -0
- package/dist/cjs/bcs/type-tag-serializer.js +5 -1
- package/dist/cjs/bcs/type-tag-serializer.js.map +2 -2
- package/dist/cjs/cryptography/intent.js +1 -1
- package/dist/cjs/cryptography/intent.js.map +2 -2
- package/dist/cjs/cryptography/keypair.js +1 -1
- package/dist/cjs/cryptography/keypair.js.map +2 -2
- package/dist/cjs/cryptography/publickey.js +1 -1
- package/dist/cjs/cryptography/publickey.js.map +2 -2
- package/dist/cjs/cryptography/signature.d.ts +2 -2
- package/dist/cjs/experimental/client.js +0 -4
- package/dist/cjs/experimental/client.js.map +2 -2
- package/dist/cjs/experimental/types.d.ts +1 -7
- package/dist/cjs/experimental/types.js.map +1 -1
- package/dist/cjs/graphql/generated/queries.d.ts +1 -1
- package/dist/cjs/graphql/generated/queries.js.map +1 -1
- package/dist/cjs/grpc/client.d.ts +7 -7
- package/dist/cjs/grpc/client.js +7 -7
- package/dist/cjs/grpc/client.js.map +2 -2
- package/dist/cjs/grpc/core.d.ts +4 -2
- package/dist/cjs/grpc/core.js +19 -22
- package/dist/cjs/grpc/core.js.map +2 -2
- package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/argument.d.ts +4 -4
- package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/argument.js +2 -2
- package/dist/cjs/grpc/proto/sui/rpc/v2/argument.js.map +7 -0
- package/dist/{esm/grpc/proto/sui/rpc/v2beta2 → cjs/grpc/proto/sui/rpc/v2}/balance_change.d.ts +2 -2
- package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/balance_change.js +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/balance_change.js.map +7 -0
- package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/bcs.d.ts +2 -2
- package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/bcs.js +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/bcs.js.map +7 -0
- package/dist/{esm/grpc/proto/sui/rpc/v2beta2 → cjs/grpc/proto/sui/rpc/v2}/checkpoint.d.ts +19 -6
- package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/checkpoint.js +4 -2
- package/dist/cjs/grpc/proto/sui/rpc/v2/checkpoint.js.map +7 -0
- package/dist/{esm/grpc/proto/sui/rpc/v2beta2 → cjs/grpc/proto/sui/rpc/v2}/checkpoint_contents.d.ts +7 -7
- package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/checkpoint_contents.js +2 -2
- package/dist/cjs/grpc/proto/sui/rpc/v2/checkpoint_contents.js.map +7 -0
- package/dist/{esm/grpc/proto/sui/rpc/v2beta2 → cjs/grpc/proto/sui/rpc/v2}/checkpoint_summary.d.ts +14 -14
- package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/checkpoint_summary.js +4 -4
- package/dist/cjs/grpc/proto/sui/rpc/v2/checkpoint_summary.js.map +7 -0
- package/dist/{esm/grpc/proto/sui/rpc/v2beta2 → cjs/grpc/proto/sui/rpc/v2}/effects.d.ts +28 -23
- package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/effects.js +15 -7
- package/dist/cjs/grpc/proto/sui/rpc/v2/effects.js.map +7 -0
- package/dist/{esm/grpc/proto/sui/rpc/v2beta2 → cjs/grpc/proto/sui/rpc/v2}/epoch.d.ts +5 -5
- package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/epoch.js +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/epoch.js.map +7 -0
- package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/error_reason.d.ts +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/error_reason.js.map +7 -0
- package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/event.d.ts +7 -7
- package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/event.js +2 -2
- package/dist/cjs/grpc/proto/sui/rpc/v2/event.js.map +7 -0
- package/dist/{esm/grpc/proto/sui/rpc/v2beta2 → cjs/grpc/proto/sui/rpc/v2}/executed_transaction.d.ts +12 -17
- package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/executed_transaction.js +2 -15
- package/dist/cjs/grpc/proto/sui/rpc/v2/executed_transaction.js.map +7 -0
- package/dist/{esm/grpc/proto/sui/rpc/v2beta2 → cjs/grpc/proto/sui/rpc/v2}/execution_status.d.ts +44 -44
- package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/execution_status.js +16 -16
- package/dist/cjs/grpc/proto/sui/rpc/v2/execution_status.js.map +7 -0
- package/dist/{esm/grpc/proto/sui/rpc/v2beta2 → cjs/grpc/proto/sui/rpc/v2}/gas_cost_summary.d.ts +2 -2
- package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/gas_cost_summary.js +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/gas_cost_summary.js.map +7 -0
- package/dist/{esm/grpc/proto/sui/rpc/v2beta2 → cjs/grpc/proto/sui/rpc/v2}/input.d.ts +4 -4
- package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/input.js +2 -2
- package/dist/cjs/grpc/proto/sui/rpc/v2/input.js.map +7 -0
- package/dist/cjs/grpc/proto/sui/rpc/v2/jwk.d.ts +70 -0
- package/dist/cjs/grpc/proto/sui/rpc/v2/jwk.js +88 -0
- package/dist/cjs/grpc/proto/sui/rpc/v2/jwk.js.map +7 -0
- package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/ledger_service.client.d.ts +16 -16
- package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/ledger_service.client.js +7 -7
- package/dist/cjs/grpc/proto/sui/rpc/v2/ledger_service.client.js.map +7 -0
- package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/ledger_service.d.ts +42 -42
- package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/ledger_service.js +17 -17
- package/dist/cjs/grpc/proto/sui/rpc/v2/ledger_service.js.map +7 -0
- package/dist/{esm/grpc/proto/sui/rpc/v2beta2 → cjs/grpc/proto/sui/rpc/v2}/move_package.d.ts +48 -48
- package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/move_package.js +17 -20
- package/dist/cjs/grpc/proto/sui/rpc/v2/move_package.js.map +7 -0
- package/dist/{esm/grpc/proto/sui/rpc/v2beta2 → cjs/grpc/proto/sui/rpc/v2}/move_package_service.client.d.ts +10 -10
- package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/move_package_service.client.js +4 -4
- package/dist/cjs/grpc/proto/sui/rpc/v2/move_package_service.client.js.map +7 -0
- package/dist/{esm/grpc/proto/sui/rpc/v2beta2 → cjs/grpc/proto/sui/rpc/v2}/move_package_service.d.ts +23 -23
- package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/move_package_service.js +10 -10
- package/dist/cjs/grpc/proto/sui/rpc/v2/move_package_service.js.map +7 -0
- package/dist/{esm/grpc/proto/sui/rpc/v2beta2 → cjs/grpc/proto/sui/rpc/v2}/name_service.client.d.ts +6 -6
- package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/name_service.client.js +2 -2
- package/dist/cjs/grpc/proto/sui/rpc/v2/name_service.client.js.map +7 -0
- package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/name_service.d.ts +14 -14
- package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/name_service.js +6 -6
- package/dist/cjs/grpc/proto/sui/rpc/v2/name_service.js.map +7 -0
- package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/object.d.ts +26 -6
- package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/object.js +11 -2
- package/dist/cjs/grpc/proto/sui/rpc/v2/object.js.map +7 -0
- package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/object_reference.d.ts +2 -2
- package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/object_reference.js +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/object_reference.js.map +7 -0
- package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/owner.d.ts +4 -4
- package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/owner.js +2 -2
- package/dist/cjs/grpc/proto/sui/rpc/v2/owner.js.map +7 -0
- package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/protocol_config.d.ts +2 -2
- package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/protocol_config.js +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/protocol_config.js.map +7 -0
- package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/signature.d.ts +78 -65
- package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/signature.js +32 -27
- package/dist/cjs/grpc/proto/sui/rpc/v2/signature.js.map +7 -0
- package/dist/{esm/grpc/proto/sui/rpc/v2beta2 → cjs/grpc/proto/sui/rpc/v2}/signature_scheme.d.ts +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/signature_scheme.js.map +7 -0
- package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/signature_verification_service.client.d.ts +4 -4
- package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/signature_verification_service.client.js +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/signature_verification_service.client.js.map +7 -0
- package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/signature_verification_service.d.ts +9 -9
- package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/signature_verification_service.js +3 -3
- package/dist/cjs/grpc/proto/sui/rpc/v2/signature_verification_service.js.map +7 -0
- package/dist/cjs/grpc/proto/sui/rpc/v2/state_service.client.d.ts +71 -0
- package/dist/cjs/grpc/proto/sui/rpc/v2/state_service.client.js +99 -0
- package/dist/cjs/grpc/proto/sui/rpc/v2/state_service.client.js.map +7 -0
- package/dist/cjs/grpc/proto/sui/rpc/{v2beta2/live_data_service.d.ts → v2/state_service.d.ts} +65 -183
- package/dist/cjs/grpc/proto/sui/rpc/{v2beta2/live_data_service.js → v2/state_service.js} +33 -139
- package/dist/cjs/grpc/proto/sui/rpc/v2/state_service.js.map +7 -0
- package/dist/{esm/grpc/proto/sui/rpc/v2beta2 → cjs/grpc/proto/sui/rpc/v2}/subscription_service.client.d.ts +6 -6
- package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/subscription_service.client.js +2 -2
- package/dist/cjs/grpc/proto/sui/rpc/v2/subscription_service.client.js.map +7 -0
- package/dist/{esm/grpc/proto/sui/rpc/v2beta2 → cjs/grpc/proto/sui/rpc/v2}/subscription_service.d.ts +7 -7
- package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/subscription_service.js +3 -3
- package/dist/cjs/grpc/proto/sui/rpc/v2/subscription_service.js.map +7 -0
- package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/system_state.d.ts +38 -38
- package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/system_state.js +9 -9
- package/dist/cjs/grpc/proto/sui/rpc/v2/system_state.js.map +7 -0
- package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/transaction.d.ts +284 -264
- package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/transaction.js +103 -159
- package/dist/cjs/grpc/proto/sui/rpc/v2/transaction.js.map +7 -0
- package/dist/{esm/grpc/proto/sui/rpc/v2beta2 → cjs/grpc/proto/sui/rpc/v2}/transaction_execution_service.client.d.ts +14 -10
- package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/transaction_execution_service.client.js +14 -4
- package/dist/cjs/grpc/proto/sui/rpc/v2/transaction_execution_service.client.js.map +7 -0
- package/dist/cjs/grpc/proto/sui/rpc/v2/transaction_execution_service.d.ts +184 -0
- package/dist/cjs/grpc/proto/sui/rpc/v2/transaction_execution_service.js +159 -0
- package/dist/cjs/grpc/proto/sui/rpc/v2/transaction_execution_service.js.map +7 -0
- package/dist/cjs/jsonRpc/client.d.ts +2 -6
- package/dist/cjs/jsonRpc/client.js +0 -8
- package/dist/cjs/jsonRpc/client.js.map +2 -2
- package/dist/cjs/keypairs/passkey/publickey.d.ts +1 -1
- package/dist/cjs/multisig/publickey.d.ts +10 -10
- package/dist/cjs/multisig/publickey.js +2 -2
- package/dist/cjs/multisig/publickey.js.map +2 -2
- package/dist/cjs/transactions/TransactionData.d.ts +1 -0
- package/dist/cjs/transactions/TransactionData.js +71 -0
- package/dist/cjs/transactions/TransactionData.js.map +3 -3
- package/dist/cjs/transactions/serializer.js +1 -1
- package/dist/cjs/transactions/serializer.js.map +2 -2
- package/dist/cjs/utils/index.d.ts +1 -0
- package/dist/cjs/utils/index.js +2 -0
- package/dist/cjs/utils/index.js.map +2 -2
- package/dist/cjs/version.d.ts +2 -2
- package/dist/cjs/version.js +2 -2
- package/dist/cjs/version.js.map +1 -1
- package/dist/cjs/zklogin/bcs.d.ts +1 -3
- package/dist/cjs/zklogin/bcs.js +1 -1
- package/dist/cjs/zklogin/bcs.js.map +2 -2
- package/dist/cjs/zklogin/publickey.d.ts +1 -1
- package/dist/cjs/zklogin/signature.d.ts +1 -1
- package/dist/esm/bcs/bcs.d.ts +47 -111
- package/dist/esm/bcs/bcs.js +17 -17
- package/dist/esm/bcs/bcs.js.map +2 -2
- package/dist/esm/bcs/effects.d.ts +2 -6
- package/dist/esm/bcs/effects.js +1 -1
- package/dist/esm/bcs/effects.js.map +2 -2
- package/dist/esm/bcs/index.d.ts +49 -117
- package/dist/esm/bcs/type-tag-serializer.d.ts +1 -0
- package/dist/esm/bcs/type-tag-serializer.js +5 -1
- package/dist/esm/bcs/type-tag-serializer.js.map +2 -2
- package/dist/esm/cryptography/intent.js +1 -1
- package/dist/esm/cryptography/intent.js.map +2 -2
- package/dist/esm/cryptography/keypair.js +1 -1
- package/dist/esm/cryptography/keypair.js.map +2 -2
- package/dist/esm/cryptography/publickey.js +1 -1
- package/dist/esm/cryptography/publickey.js.map +2 -2
- package/dist/esm/cryptography/signature.d.ts +2 -2
- package/dist/esm/experimental/client.js +0 -4
- package/dist/esm/experimental/client.js.map +2 -2
- package/dist/esm/experimental/types.d.ts +1 -7
- package/dist/esm/graphql/generated/queries.d.ts +1 -1
- package/dist/esm/graphql/generated/queries.js.map +1 -1
- package/dist/esm/grpc/client.d.ts +7 -7
- package/dist/esm/grpc/client.js +7 -7
- package/dist/esm/grpc/client.js.map +2 -2
- package/dist/esm/grpc/core.d.ts +4 -2
- package/dist/esm/grpc/core.js +19 -22
- package/dist/esm/grpc/core.js.map +2 -2
- package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/argument.d.ts +4 -4
- package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/argument.js +2 -2
- package/dist/esm/grpc/proto/sui/rpc/v2/argument.js.map +7 -0
- package/dist/{cjs/grpc/proto/sui/rpc/v2beta2 → esm/grpc/proto/sui/rpc/v2}/balance_change.d.ts +2 -2
- package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/balance_change.js +1 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/balance_change.js.map +7 -0
- package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/bcs.d.ts +2 -2
- package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/bcs.js +1 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/bcs.js.map +7 -0
- package/dist/{cjs/grpc/proto/sui/rpc/v2beta2 → esm/grpc/proto/sui/rpc/v2}/checkpoint.d.ts +19 -6
- package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/checkpoint.js +4 -2
- package/dist/esm/grpc/proto/sui/rpc/v2/checkpoint.js.map +7 -0
- package/dist/{cjs/grpc/proto/sui/rpc/v2beta2 → esm/grpc/proto/sui/rpc/v2}/checkpoint_contents.d.ts +7 -7
- package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/checkpoint_contents.js +2 -2
- package/dist/esm/grpc/proto/sui/rpc/v2/checkpoint_contents.js.map +7 -0
- package/dist/{cjs/grpc/proto/sui/rpc/v2beta2 → esm/grpc/proto/sui/rpc/v2}/checkpoint_summary.d.ts +14 -14
- package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/checkpoint_summary.js +4 -4
- package/dist/esm/grpc/proto/sui/rpc/v2/checkpoint_summary.js.map +7 -0
- package/dist/{cjs/grpc/proto/sui/rpc/v2beta2 → esm/grpc/proto/sui/rpc/v2}/effects.d.ts +28 -23
- package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/effects.js +15 -7
- package/dist/esm/grpc/proto/sui/rpc/v2/effects.js.map +7 -0
- package/dist/{cjs/grpc/proto/sui/rpc/v2beta2 → esm/grpc/proto/sui/rpc/v2}/epoch.d.ts +5 -5
- package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/epoch.js +1 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/epoch.js.map +7 -0
- package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/error_reason.d.ts +1 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/error_reason.js.map +7 -0
- package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/event.d.ts +7 -7
- package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/event.js +2 -2
- package/dist/esm/grpc/proto/sui/rpc/v2/event.js.map +7 -0
- package/dist/{cjs/grpc/proto/sui/rpc/v2beta2 → esm/grpc/proto/sui/rpc/v2}/executed_transaction.d.ts +12 -17
- package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/executed_transaction.js +3 -16
- package/dist/esm/grpc/proto/sui/rpc/v2/executed_transaction.js.map +7 -0
- package/dist/{cjs/grpc/proto/sui/rpc/v2beta2 → esm/grpc/proto/sui/rpc/v2}/execution_status.d.ts +44 -44
- package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/execution_status.js +16 -16
- package/dist/esm/grpc/proto/sui/rpc/v2/execution_status.js.map +7 -0
- package/dist/{cjs/grpc/proto/sui/rpc/v2beta2 → esm/grpc/proto/sui/rpc/v2}/gas_cost_summary.d.ts +2 -2
- package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/gas_cost_summary.js +1 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/gas_cost_summary.js.map +7 -0
- package/dist/{cjs/grpc/proto/sui/rpc/v2beta2 → esm/grpc/proto/sui/rpc/v2}/input.d.ts +4 -4
- package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/input.js +2 -2
- package/dist/esm/grpc/proto/sui/rpc/v2/input.js.map +7 -0
- package/dist/esm/grpc/proto/sui/rpc/v2/jwk.d.ts +70 -0
- package/dist/esm/grpc/proto/sui/rpc/v2/jwk.js +68 -0
- package/dist/esm/grpc/proto/sui/rpc/v2/jwk.js.map +7 -0
- package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/ledger_service.client.d.ts +16 -16
- package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/ledger_service.client.js +7 -7
- package/dist/esm/grpc/proto/sui/rpc/v2/ledger_service.client.js.map +7 -0
- package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/ledger_service.d.ts +42 -42
- package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/ledger_service.js +17 -17
- package/dist/esm/grpc/proto/sui/rpc/v2/ledger_service.js.map +7 -0
- package/dist/{cjs/grpc/proto/sui/rpc/v2beta2 → esm/grpc/proto/sui/rpc/v2}/move_package.d.ts +48 -48
- package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/move_package.js +17 -20
- package/dist/esm/grpc/proto/sui/rpc/v2/move_package.js.map +7 -0
- package/dist/{cjs/grpc/proto/sui/rpc/v2beta2 → esm/grpc/proto/sui/rpc/v2}/move_package_service.client.d.ts +10 -10
- package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/move_package_service.client.js +4 -4
- package/dist/esm/grpc/proto/sui/rpc/v2/move_package_service.client.js.map +7 -0
- package/dist/{cjs/grpc/proto/sui/rpc/v2beta2 → esm/grpc/proto/sui/rpc/v2}/move_package_service.d.ts +23 -23
- package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/move_package_service.js +10 -10
- package/dist/esm/grpc/proto/sui/rpc/v2/move_package_service.js.map +7 -0
- package/dist/{cjs/grpc/proto/sui/rpc/v2beta2 → esm/grpc/proto/sui/rpc/v2}/name_service.client.d.ts +6 -6
- package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/name_service.client.js +2 -2
- package/dist/esm/grpc/proto/sui/rpc/v2/name_service.client.js.map +7 -0
- package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/name_service.d.ts +14 -14
- package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/name_service.js +6 -6
- package/dist/esm/grpc/proto/sui/rpc/v2/name_service.js.map +7 -0
- package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/object.d.ts +26 -6
- package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/object.js +11 -2
- package/dist/esm/grpc/proto/sui/rpc/v2/object.js.map +7 -0
- package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/object_reference.d.ts +2 -2
- package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/object_reference.js +1 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/object_reference.js.map +7 -0
- package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/owner.d.ts +4 -4
- package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/owner.js +2 -2
- package/dist/esm/grpc/proto/sui/rpc/v2/owner.js.map +7 -0
- package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/protocol_config.d.ts +2 -2
- package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/protocol_config.js +1 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/protocol_config.js.map +7 -0
- package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/signature.d.ts +78 -65
- package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/signature.js +32 -27
- package/dist/esm/grpc/proto/sui/rpc/v2/signature.js.map +7 -0
- package/dist/{cjs/grpc/proto/sui/rpc/v2beta2 → esm/grpc/proto/sui/rpc/v2}/signature_scheme.d.ts +1 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/signature_scheme.js.map +7 -0
- package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/signature_verification_service.client.d.ts +4 -4
- package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/signature_verification_service.client.js +1 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/signature_verification_service.client.js.map +7 -0
- package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/signature_verification_service.d.ts +9 -9
- package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/signature_verification_service.js +3 -3
- package/dist/esm/grpc/proto/sui/rpc/v2/signature_verification_service.js.map +7 -0
- package/dist/esm/grpc/proto/sui/rpc/v2/state_service.client.d.ts +71 -0
- package/dist/esm/grpc/proto/sui/rpc/v2/state_service.client.js +79 -0
- package/dist/esm/grpc/proto/sui/rpc/v2/state_service.client.js.map +7 -0
- package/dist/esm/grpc/proto/sui/rpc/{v2beta2/live_data_service.d.ts → v2/state_service.d.ts} +65 -183
- package/dist/esm/grpc/proto/sui/rpc/{v2beta2/live_data_service.js → v2/state_service.js} +30 -136
- package/dist/esm/grpc/proto/sui/rpc/v2/state_service.js.map +7 -0
- package/dist/{cjs/grpc/proto/sui/rpc/v2beta2 → esm/grpc/proto/sui/rpc/v2}/subscription_service.client.d.ts +6 -6
- package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/subscription_service.client.js +2 -2
- package/dist/esm/grpc/proto/sui/rpc/v2/subscription_service.client.js.map +7 -0
- package/dist/{cjs/grpc/proto/sui/rpc/v2beta2 → esm/grpc/proto/sui/rpc/v2}/subscription_service.d.ts +7 -7
- package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/subscription_service.js +3 -3
- package/dist/esm/grpc/proto/sui/rpc/v2/subscription_service.js.map +7 -0
- package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/system_state.d.ts +38 -38
- package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/system_state.js +9 -9
- package/dist/esm/grpc/proto/sui/rpc/v2/system_state.js.map +7 -0
- package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/transaction.d.ts +284 -264
- package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/transaction.js +101 -157
- package/dist/esm/grpc/proto/sui/rpc/v2/transaction.js.map +7 -0
- package/dist/{cjs/grpc/proto/sui/rpc/v2beta2 → esm/grpc/proto/sui/rpc/v2}/transaction_execution_service.client.d.ts +14 -10
- package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/transaction_execution_service.client.js +14 -4
- package/dist/esm/grpc/proto/sui/rpc/v2/transaction_execution_service.client.js.map +7 -0
- package/dist/esm/grpc/proto/sui/rpc/v2/transaction_execution_service.d.ts +184 -0
- package/dist/esm/grpc/proto/sui/rpc/v2/transaction_execution_service.js +139 -0
- package/dist/esm/grpc/proto/sui/rpc/v2/transaction_execution_service.js.map +7 -0
- package/dist/esm/jsonRpc/client.d.ts +2 -6
- package/dist/esm/jsonRpc/client.js +0 -8
- package/dist/esm/jsonRpc/client.js.map +2 -2
- package/dist/esm/keypairs/passkey/publickey.d.ts +1 -1
- package/dist/esm/multisig/publickey.d.ts +10 -10
- package/dist/esm/multisig/publickey.js +2 -2
- package/dist/esm/multisig/publickey.js.map +2 -2
- package/dist/esm/transactions/TransactionData.d.ts +1 -0
- package/dist/esm/transactions/TransactionData.js +71 -0
- package/dist/esm/transactions/TransactionData.js.map +3 -3
- package/dist/esm/transactions/serializer.js +1 -1
- package/dist/esm/transactions/serializer.js.map +2 -2
- package/dist/esm/utils/index.d.ts +1 -0
- package/dist/esm/utils/index.js +2 -0
- package/dist/esm/utils/index.js.map +2 -2
- package/dist/esm/version.d.ts +2 -2
- package/dist/esm/version.js +2 -2
- package/dist/esm/version.js.map +1 -1
- package/dist/esm/zklogin/bcs.d.ts +1 -3
- package/dist/esm/zklogin/bcs.js +1 -1
- package/dist/esm/zklogin/bcs.js.map +2 -2
- package/dist/esm/zklogin/publickey.d.ts +1 -1
- package/dist/esm/zklogin/signature.d.ts +1 -1
- package/dist/tsconfig.esm.tsbuildinfo +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/src/bcs/bcs.ts +17 -17
- package/src/bcs/effects.ts +1 -1
- package/src/bcs/type-tag-serializer.ts +4 -0
- package/src/cryptography/intent.ts +1 -1
- package/src/cryptography/keypair.ts +1 -1
- package/src/cryptography/publickey.ts +1 -1
- package/src/experimental/client.ts +0 -4
- package/src/experimental/types.ts +4 -17
- package/src/graphql/generated/queries.ts +1 -1
- package/src/grpc/client.ts +8 -8
- package/src/grpc/core.ts +48 -34
- package/src/grpc/proto/sui/rpc/{v2beta2 → v2}/argument.ts +7 -7
- package/src/grpc/proto/sui/rpc/{v2beta2 → v2}/balance_change.ts +4 -4
- package/src/grpc/proto/sui/rpc/{v2beta2 → v2}/bcs.ts +4 -4
- package/src/grpc/proto/sui/rpc/{v2beta2 → v2}/checkpoint.ts +22 -8
- package/src/grpc/proto/sui/rpc/{v2beta2 → v2}/checkpoint_contents.ts +10 -10
- package/src/grpc/proto/sui/rpc/{v2beta2 → v2}/checkpoint_summary.ts +19 -19
- package/src/grpc/proto/sui/rpc/{v2beta2 → v2}/effects.ts +43 -31
- package/src/grpc/proto/sui/rpc/{v2beta2 → v2}/epoch.ts +7 -7
- package/src/grpc/proto/sui/rpc/{v2beta2 → v2}/error_reason.ts +2 -2
- package/src/grpc/proto/sui/rpc/{v2beta2 → v2}/event.ts +10 -10
- package/src/grpc/proto/sui/rpc/{v2beta2 → v2}/executed_transaction.ts +15 -33
- package/src/grpc/proto/sui/rpc/{v2beta2 → v2}/execution_status.ts +61 -61
- package/src/grpc/proto/sui/rpc/{v2beta2 → v2}/gas_cost_summary.ts +4 -4
- package/src/grpc/proto/sui/rpc/{v2beta2 → v2}/input.ts +7 -7
- package/src/grpc/proto/sui/rpc/v2/jwk.ts +94 -0
- package/src/grpc/proto/sui/rpc/{v2beta2 → v2}/ledger_service.client.ts +17 -17
- package/src/grpc/proto/sui/rpc/{v2beta2 → v2}/ledger_service.ts +60 -60
- package/src/grpc/proto/sui/rpc/{v2beta2 → v2}/move_package.ts +66 -69
- package/src/grpc/proto/sui/rpc/{v2beta2 → v2}/move_package_service.client.ts +11 -11
- package/src/grpc/proto/sui/rpc/{v2beta2 → v2}/move_package_service.ts +34 -34
- package/src/grpc/proto/sui/rpc/{v2beta2 → v2}/name_service.client.ts +7 -7
- package/src/grpc/proto/sui/rpc/{v2beta2 → v2}/name_service.ts +21 -21
- package/src/grpc/proto/sui/rpc/{v2beta2 → v2}/object.ts +33 -8
- package/src/grpc/proto/sui/rpc/{v2beta2 → v2}/object_reference.ts +4 -4
- package/src/grpc/proto/sui/rpc/{v2beta2 → v2}/owner.ts +7 -7
- package/src/grpc/proto/sui/rpc/{v2beta2 → v2}/protocol_config.ts +4 -4
- package/src/grpc/proto/sui/rpc/{v2beta2 → v2}/signature.ts +105 -102
- package/src/grpc/proto/sui/rpc/{v2beta2 → v2}/signature_scheme.ts +2 -2
- package/src/grpc/proto/sui/rpc/{v2beta2 → v2}/signature_verification_service.client.ts +5 -5
- package/src/grpc/proto/sui/rpc/{v2beta2 → v2}/signature_verification_service.ts +13 -13
- package/src/grpc/proto/sui/rpc/v2/state_service.client.ts +161 -0
- package/src/grpc/proto/sui/rpc/{v2beta2/live_data_service.ts → v2/state_service.ts} +91 -268
- package/src/grpc/proto/sui/rpc/{v2beta2 → v2}/subscription_service.client.ts +7 -7
- package/src/grpc/proto/sui/rpc/{v2beta2 → v2}/subscription_service.ts +11 -11
- package/src/grpc/proto/sui/rpc/{v2beta2 → v2}/system_state.ts +48 -48
- package/src/grpc/proto/sui/rpc/{v2beta2 → v2}/transaction.ts +349 -387
- package/src/grpc/proto/sui/rpc/{v2beta2 → v2}/transaction_execution_service.client.ts +31 -11
- package/src/grpc/proto/sui/rpc/v2/transaction_execution_service.ts +282 -0
- package/src/jsonRpc/client.ts +2 -17
- package/src/multisig/publickey.ts +14 -14
- package/src/transactions/TransactionData.ts +100 -1
- package/src/transactions/serializer.ts +1 -1
- package/src/utils/index.ts +1 -0
- package/src/version.ts +2 -2
- package/src/zklogin/bcs.ts +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2beta2/argument.js.map +0 -7
- package/dist/cjs/grpc/proto/sui/rpc/v2beta2/balance_change.js.map +0 -7
- package/dist/cjs/grpc/proto/sui/rpc/v2beta2/bcs.js.map +0 -7
- package/dist/cjs/grpc/proto/sui/rpc/v2beta2/checkpoint.js.map +0 -7
- package/dist/cjs/grpc/proto/sui/rpc/v2beta2/checkpoint_contents.js.map +0 -7
- package/dist/cjs/grpc/proto/sui/rpc/v2beta2/checkpoint_summary.js.map +0 -7
- package/dist/cjs/grpc/proto/sui/rpc/v2beta2/effects.js.map +0 -7
- package/dist/cjs/grpc/proto/sui/rpc/v2beta2/epoch.js.map +0 -7
- package/dist/cjs/grpc/proto/sui/rpc/v2beta2/error_reason.js.map +0 -7
- package/dist/cjs/grpc/proto/sui/rpc/v2beta2/event.js.map +0 -7
- package/dist/cjs/grpc/proto/sui/rpc/v2beta2/executed_transaction.js.map +0 -7
- package/dist/cjs/grpc/proto/sui/rpc/v2beta2/execution_status.js.map +0 -7
- package/dist/cjs/grpc/proto/sui/rpc/v2beta2/gas_cost_summary.js.map +0 -7
- package/dist/cjs/grpc/proto/sui/rpc/v2beta2/input.js.map +0 -7
- package/dist/cjs/grpc/proto/sui/rpc/v2beta2/ledger_service.client.js.map +0 -7
- package/dist/cjs/grpc/proto/sui/rpc/v2beta2/ledger_service.js.map +0 -7
- package/dist/cjs/grpc/proto/sui/rpc/v2beta2/live_data_service.client.d.ts +0 -81
- package/dist/cjs/grpc/proto/sui/rpc/v2beta2/live_data_service.client.js +0 -0
- package/dist/cjs/grpc/proto/sui/rpc/v2beta2/live_data_service.client.js.map +0 -7
- package/dist/cjs/grpc/proto/sui/rpc/v2beta2/live_data_service.js.map +0 -7
- package/dist/cjs/grpc/proto/sui/rpc/v2beta2/move_package.js.map +0 -7
- package/dist/cjs/grpc/proto/sui/rpc/v2beta2/move_package_service.client.js.map +0 -7
- package/dist/cjs/grpc/proto/sui/rpc/v2beta2/move_package_service.js.map +0 -7
- package/dist/cjs/grpc/proto/sui/rpc/v2beta2/name_service.client.js.map +0 -7
- package/dist/cjs/grpc/proto/sui/rpc/v2beta2/name_service.js.map +0 -7
- package/dist/cjs/grpc/proto/sui/rpc/v2beta2/object.js.map +0 -7
- package/dist/cjs/grpc/proto/sui/rpc/v2beta2/object_reference.js.map +0 -7
- package/dist/cjs/grpc/proto/sui/rpc/v2beta2/owner.js.map +0 -7
- package/dist/cjs/grpc/proto/sui/rpc/v2beta2/protocol_config.js.map +0 -7
- package/dist/cjs/grpc/proto/sui/rpc/v2beta2/signature.js.map +0 -7
- package/dist/cjs/grpc/proto/sui/rpc/v2beta2/signature_scheme.js.map +0 -7
- package/dist/cjs/grpc/proto/sui/rpc/v2beta2/signature_verification_service.client.js.map +0 -7
- package/dist/cjs/grpc/proto/sui/rpc/v2beta2/signature_verification_service.js.map +0 -7
- package/dist/cjs/grpc/proto/sui/rpc/v2beta2/subscription_service.client.js.map +0 -7
- package/dist/cjs/grpc/proto/sui/rpc/v2beta2/subscription_service.js.map +0 -7
- package/dist/cjs/grpc/proto/sui/rpc/v2beta2/system_state.js.map +0 -7
- package/dist/cjs/grpc/proto/sui/rpc/v2beta2/transaction.js.map +0 -7
- package/dist/cjs/grpc/proto/sui/rpc/v2beta2/transaction_execution_service.client.js.map +0 -7
- package/dist/cjs/grpc/proto/sui/rpc/v2beta2/transaction_execution_service.d.ts +0 -115
- package/dist/cjs/grpc/proto/sui/rpc/v2beta2/transaction_execution_service.js +0 -94
- package/dist/cjs/grpc/proto/sui/rpc/v2beta2/transaction_execution_service.js.map +0 -7
- package/dist/esm/grpc/proto/sui/rpc/v2beta2/argument.js.map +0 -7
- package/dist/esm/grpc/proto/sui/rpc/v2beta2/balance_change.js.map +0 -7
- package/dist/esm/grpc/proto/sui/rpc/v2beta2/bcs.js.map +0 -7
- package/dist/esm/grpc/proto/sui/rpc/v2beta2/checkpoint.js.map +0 -7
- package/dist/esm/grpc/proto/sui/rpc/v2beta2/checkpoint_contents.js.map +0 -7
- package/dist/esm/grpc/proto/sui/rpc/v2beta2/checkpoint_summary.js.map +0 -7
- package/dist/esm/grpc/proto/sui/rpc/v2beta2/effects.js.map +0 -7
- package/dist/esm/grpc/proto/sui/rpc/v2beta2/epoch.js.map +0 -7
- package/dist/esm/grpc/proto/sui/rpc/v2beta2/error_reason.js.map +0 -7
- package/dist/esm/grpc/proto/sui/rpc/v2beta2/event.js.map +0 -7
- package/dist/esm/grpc/proto/sui/rpc/v2beta2/executed_transaction.js.map +0 -7
- package/dist/esm/grpc/proto/sui/rpc/v2beta2/execution_status.js.map +0 -7
- package/dist/esm/grpc/proto/sui/rpc/v2beta2/gas_cost_summary.js.map +0 -7
- package/dist/esm/grpc/proto/sui/rpc/v2beta2/input.js.map +0 -7
- package/dist/esm/grpc/proto/sui/rpc/v2beta2/ledger_service.client.js.map +0 -7
- package/dist/esm/grpc/proto/sui/rpc/v2beta2/ledger_service.js.map +0 -7
- package/dist/esm/grpc/proto/sui/rpc/v2beta2/live_data_service.client.d.ts +0 -81
- package/dist/esm/grpc/proto/sui/rpc/v2beta2/live_data_service.client.js +0 -92
- package/dist/esm/grpc/proto/sui/rpc/v2beta2/live_data_service.client.js.map +0 -7
- package/dist/esm/grpc/proto/sui/rpc/v2beta2/live_data_service.js.map +0 -7
- package/dist/esm/grpc/proto/sui/rpc/v2beta2/move_package.js.map +0 -7
- package/dist/esm/grpc/proto/sui/rpc/v2beta2/move_package_service.client.js.map +0 -7
- package/dist/esm/grpc/proto/sui/rpc/v2beta2/move_package_service.js.map +0 -7
- package/dist/esm/grpc/proto/sui/rpc/v2beta2/name_service.client.js.map +0 -7
- package/dist/esm/grpc/proto/sui/rpc/v2beta2/name_service.js.map +0 -7
- package/dist/esm/grpc/proto/sui/rpc/v2beta2/object.js.map +0 -7
- package/dist/esm/grpc/proto/sui/rpc/v2beta2/object_reference.js.map +0 -7
- package/dist/esm/grpc/proto/sui/rpc/v2beta2/owner.js.map +0 -7
- package/dist/esm/grpc/proto/sui/rpc/v2beta2/protocol_config.js.map +0 -7
- package/dist/esm/grpc/proto/sui/rpc/v2beta2/signature.js.map +0 -7
- package/dist/esm/grpc/proto/sui/rpc/v2beta2/signature_scheme.js.map +0 -7
- package/dist/esm/grpc/proto/sui/rpc/v2beta2/signature_verification_service.client.js.map +0 -7
- package/dist/esm/grpc/proto/sui/rpc/v2beta2/signature_verification_service.js.map +0 -7
- package/dist/esm/grpc/proto/sui/rpc/v2beta2/subscription_service.client.js.map +0 -7
- package/dist/esm/grpc/proto/sui/rpc/v2beta2/subscription_service.js.map +0 -7
- package/dist/esm/grpc/proto/sui/rpc/v2beta2/system_state.js.map +0 -7
- package/dist/esm/grpc/proto/sui/rpc/v2beta2/transaction.js.map +0 -7
- package/dist/esm/grpc/proto/sui/rpc/v2beta2/transaction_execution_service.client.js.map +0 -7
- package/dist/esm/grpc/proto/sui/rpc/v2beta2/transaction_execution_service.d.ts +0 -115
- package/dist/esm/grpc/proto/sui/rpc/v2beta2/transaction_execution_service.js +0 -74
- package/dist/esm/grpc/proto/sui/rpc/v2beta2/transaction_execution_service.js.map +0 -7
- package/src/grpc/proto/sui/rpc/v2beta2/live_data_service.client.ts +0 -187
- package/src/grpc/proto/sui/rpc/v2beta2/transaction_execution_service.ts +0 -178
- /package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/error_reason.js +0 -0
- /package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/signature_scheme.js +0 -0
- /package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/error_reason.js +0 -0
- /package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/signature_scheme.js +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { MessageType } from '@protobuf-ts/runtime';
|
|
2
2
|
/**
|
|
3
|
-
* @generated from protobuf message sui.rpc.
|
|
3
|
+
* @generated from protobuf message sui.rpc.v2.SystemState
|
|
4
4
|
*/
|
|
5
5
|
export interface SystemState {
|
|
6
6
|
/**
|
|
@@ -24,19 +24,19 @@ export interface SystemState {
|
|
|
24
24
|
/**
|
|
25
25
|
* Information about the validators
|
|
26
26
|
*
|
|
27
|
-
* @generated from protobuf field: optional sui.rpc.
|
|
27
|
+
* @generated from protobuf field: optional sui.rpc.v2.ValidatorSet validators = 4;
|
|
28
28
|
*/
|
|
29
29
|
validators?: ValidatorSet;
|
|
30
30
|
/**
|
|
31
31
|
* Storage Fund info
|
|
32
32
|
*
|
|
33
|
-
* @generated from protobuf field: optional sui.rpc.
|
|
33
|
+
* @generated from protobuf field: optional sui.rpc.v2.StorageFund storage_fund = 5;
|
|
34
34
|
*/
|
|
35
35
|
storageFund?: StorageFund;
|
|
36
36
|
/**
|
|
37
37
|
* Set of system config parameters
|
|
38
38
|
*
|
|
39
|
-
* @generated from protobuf field: optional sui.rpc.
|
|
39
|
+
* @generated from protobuf field: optional sui.rpc.v2.SystemParameters parameters = 6;
|
|
40
40
|
*/
|
|
41
41
|
parameters?: SystemParameters;
|
|
42
42
|
/**
|
|
@@ -54,13 +54,13 @@ export interface SystemState {
|
|
|
54
54
|
* This lists persists across epoch: a peer continues being in a reported state until the
|
|
55
55
|
* reporter doesn't explicitly remove their report.
|
|
56
56
|
*
|
|
57
|
-
* @generated from protobuf field: repeated sui.rpc.
|
|
57
|
+
* @generated from protobuf field: repeated sui.rpc.v2.ValidatorReportRecord validator_report_records = 8;
|
|
58
58
|
*/
|
|
59
59
|
validatorReportRecords: ValidatorReportRecord[];
|
|
60
60
|
/**
|
|
61
61
|
* Schedule of stake subsidies given out each epoch.
|
|
62
62
|
*
|
|
63
|
-
* @generated from protobuf field: optional sui.rpc.
|
|
63
|
+
* @generated from protobuf field: optional sui.rpc.v2.StakeSubsidy stake_subsidy = 9;
|
|
64
64
|
*/
|
|
65
65
|
stakeSubsidy?: StakeSubsidy;
|
|
66
66
|
/**
|
|
@@ -107,12 +107,12 @@ export interface SystemState {
|
|
|
107
107
|
/**
|
|
108
108
|
* Any extra fields that's not defined statically.
|
|
109
109
|
*
|
|
110
|
-
* @generated from protobuf field: optional sui.rpc.
|
|
110
|
+
* @generated from protobuf field: optional sui.rpc.v2.MoveTable extra_fields = 16;
|
|
111
111
|
*/
|
|
112
112
|
extraFields?: MoveTable;
|
|
113
113
|
}
|
|
114
114
|
/**
|
|
115
|
-
* @generated from protobuf message sui.rpc.
|
|
115
|
+
* @generated from protobuf message sui.rpc.v2.ValidatorReportRecord
|
|
116
116
|
*/
|
|
117
117
|
export interface ValidatorReportRecord {
|
|
118
118
|
/**
|
|
@@ -129,7 +129,7 @@ export interface ValidatorReportRecord {
|
|
|
129
129
|
reporters: string[];
|
|
130
130
|
}
|
|
131
131
|
/**
|
|
132
|
-
* @generated from protobuf message sui.rpc.
|
|
132
|
+
* @generated from protobuf message sui.rpc.v2.SystemParameters
|
|
133
133
|
*/
|
|
134
134
|
export interface SystemParameters {
|
|
135
135
|
/**
|
|
@@ -191,14 +191,14 @@ export interface SystemParameters {
|
|
|
191
191
|
/**
|
|
192
192
|
* Any extra fields that are not defined statically.
|
|
193
193
|
*
|
|
194
|
-
* @generated from protobuf field: optional sui.rpc.
|
|
194
|
+
* @generated from protobuf field: optional sui.rpc.v2.MoveTable extra_fields = 9;
|
|
195
195
|
*/
|
|
196
196
|
extraFields?: MoveTable;
|
|
197
197
|
}
|
|
198
198
|
/**
|
|
199
199
|
* A message that represents a Move `0x2::table::Table` or `0x2::bag::Bag`
|
|
200
200
|
*
|
|
201
|
-
* @generated from protobuf message sui.rpc.
|
|
201
|
+
* @generated from protobuf message sui.rpc.v2.MoveTable
|
|
202
202
|
*/
|
|
203
203
|
export interface MoveTable {
|
|
204
204
|
/**
|
|
@@ -215,7 +215,7 @@ export interface MoveTable {
|
|
|
215
215
|
size?: bigint;
|
|
216
216
|
}
|
|
217
217
|
/**
|
|
218
|
-
* @generated from protobuf message sui.rpc.
|
|
218
|
+
* @generated from protobuf message sui.rpc.v2.StakeSubsidy
|
|
219
219
|
*/
|
|
220
220
|
export interface StakeSubsidy {
|
|
221
221
|
/**
|
|
@@ -253,14 +253,14 @@ export interface StakeSubsidy {
|
|
|
253
253
|
/**
|
|
254
254
|
* Any extra fields that's not defined statically.
|
|
255
255
|
*
|
|
256
|
-
* @generated from protobuf field: optional sui.rpc.
|
|
256
|
+
* @generated from protobuf field: optional sui.rpc.v2.MoveTable extra_fields = 6;
|
|
257
257
|
*/
|
|
258
258
|
extraFields?: MoveTable;
|
|
259
259
|
}
|
|
260
260
|
/**
|
|
261
261
|
* Struct representing the onchain storage fund.
|
|
262
262
|
*
|
|
263
|
-
* @generated from protobuf message sui.rpc.
|
|
263
|
+
* @generated from protobuf message sui.rpc.v2.StorageFund
|
|
264
264
|
*/
|
|
265
265
|
export interface StorageFund {
|
|
266
266
|
/**
|
|
@@ -282,7 +282,7 @@ export interface StorageFund {
|
|
|
282
282
|
nonRefundableBalance?: bigint;
|
|
283
283
|
}
|
|
284
284
|
/**
|
|
285
|
-
* @generated from protobuf message sui.rpc.
|
|
285
|
+
* @generated from protobuf message sui.rpc.v2.ValidatorSet
|
|
286
286
|
*/
|
|
287
287
|
export interface ValidatorSet {
|
|
288
288
|
/**
|
|
@@ -295,7 +295,7 @@ export interface ValidatorSet {
|
|
|
295
295
|
/**
|
|
296
296
|
* The current list of active validators.
|
|
297
297
|
*
|
|
298
|
-
* @generated from protobuf field: repeated sui.rpc.
|
|
298
|
+
* @generated from protobuf field: repeated sui.rpc.v2.Validator active_validators = 2;
|
|
299
299
|
*/
|
|
300
300
|
activeValidators: Validator[];
|
|
301
301
|
/**
|
|
@@ -304,7 +304,7 @@ export interface ValidatorSet {
|
|
|
304
304
|
*
|
|
305
305
|
* key: u64 (index), value: 0x3::validator::Validator
|
|
306
306
|
*
|
|
307
|
-
* @generated from protobuf field: optional sui.rpc.
|
|
307
|
+
* @generated from protobuf field: optional sui.rpc.v2.MoveTable pending_active_validators = 3;
|
|
308
308
|
*/
|
|
309
309
|
pendingActiveValidators?: MoveTable;
|
|
310
310
|
/**
|
|
@@ -319,7 +319,7 @@ export interface ValidatorSet {
|
|
|
319
319
|
*
|
|
320
320
|
* key: address (staking pool Id), value: address (sui address of the validator)
|
|
321
321
|
*
|
|
322
|
-
* @generated from protobuf field: optional sui.rpc.
|
|
322
|
+
* @generated from protobuf field: optional sui.rpc.v2.MoveTable staking_pool_mappings = 5;
|
|
323
323
|
*/
|
|
324
324
|
stakingPoolMappings?: MoveTable;
|
|
325
325
|
/**
|
|
@@ -329,7 +329,7 @@ export interface ValidatorSet {
|
|
|
329
329
|
*
|
|
330
330
|
* key: address (staking pool Id), value: 0x3::validator_wrapper::ValidatorWrapper
|
|
331
331
|
*
|
|
332
|
-
* @generated from protobuf field: optional sui.rpc.
|
|
332
|
+
* @generated from protobuf field: optional sui.rpc.v2.MoveTable inactive_validators = 6;
|
|
333
333
|
*/
|
|
334
334
|
inactiveValidators?: MoveTable;
|
|
335
335
|
/**
|
|
@@ -341,7 +341,7 @@ export interface ValidatorSet {
|
|
|
341
341
|
*
|
|
342
342
|
* key: address (sui address of the validator), value: 0x3::validator_wrapper::ValidatorWrapper
|
|
343
343
|
*
|
|
344
|
-
* @generated from protobuf field: optional sui.rpc.
|
|
344
|
+
* @generated from protobuf field: optional sui.rpc.v2.MoveTable validator_candidates = 7;
|
|
345
345
|
*/
|
|
346
346
|
validatorCandidates?: MoveTable;
|
|
347
347
|
/**
|
|
@@ -355,7 +355,7 @@ export interface ValidatorSet {
|
|
|
355
355
|
/**
|
|
356
356
|
* Any extra fields that's not defined statically.
|
|
357
357
|
*
|
|
358
|
-
* @generated from protobuf field: optional sui.rpc.
|
|
358
|
+
* @generated from protobuf field: optional sui.rpc.v2.MoveTable extra_fields = 9;
|
|
359
359
|
*/
|
|
360
360
|
extraFields?: MoveTable;
|
|
361
361
|
}
|
|
@@ -364,7 +364,7 @@ export interface ValidatorSet {
|
|
|
364
364
|
*
|
|
365
365
|
* Note: fields of ValidatorMetadata are flattened into this type
|
|
366
366
|
*
|
|
367
|
-
* @generated from protobuf message sui.rpc.
|
|
367
|
+
* @generated from protobuf message sui.rpc.v2.Validator
|
|
368
368
|
*/
|
|
369
369
|
export interface Validator {
|
|
370
370
|
/**
|
|
@@ -413,7 +413,7 @@ export interface Validator {
|
|
|
413
413
|
*/
|
|
414
414
|
networkPublicKey?: Uint8Array;
|
|
415
415
|
/**
|
|
416
|
-
* The public key bytes
|
|
416
|
+
* The public key bytes corresponding to the Narwhal Worker
|
|
417
417
|
*
|
|
418
418
|
* @generated from protobuf field: optional bytes worker_public_key = 12;
|
|
419
419
|
*/
|
|
@@ -477,7 +477,7 @@ export interface Validator {
|
|
|
477
477
|
/**
|
|
478
478
|
* Any extra fields that's not defined statically in the `ValidatorMetadata` struct
|
|
479
479
|
*
|
|
480
|
-
* @generated from protobuf field: optional sui.rpc.
|
|
480
|
+
* @generated from protobuf field: optional sui.rpc.v2.MoveTable metadata_extra_fields = 28;
|
|
481
481
|
*/
|
|
482
482
|
metadataExtraFields?: MoveTable;
|
|
483
483
|
/**
|
|
@@ -502,7 +502,7 @@ export interface Validator {
|
|
|
502
502
|
/**
|
|
503
503
|
* Staking pool for this validator.
|
|
504
504
|
*
|
|
505
|
-
* @generated from protobuf field: optional sui.rpc.
|
|
505
|
+
* @generated from protobuf field: optional sui.rpc.v2.StakingPool staking_pool = 32;
|
|
506
506
|
*/
|
|
507
507
|
stakingPool?: StakingPool;
|
|
508
508
|
/**
|
|
@@ -532,14 +532,14 @@ export interface Validator {
|
|
|
532
532
|
/**
|
|
533
533
|
* Any extra fields that's not defined statically.
|
|
534
534
|
*
|
|
535
|
-
* @generated from protobuf field: optional sui.rpc.
|
|
535
|
+
* @generated from protobuf field: optional sui.rpc.v2.MoveTable extra_fields = 37;
|
|
536
536
|
*/
|
|
537
537
|
extraFields?: MoveTable;
|
|
538
538
|
}
|
|
539
539
|
/**
|
|
540
540
|
* A staking pool embedded in each validator struct in the system state object.
|
|
541
541
|
*
|
|
542
|
-
* @generated from protobuf message sui.rpc.
|
|
542
|
+
* @generated from protobuf message sui.rpc.v2.StakingPool
|
|
543
543
|
*/
|
|
544
544
|
export interface StakingPool {
|
|
545
545
|
/**
|
|
@@ -589,7 +589,7 @@ export interface StakingPool {
|
|
|
589
589
|
*
|
|
590
590
|
* key: u64 (epoch number), value: PoolTokenExchangeRate
|
|
591
591
|
*
|
|
592
|
-
* @generated from protobuf field: optional sui.rpc.
|
|
592
|
+
* @generated from protobuf field: optional sui.rpc.v2.MoveTable exchange_rates = 7;
|
|
593
593
|
*/
|
|
594
594
|
exchangeRates?: MoveTable;
|
|
595
595
|
/**
|
|
@@ -614,7 +614,7 @@ export interface StakingPool {
|
|
|
614
614
|
/**
|
|
615
615
|
* Any extra fields that's not defined statically.
|
|
616
616
|
*
|
|
617
|
-
* @generated from protobuf field: optional sui.rpc.
|
|
617
|
+
* @generated from protobuf field: optional sui.rpc.v2.MoveTable extra_fields = 11;
|
|
618
618
|
*/
|
|
619
619
|
extraFields?: MoveTable;
|
|
620
620
|
}
|
|
@@ -622,63 +622,63 @@ declare class SystemState$Type extends MessageType<SystemState> {
|
|
|
622
622
|
constructor();
|
|
623
623
|
}
|
|
624
624
|
/**
|
|
625
|
-
* @generated MessageType for protobuf message sui.rpc.
|
|
625
|
+
* @generated MessageType for protobuf message sui.rpc.v2.SystemState
|
|
626
626
|
*/
|
|
627
627
|
export declare const SystemState: SystemState$Type;
|
|
628
628
|
declare class ValidatorReportRecord$Type extends MessageType<ValidatorReportRecord> {
|
|
629
629
|
constructor();
|
|
630
630
|
}
|
|
631
631
|
/**
|
|
632
|
-
* @generated MessageType for protobuf message sui.rpc.
|
|
632
|
+
* @generated MessageType for protobuf message sui.rpc.v2.ValidatorReportRecord
|
|
633
633
|
*/
|
|
634
634
|
export declare const ValidatorReportRecord: ValidatorReportRecord$Type;
|
|
635
635
|
declare class SystemParameters$Type extends MessageType<SystemParameters> {
|
|
636
636
|
constructor();
|
|
637
637
|
}
|
|
638
638
|
/**
|
|
639
|
-
* @generated MessageType for protobuf message sui.rpc.
|
|
639
|
+
* @generated MessageType for protobuf message sui.rpc.v2.SystemParameters
|
|
640
640
|
*/
|
|
641
641
|
export declare const SystemParameters: SystemParameters$Type;
|
|
642
642
|
declare class MoveTable$Type extends MessageType<MoveTable> {
|
|
643
643
|
constructor();
|
|
644
644
|
}
|
|
645
645
|
/**
|
|
646
|
-
* @generated MessageType for protobuf message sui.rpc.
|
|
646
|
+
* @generated MessageType for protobuf message sui.rpc.v2.MoveTable
|
|
647
647
|
*/
|
|
648
648
|
export declare const MoveTable: MoveTable$Type;
|
|
649
649
|
declare class StakeSubsidy$Type extends MessageType<StakeSubsidy> {
|
|
650
650
|
constructor();
|
|
651
651
|
}
|
|
652
652
|
/**
|
|
653
|
-
* @generated MessageType for protobuf message sui.rpc.
|
|
653
|
+
* @generated MessageType for protobuf message sui.rpc.v2.StakeSubsidy
|
|
654
654
|
*/
|
|
655
655
|
export declare const StakeSubsidy: StakeSubsidy$Type;
|
|
656
656
|
declare class StorageFund$Type extends MessageType<StorageFund> {
|
|
657
657
|
constructor();
|
|
658
658
|
}
|
|
659
659
|
/**
|
|
660
|
-
* @generated MessageType for protobuf message sui.rpc.
|
|
660
|
+
* @generated MessageType for protobuf message sui.rpc.v2.StorageFund
|
|
661
661
|
*/
|
|
662
662
|
export declare const StorageFund: StorageFund$Type;
|
|
663
663
|
declare class ValidatorSet$Type extends MessageType<ValidatorSet> {
|
|
664
664
|
constructor();
|
|
665
665
|
}
|
|
666
666
|
/**
|
|
667
|
-
* @generated MessageType for protobuf message sui.rpc.
|
|
667
|
+
* @generated MessageType for protobuf message sui.rpc.v2.ValidatorSet
|
|
668
668
|
*/
|
|
669
669
|
export declare const ValidatorSet: ValidatorSet$Type;
|
|
670
670
|
declare class Validator$Type extends MessageType<Validator> {
|
|
671
671
|
constructor();
|
|
672
672
|
}
|
|
673
673
|
/**
|
|
674
|
-
* @generated MessageType for protobuf message sui.rpc.
|
|
674
|
+
* @generated MessageType for protobuf message sui.rpc.v2.Validator
|
|
675
675
|
*/
|
|
676
676
|
export declare const Validator: Validator$Type;
|
|
677
677
|
declare class StakingPool$Type extends MessageType<StakingPool> {
|
|
678
678
|
constructor();
|
|
679
679
|
}
|
|
680
680
|
/**
|
|
681
|
-
* @generated MessageType for protobuf message sui.rpc.
|
|
681
|
+
* @generated MessageType for protobuf message sui.rpc.v2.StakingPool
|
|
682
682
|
*/
|
|
683
683
|
export declare const StakingPool: StakingPool$Type;
|
|
684
684
|
export {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { MessageType } from "@protobuf-ts/runtime";
|
|
2
2
|
class SystemState$Type extends MessageType {
|
|
3
3
|
constructor() {
|
|
4
|
-
super("sui.rpc.
|
|
4
|
+
super("sui.rpc.v2.SystemState", [
|
|
5
5
|
{
|
|
6
6
|
no: 1,
|
|
7
7
|
name: "version",
|
|
@@ -100,7 +100,7 @@ class SystemState$Type extends MessageType {
|
|
|
100
100
|
const SystemState = new SystemState$Type();
|
|
101
101
|
class ValidatorReportRecord$Type extends MessageType {
|
|
102
102
|
constructor() {
|
|
103
|
-
super("sui.rpc.
|
|
103
|
+
super("sui.rpc.v2.ValidatorReportRecord", [
|
|
104
104
|
{
|
|
105
105
|
no: 1,
|
|
106
106
|
name: "reported",
|
|
@@ -122,7 +122,7 @@ class ValidatorReportRecord$Type extends MessageType {
|
|
|
122
122
|
const ValidatorReportRecord = new ValidatorReportRecord$Type();
|
|
123
123
|
class SystemParameters$Type extends MessageType {
|
|
124
124
|
constructor() {
|
|
125
|
-
super("sui.rpc.
|
|
125
|
+
super("sui.rpc.v2.SystemParameters", [
|
|
126
126
|
{
|
|
127
127
|
no: 1,
|
|
128
128
|
name: "epoch_duration_ms",
|
|
@@ -194,7 +194,7 @@ class SystemParameters$Type extends MessageType {
|
|
|
194
194
|
const SystemParameters = new SystemParameters$Type();
|
|
195
195
|
class MoveTable$Type extends MessageType {
|
|
196
196
|
constructor() {
|
|
197
|
-
super("sui.rpc.
|
|
197
|
+
super("sui.rpc.v2.MoveTable", [
|
|
198
198
|
{
|
|
199
199
|
no: 1,
|
|
200
200
|
name: "id",
|
|
@@ -217,7 +217,7 @@ class MoveTable$Type extends MessageType {
|
|
|
217
217
|
const MoveTable = new MoveTable$Type();
|
|
218
218
|
class StakeSubsidy$Type extends MessageType {
|
|
219
219
|
constructor() {
|
|
220
|
-
super("sui.rpc.
|
|
220
|
+
super("sui.rpc.v2.StakeSubsidy", [
|
|
221
221
|
{
|
|
222
222
|
no: 1,
|
|
223
223
|
name: "balance",
|
|
@@ -264,7 +264,7 @@ class StakeSubsidy$Type extends MessageType {
|
|
|
264
264
|
const StakeSubsidy = new StakeSubsidy$Type();
|
|
265
265
|
class StorageFund$Type extends MessageType {
|
|
266
266
|
constructor() {
|
|
267
|
-
super("sui.rpc.
|
|
267
|
+
super("sui.rpc.v2.StorageFund", [
|
|
268
268
|
{
|
|
269
269
|
no: 1,
|
|
270
270
|
name: "total_object_storage_rebates",
|
|
@@ -287,7 +287,7 @@ class StorageFund$Type extends MessageType {
|
|
|
287
287
|
const StorageFund = new StorageFund$Type();
|
|
288
288
|
class ValidatorSet$Type extends MessageType {
|
|
289
289
|
constructor() {
|
|
290
|
-
super("sui.rpc.
|
|
290
|
+
super("sui.rpc.v2.ValidatorSet", [
|
|
291
291
|
{
|
|
292
292
|
no: 1,
|
|
293
293
|
name: "total_stake",
|
|
@@ -334,7 +334,7 @@ class ValidatorSet$Type extends MessageType {
|
|
|
334
334
|
const ValidatorSet = new ValidatorSet$Type();
|
|
335
335
|
class Validator$Type extends MessageType {
|
|
336
336
|
constructor() {
|
|
337
|
-
super("sui.rpc.
|
|
337
|
+
super("sui.rpc.v2.Validator", [
|
|
338
338
|
{
|
|
339
339
|
no: 1,
|
|
340
340
|
name: "name",
|
|
@@ -561,7 +561,7 @@ class Validator$Type extends MessageType {
|
|
|
561
561
|
const Validator = new Validator$Type();
|
|
562
562
|
class StakingPool$Type extends MessageType {
|
|
563
563
|
constructor() {
|
|
564
|
-
super("sui.rpc.
|
|
564
|
+
super("sui.rpc.v2.StakingPool", [
|
|
565
565
|
{
|
|
566
566
|
no: 1,
|
|
567
567
|
name: "id",
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../../../../../src/grpc/proto/sui/rpc/v2/system_state.ts"],
|
|
4
|
+
"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/system_state.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';\n/**\n * @generated from protobuf message sui.rpc.v2.SystemState\n */\nexport interface SystemState {\n\t/**\n\t * The version of the system state data structure type.\n\t *\n\t * @generated from protobuf field: optional uint64 version = 1;\n\t */\n\tversion?: bigint;\n\t/**\n\t * The epoch id\n\t *\n\t * @generated from protobuf field: optional uint64 epoch = 2;\n\t */\n\tepoch?: bigint;\n\t/**\n\t * The protocol version\n\t *\n\t * @generated from protobuf field: optional uint64 protocol_version = 3;\n\t */\n\tprotocolVersion?: bigint;\n\t/**\n\t * Information about the validators\n\t *\n\t * @generated from protobuf field: optional sui.rpc.v2.ValidatorSet validators = 4;\n\t */\n\tvalidators?: ValidatorSet;\n\t/**\n\t * Storage Fund info\n\t *\n\t * @generated from protobuf field: optional sui.rpc.v2.StorageFund storage_fund = 5;\n\t */\n\tstorageFund?: StorageFund;\n\t/**\n\t * Set of system config parameters\n\t *\n\t * @generated from protobuf field: optional sui.rpc.v2.SystemParameters parameters = 6;\n\t */\n\tparameters?: SystemParameters;\n\t/**\n\t * The reference gas price for this epoch\n\t *\n\t * @generated from protobuf field: optional uint64 reference_gas_price = 7;\n\t */\n\treferenceGasPrice?: bigint;\n\t/**\n\t * A list of the records of validator reporting each other.\n\t *\n\t * There is an entry in this list for each validator that has been reported\n\t * at least once. Each record contains all the validators that reported\n\t * them. If a validator has never been reported they don't have a record in this list.\n\t * This lists persists across epoch: a peer continues being in a reported state until the\n\t * reporter doesn't explicitly remove their report.\n\t *\n\t * @generated from protobuf field: repeated sui.rpc.v2.ValidatorReportRecord validator_report_records = 8;\n\t */\n\tvalidatorReportRecords: ValidatorReportRecord[];\n\t/**\n\t * Schedule of stake subsidies given out each epoch.\n\t *\n\t * @generated from protobuf field: optional sui.rpc.v2.StakeSubsidy stake_subsidy = 9;\n\t */\n\tstakeSubsidy?: StakeSubsidy;\n\t/**\n\t * Whether the system is running in a downgraded safe mode due to a non-recoverable bug.\n\t * This is set whenever we failed to execute advance_epoch, and ended up executing advance_epoch_safe_mode.\n\t * It can be reset once we are able to successfully execute advance_epoch.\n\t * The rest of the fields starting with `safe_mode_` are accumulated during safe mode\n\t * when advance_epoch_safe_mode is executed. They will eventually be processed once we\n\t * are out of safe mode.\n\t *\n\t * @generated from protobuf field: optional bool safe_mode = 10;\n\t */\n\tsafeMode?: boolean;\n\t/**\n\t * Storage rewards accumulated during safe_mode\n\t *\n\t * @generated from protobuf field: optional uint64 safe_mode_storage_rewards = 11;\n\t */\n\tsafeModeStorageRewards?: bigint;\n\t/**\n\t * Computation rewards accumulated during safe_mode\n\t *\n\t * @generated from protobuf field: optional uint64 safe_mode_computation_rewards = 12;\n\t */\n\tsafeModeComputationRewards?: bigint;\n\t/**\n\t * Storage rebates paid out during safe_mode\n\t *\n\t * @generated from protobuf field: optional uint64 safe_mode_storage_rebates = 13;\n\t */\n\tsafeModeStorageRebates?: bigint;\n\t/**\n\t * Nonrefundable storage fees accumulated during safe_mode\n\t *\n\t * @generated from protobuf field: optional uint64 safe_mode_non_refundable_storage_fee = 14;\n\t */\n\tsafeModeNonRefundableStorageFee?: bigint;\n\t/**\n\t * Unix timestamp of when this this epoch started\n\t *\n\t * @generated from protobuf field: optional uint64 epoch_start_timestamp_ms = 15;\n\t */\n\tepochStartTimestampMs?: bigint;\n\t/**\n\t * Any extra fields that's not defined statically.\n\t *\n\t * @generated from protobuf field: optional sui.rpc.v2.MoveTable extra_fields = 16;\n\t */\n\textraFields?: MoveTable;\n}\n/**\n * @generated from protobuf message sui.rpc.v2.ValidatorReportRecord\n */\nexport interface ValidatorReportRecord {\n\t/**\n\t * The address of the validator being reported\n\t *\n\t * @generated from protobuf field: optional string reported = 1;\n\t */\n\treported?: string;\n\t/**\n\t * The list of validator (addresses) that are reporting on the validator specified by `reported`\n\t *\n\t * @generated from protobuf field: repeated string reporters = 2;\n\t */\n\treporters: string[];\n}\n/**\n * @generated from protobuf message sui.rpc.v2.SystemParameters\n */\nexport interface SystemParameters {\n\t/**\n\t * The duration of an epoch, in milliseconds.\n\t *\n\t * @generated from protobuf field: optional uint64 epoch_duration_ms = 1;\n\t */\n\tepochDurationMs?: bigint;\n\t/**\n\t * The starting epoch in which stake subsidies start being paid out\n\t *\n\t * @generated from protobuf field: optional uint64 stake_subsidy_start_epoch = 2;\n\t */\n\tstakeSubsidyStartEpoch?: bigint;\n\t/**\n\t * Minimum number of active validators at any moment.\n\t *\n\t * @generated from protobuf field: optional uint64 min_validator_count = 3;\n\t */\n\tminValidatorCount?: bigint;\n\t/**\n\t * Maximum number of active validators at any moment.\n\t * We do not allow the number of validators in any epoch to go above this.\n\t *\n\t * @generated from protobuf field: optional uint64 max_validator_count = 4;\n\t */\n\tmaxValidatorCount?: bigint;\n\t/**\n\t * Deprecated.\n\t * Lower-bound on the amount of stake required to become a validator.\n\t *\n\t * @generated from protobuf field: optional uint64 min_validator_joining_stake = 5;\n\t */\n\tminValidatorJoiningStake?: bigint;\n\t/**\n\t * Deprecated.\n\t * Validators with stake amount below `validator_low_stake_threshold` are considered to\n\t * have low stake and will be escorted out of the validator set after being below this\n\t * threshold for more than `validator_low_stake_grace_period` number of epochs.\n\t *\n\t * @generated from protobuf field: optional uint64 validator_low_stake_threshold = 6;\n\t */\n\tvalidatorLowStakeThreshold?: bigint;\n\t/**\n\t * Deprecated.\n\t * Validators with stake below `validator_very_low_stake_threshold` will be removed\n\t * immediately at epoch change, no grace period.\n\t *\n\t * @generated from protobuf field: optional uint64 validator_very_low_stake_threshold = 7;\n\t */\n\tvalidatorVeryLowStakeThreshold?: bigint;\n\t/**\n\t * A validator can have stake below `validator_low_stake_threshold`\n\t * for this many epochs before being kicked out.\n\t *\n\t * @generated from protobuf field: optional uint64 validator_low_stake_grace_period = 8;\n\t */\n\tvalidatorLowStakeGracePeriod?: bigint;\n\t/**\n\t * Any extra fields that are not defined statically.\n\t *\n\t * @generated from protobuf field: optional sui.rpc.v2.MoveTable extra_fields = 9;\n\t */\n\textraFields?: MoveTable;\n}\n/**\n * A message that represents a Move `0x2::table::Table` or `0x2::bag::Bag`\n *\n * @generated from protobuf message sui.rpc.v2.MoveTable\n */\nexport interface MoveTable {\n\t/**\n\t * The UID of the table or bag\n\t *\n\t * @generated from protobuf field: optional string id = 1;\n\t */\n\tid?: string;\n\t/**\n\t * The size or number of key-value pairs in the table or bag\n\t *\n\t * @generated from protobuf field: optional uint64 size = 2;\n\t */\n\tsize?: bigint;\n}\n/**\n * @generated from protobuf message sui.rpc.v2.StakeSubsidy\n */\nexport interface StakeSubsidy {\n\t/**\n\t * Balance of SUI set aside for stake subsidies that will be drawn down over time.\n\t *\n\t * @generated from protobuf field: optional uint64 balance = 1;\n\t */\n\tbalance?: bigint;\n\t/**\n\t * Count of the number of times stake subsidies have been distributed.\n\t *\n\t * @generated from protobuf field: optional uint64 distribution_counter = 2;\n\t */\n\tdistributionCounter?: bigint;\n\t/**\n\t * The amount of stake subsidy to be drawn down per distribution.\n\t * This amount decays and decreases over time.\n\t *\n\t * @generated from protobuf field: optional uint64 current_distribution_amount = 3;\n\t */\n\tcurrentDistributionAmount?: bigint;\n\t/**\n\t * Number of distributions to occur before the distribution amount decays.\n\t *\n\t * @generated from protobuf field: optional uint64 stake_subsidy_period_length = 4;\n\t */\n\tstakeSubsidyPeriodLength?: bigint;\n\t/**\n\t * The rate at which the distribution amount decays at the end of each\n\t * period. Expressed in basis points.\n\t *\n\t * @generated from protobuf field: optional uint32 stake_subsidy_decrease_rate = 5;\n\t */\n\tstakeSubsidyDecreaseRate?: number;\n\t/**\n\t * Any extra fields that's not defined statically.\n\t *\n\t * @generated from protobuf field: optional sui.rpc.v2.MoveTable extra_fields = 6;\n\t */\n\textraFields?: MoveTable;\n}\n/**\n * Struct representing the onchain storage fund.\n *\n * @generated from protobuf message sui.rpc.v2.StorageFund\n */\nexport interface StorageFund {\n\t/**\n\t * This is the sum of `storage_rebate` of\n\t * all objects currently stored on-chain. To maintain this invariant, the only inflow of this\n\t * balance is storage charges collected from transactions, and the only outflow is storage rebates\n\t * of transactions, including both the portion refunded to the transaction senders as well as\n\t * the non-refundable portion taken out and put into `non_refundable_balance`.\n\t *\n\t * @generated from protobuf field: optional uint64 total_object_storage_rebates = 1;\n\t */\n\ttotalObjectStorageRebates?: bigint;\n\t/**\n\t * Represents any remaining inflow of the storage fund that should not\n\t * be taken out of the fund.\n\t *\n\t * @generated from protobuf field: optional uint64 non_refundable_balance = 2;\n\t */\n\tnonRefundableBalance?: bigint;\n}\n/**\n * @generated from protobuf message sui.rpc.v2.ValidatorSet\n */\nexport interface ValidatorSet {\n\t/**\n\t * Total amount of stake from all active validators at the beginning of the epoch.\n\t * Written only once per epoch, in `advance_epoch` function.\n\t *\n\t * @generated from protobuf field: optional uint64 total_stake = 1;\n\t */\n\ttotalStake?: bigint;\n\t/**\n\t * The current list of active validators.\n\t *\n\t * @generated from protobuf field: repeated sui.rpc.v2.Validator active_validators = 2;\n\t */\n\tactiveValidators: Validator[];\n\t/**\n\t * List of new validator candidates added during the current epoch.\n\t * They will be processed at the end of the epoch.\n\t *\n\t * key: u64 (index), value: 0x3::validator::Validator\n\t *\n\t * @generated from protobuf field: optional sui.rpc.v2.MoveTable pending_active_validators = 3;\n\t */\n\tpendingActiveValidators?: MoveTable;\n\t/**\n\t * Removal requests from the validators. Each element is an index\n\t * pointing to `active_validators`.\n\t *\n\t * @generated from protobuf field: repeated uint64 pending_removals = 4;\n\t */\n\tpendingRemovals: bigint[];\n\t/**\n\t * Mappings from staking pool's ID to the sui address of a validator.\n\t *\n\t * key: address (staking pool Id), value: address (sui address of the validator)\n\t *\n\t * @generated from protobuf field: optional sui.rpc.v2.MoveTable staking_pool_mappings = 5;\n\t */\n\tstakingPoolMappings?: MoveTable;\n\t/**\n\t * Mapping from a staking pool ID to the inactive validator that has that pool as its staking pool.\n\t * When a validator is deactivated the validator is removed from `active_validators` it\n\t * is added to this table so that stakers can continue to withdraw their stake from it.\n\t *\n\t * key: address (staking pool Id), value: 0x3::validator_wrapper::ValidatorWrapper\n\t *\n\t * @generated from protobuf field: optional sui.rpc.v2.MoveTable inactive_validators = 6;\n\t */\n\tinactiveValidators?: MoveTable;\n\t/**\n\t * Table storing preactive/candidate validators, mapping their addresses to their `Validator ` structs.\n\t * When an address calls `request_add_validator_candidate`, they get added to this table and become a preactive\n\t * validator.\n\t * When the candidate has met the min stake requirement, they can call `request_add_validator` to\n\t * officially add them to the active validator set `active_validators` next epoch.\n\t *\n\t * key: address (sui address of the validator), value: 0x3::validator_wrapper::ValidatorWrapper\n\t *\n\t * @generated from protobuf field: optional sui.rpc.v2.MoveTable validator_candidates = 7;\n\t */\n\tvalidatorCandidates?: MoveTable;\n\t/**\n\t * Table storing the number of epochs during which a validator's stake has been below the low stake threshold.\n\t *\n\t * @generated from protobuf field: map<string, uint64> at_risk_validators = 8;\n\t */\n\tatRiskValidators: {\n\t\t[key: string]: bigint;\n\t};\n\t/**\n\t * Any extra fields that's not defined statically.\n\t *\n\t * @generated from protobuf field: optional sui.rpc.v2.MoveTable extra_fields = 9;\n\t */\n\textraFields?: MoveTable;\n}\n/**\n * Definition of a Validator in the system contracts\n *\n * Note: fields of ValidatorMetadata are flattened into this type\n *\n * @generated from protobuf message sui.rpc.v2.Validator\n */\nexport interface Validator {\n\t/**\n\t * A unique human-readable name of this validator.\n\t *\n\t * @generated from protobuf field: optional string name = 1;\n\t */\n\tname?: string;\n\t/**\n\t * The Sui Address of the validator. This is the sender that created the Validator object,\n\t * and also the address to send validator/coins to during withdraws.\n\t *\n\t * @generated from protobuf field: optional string address = 2;\n\t */\n\taddress?: string;\n\t/**\n\t * @generated from protobuf field: optional string description = 3;\n\t */\n\tdescription?: string;\n\t/**\n\t * @generated from protobuf field: optional string image_url = 4;\n\t */\n\timageUrl?: string;\n\t/**\n\t * @generated from protobuf field: optional string project_url = 5;\n\t */\n\tprojectUrl?: string;\n\t/**\n\t * The public key bytes corresponding to the private key that the validator\n\t * holds to sign transactions. For now, this is the same as AuthorityName.\n\t *\n\t * @generated from protobuf field: optional bytes protocol_public_key = 7;\n\t */\n\tprotocolPublicKey?: Uint8Array;\n\t/**\n\t * This is a proof that the validator has ownership of the protocol private key\n\t *\n\t * @generated from protobuf field: optional bytes proof_of_possession = 8;\n\t */\n\tproofOfPossession?: Uint8Array;\n\t/**\n\t * The public key bytes corresponding to the private key that the validator\n\t * uses to establish TLS connections\n\t *\n\t * @generated from protobuf field: optional bytes network_public_key = 10;\n\t */\n\tnetworkPublicKey?: Uint8Array;\n\t/**\n\t * The public key bytes corresponding to the Narwhal Worker\n\t *\n\t * @generated from protobuf field: optional bytes worker_public_key = 12;\n\t */\n\tworkerPublicKey?: Uint8Array;\n\t/**\n\t * The network address of the validator (could also contain extra info such as port, DNS and etc.).\n\t *\n\t * @generated from protobuf field: optional string network_address = 13;\n\t */\n\tnetworkAddress?: string;\n\t/**\n\t * The address of the validator used for p2p activities such as state sync (could also contain extra info such as port, DNS and etc.).\n\t *\n\t * @generated from protobuf field: optional string p2p_address = 14 [json_name = \"p2pAddress\"];\n\t */\n\tp2PAddress?: string;\n\t/**\n\t * The address of the narwhal primary\n\t *\n\t * @generated from protobuf field: optional string primary_address = 15;\n\t */\n\tprimaryAddress?: string;\n\t/**\n\t * The address of the narwhal worker\n\t *\n\t * @generated from protobuf field: optional string worker_address = 16;\n\t */\n\tworkerAddress?: string;\n\t/**\n\t * @generated from protobuf field: optional bytes next_epoch_protocol_public_key = 18;\n\t */\n\tnextEpochProtocolPublicKey?: Uint8Array;\n\t/**\n\t * @generated from protobuf field: optional bytes next_epoch_proof_of_possession = 19;\n\t */\n\tnextEpochProofOfPossession?: Uint8Array;\n\t/**\n\t * @generated from protobuf field: optional bytes next_epoch_network_public_key = 21;\n\t */\n\tnextEpochNetworkPublicKey?: Uint8Array;\n\t/**\n\t * @generated from protobuf field: optional bytes next_epoch_worker_public_key = 23;\n\t */\n\tnextEpochWorkerPublicKey?: Uint8Array;\n\t/**\n\t * @generated from protobuf field: optional string next_epoch_network_address = 24;\n\t */\n\tnextEpochNetworkAddress?: string;\n\t/**\n\t * @generated from protobuf field: optional string next_epoch_p2p_address = 25 [json_name = \"nextEpochP2pAddress\"];\n\t */\n\tnextEpochP2PAddress?: string;\n\t/**\n\t * @generated from protobuf field: optional string next_epoch_primary_address = 26;\n\t */\n\tnextEpochPrimaryAddress?: string;\n\t/**\n\t * @generated from protobuf field: optional string next_epoch_worker_address = 27;\n\t */\n\tnextEpochWorkerAddress?: string;\n\t/**\n\t * Any extra fields that's not defined statically in the `ValidatorMetadata` struct\n\t *\n\t * @generated from protobuf field: optional sui.rpc.v2.MoveTable metadata_extra_fields = 28;\n\t */\n\tmetadataExtraFields?: MoveTable;\n\t/**\n\t * The voting power of this validator, which might be different from its\n\t * stake amount.\n\t *\n\t * @generated from protobuf field: optional uint64 voting_power = 29;\n\t */\n\tvotingPower?: bigint;\n\t/**\n\t * The ID of this validator's current valid `UnverifiedValidatorOperationCap`\n\t *\n\t * @generated from protobuf field: optional string operation_cap_id = 30;\n\t */\n\toperationCapId?: string;\n\t/**\n\t * Gas price quote, updated only at end of epoch.\n\t *\n\t * @generated from protobuf field: optional uint64 gas_price = 31;\n\t */\n\tgasPrice?: bigint;\n\t/**\n\t * Staking pool for this validator.\n\t *\n\t * @generated from protobuf field: optional sui.rpc.v2.StakingPool staking_pool = 32;\n\t */\n\tstakingPool?: StakingPool;\n\t/**\n\t * Commission rate of the validator, in basis point.\n\t *\n\t * @generated from protobuf field: optional uint64 commission_rate = 33;\n\t */\n\tcommissionRate?: bigint;\n\t/**\n\t * Total amount of stake that would be active in the next epoch.\n\t *\n\t * @generated from protobuf field: optional uint64 next_epoch_stake = 34;\n\t */\n\tnextEpochStake?: bigint;\n\t/**\n\t * This validator's gas price quote for the next epoch.\n\t *\n\t * @generated from protobuf field: optional uint64 next_epoch_gas_price = 35;\n\t */\n\tnextEpochGasPrice?: bigint;\n\t/**\n\t * The commission rate of the validator starting the next epoch, in basis point.\n\t *\n\t * @generated from protobuf field: optional uint64 next_epoch_commission_rate = 36;\n\t */\n\tnextEpochCommissionRate?: bigint;\n\t/**\n\t * Any extra fields that's not defined statically.\n\t *\n\t * @generated from protobuf field: optional sui.rpc.v2.MoveTable extra_fields = 37;\n\t */\n\textraFields?: MoveTable;\n}\n/**\n * A staking pool embedded in each validator struct in the system state object.\n *\n * @generated from protobuf message sui.rpc.v2.StakingPool\n */\nexport interface StakingPool {\n\t/**\n\t * UID of the StakingPool object\n\t *\n\t * @generated from protobuf field: optional string id = 1;\n\t */\n\tid?: string;\n\t/**\n\t * The epoch at which this pool became active.\n\t * The value is `None` if the pool is pre-active and `Some(<epoch_number>)` if active or inactive.\n\t *\n\t * @generated from protobuf field: optional uint64 activation_epoch = 2;\n\t */\n\tactivationEpoch?: bigint;\n\t/**\n\t * The epoch at which this staking pool ceased to be active. `None` = {pre-active, active},\n\t * `Some(<epoch_number>)` if in-active, and it was de-activated at epoch `<epoch_number>`.\n\t *\n\t * @generated from protobuf field: optional uint64 deactivation_epoch = 3;\n\t */\n\tdeactivationEpoch?: bigint;\n\t/**\n\t * The total number of SUI tokens in this pool, including the SUI in the rewards_pool, as well as in all the principal\n\t * in the `StakedSui` object, updated at epoch boundaries.\n\t *\n\t * @generated from protobuf field: optional uint64 sui_balance = 4;\n\t */\n\tsuiBalance?: bigint;\n\t/**\n\t * The epoch stake rewards will be added here at the end of each epoch.\n\t *\n\t * @generated from protobuf field: optional uint64 rewards_pool = 5;\n\t */\n\trewardsPool?: bigint;\n\t/**\n\t * Total number of pool tokens issued by the pool.\n\t *\n\t * @generated from protobuf field: optional uint64 pool_token_balance = 6;\n\t */\n\tpoolTokenBalance?: bigint;\n\t/**\n\t * Exchange rate history of previous epochs.\n\t *\n\t * The entries start from the `activation_epoch` of this pool and contains exchange rates at the beginning of each epoch,\n\t * i.e., right after the rewards for the previous epoch have been deposited into the pool.\n\t *\n\t * key: u64 (epoch number), value: PoolTokenExchangeRate\n\t *\n\t * @generated from protobuf field: optional sui.rpc.v2.MoveTable exchange_rates = 7;\n\t */\n\texchangeRates?: MoveTable;\n\t/**\n\t * Pending stake amount for this epoch, emptied at epoch boundaries.\n\t *\n\t * @generated from protobuf field: optional uint64 pending_stake = 8;\n\t */\n\tpendingStake?: bigint;\n\t/**\n\t * Pending stake withdrawn during the current epoch, emptied at epoch boundaries.\n\t * This includes both the principal and rewards SUI withdrawn.\n\t *\n\t * @generated from protobuf field: optional uint64 pending_total_sui_withdraw = 9;\n\t */\n\tpendingTotalSuiWithdraw?: bigint;\n\t/**\n\t * Pending pool token withdrawn during the current epoch, emptied at epoch boundaries.\n\t *\n\t * @generated from protobuf field: optional uint64 pending_pool_token_withdraw = 10;\n\t */\n\tpendingPoolTokenWithdraw?: bigint;\n\t/**\n\t * Any extra fields that's not defined statically.\n\t *\n\t * @generated from protobuf field: optional sui.rpc.v2.MoveTable extra_fields = 11;\n\t */\n\textraFields?: MoveTable;\n}\n// @generated message type with reflection information, may provide speed optimized methods\nclass SystemState$Type extends MessageType<SystemState> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.SystemState', [\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: '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: '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{ no: 4, name: 'validators', kind: 'message', T: () => ValidatorSet },\n\t\t\t{ no: 5, name: 'storage_fund', kind: 'message', T: () => StorageFund },\n\t\t\t{ no: 6, name: 'parameters', kind: 'message', T: () => SystemParameters },\n\t\t\t{\n\t\t\t\tno: 7,\n\t\t\t\tname: 'reference_gas_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: 8,\n\t\t\t\tname: 'validator_report_records',\n\t\t\t\tkind: 'message',\n\t\t\t\trepeat: 1 /*RepeatType.PACKED*/,\n\t\t\t\tT: () => ValidatorReportRecord,\n\t\t\t},\n\t\t\t{ no: 9, name: 'stake_subsidy', kind: 'message', T: () => StakeSubsidy },\n\t\t\t{ no: 10, name: 'safe_mode', kind: 'scalar', opt: true, T: 8 /*ScalarType.BOOL*/ },\n\t\t\t{\n\t\t\t\tno: 11,\n\t\t\t\tname: 'safe_mode_storage_rewards',\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: 12,\n\t\t\t\tname: 'safe_mode_computation_rewards',\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: 13,\n\t\t\t\tname: 'safe_mode_storage_rebates',\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: 14,\n\t\t\t\tname: 'safe_mode_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{\n\t\t\t\tno: 15,\n\t\t\t\tname: 'epoch_start_timestamp_ms',\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: 16, name: 'extra_fields', kind: 'message', T: () => MoveTable },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.SystemState\n */\nexport const SystemState = new SystemState$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass ValidatorReportRecord$Type extends MessageType<ValidatorReportRecord> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.ValidatorReportRecord', [\n\t\t\t{ no: 1, name: 'reported', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'reporters',\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.ValidatorReportRecord\n */\nexport const ValidatorReportRecord = new ValidatorReportRecord$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass SystemParameters$Type extends MessageType<SystemParameters> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.SystemParameters', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'epoch_duration_ms',\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: 'stake_subsidy_start_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_validator_count',\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: 'max_validator_count',\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: 'min_validator_joining_stake',\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: 'validator_low_stake_threshold',\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: 7,\n\t\t\t\tname: 'validator_very_low_stake_threshold',\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: 8,\n\t\t\t\tname: 'validator_low_stake_grace_period',\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: 9, name: 'extra_fields', kind: 'message', T: () => MoveTable },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.SystemParameters\n */\nexport const SystemParameters = new SystemParameters$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass MoveTable$Type extends MessageType<MoveTable> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.MoveTable', [\n\t\t\t{ no: 1, name: 'id', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'size',\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.MoveTable\n */\nexport const MoveTable = new MoveTable$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass StakeSubsidy$Type extends MessageType<StakeSubsidy> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.StakeSubsidy', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'balance',\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: 'distribution_counter',\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: 'current_distribution_amount',\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: 'stake_subsidy_period_length',\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: 'stake_subsidy_decrease_rate',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 13 /*ScalarType.UINT32*/,\n\t\t\t},\n\t\t\t{ no: 6, name: 'extra_fields', kind: 'message', T: () => MoveTable },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.StakeSubsidy\n */\nexport const StakeSubsidy = new StakeSubsidy$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass StorageFund$Type extends MessageType<StorageFund> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.StorageFund', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'total_object_storage_rebates',\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: 'non_refundable_balance',\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.StorageFund\n */\nexport const StorageFund = new StorageFund$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass ValidatorSet$Type extends MessageType<ValidatorSet> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.ValidatorSet', [\n\t\t\t{\n\t\t\t\tno: 1,\n\t\t\t\tname: 'total_stake',\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: 'active_validators',\n\t\t\t\tkind: 'message',\n\t\t\t\trepeat: 1 /*RepeatType.PACKED*/,\n\t\t\t\tT: () => Validator,\n\t\t\t},\n\t\t\t{ no: 3, name: 'pending_active_validators', kind: 'message', T: () => MoveTable },\n\t\t\t{\n\t\t\t\tno: 4,\n\t\t\t\tname: 'pending_removals',\n\t\t\t\tkind: 'scalar',\n\t\t\t\trepeat: 1 /*RepeatType.PACKED*/,\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: 5, name: 'staking_pool_mappings', kind: 'message', T: () => MoveTable },\n\t\t\t{ no: 6, name: 'inactive_validators', kind: 'message', T: () => MoveTable },\n\t\t\t{ no: 7, name: 'validator_candidates', kind: 'message', T: () => MoveTable },\n\t\t\t{\n\t\t\t\tno: 8,\n\t\t\t\tname: 'at_risk_validators',\n\t\t\t\tkind: 'map',\n\t\t\t\tK: 9 /*ScalarType.STRING*/,\n\t\t\t\tV: { kind: 'scalar', T: 4 /*ScalarType.UINT64*/, L: 0 /*LongType.BIGINT*/ },\n\t\t\t},\n\t\t\t{ no: 9, name: 'extra_fields', kind: 'message', T: () => MoveTable },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.ValidatorSet\n */\nexport const ValidatorSet = new ValidatorSet$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass Validator$Type extends MessageType<Validator> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.Validator', [\n\t\t\t{ no: 1, name: 'name', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 2, name: 'address', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 3, name: 'description', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 4, name: 'image_url', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 5, name: 'project_url', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 7, name: 'protocol_public_key', kind: 'scalar', opt: true, T: 12 /*ScalarType.BYTES*/ },\n\t\t\t{ no: 8, name: 'proof_of_possession', kind: 'scalar', opt: true, T: 12 /*ScalarType.BYTES*/ },\n\t\t\t{ no: 10, name: 'network_public_key', kind: 'scalar', opt: true, T: 12 /*ScalarType.BYTES*/ },\n\t\t\t{ no: 12, name: 'worker_public_key', kind: 'scalar', opt: true, T: 12 /*ScalarType.BYTES*/ },\n\t\t\t{ no: 13, name: 'network_address', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{\n\t\t\t\tno: 14,\n\t\t\t\tname: 'p2p_address',\n\t\t\t\tkind: 'scalar',\n\t\t\t\tjsonName: 'p2pAddress',\n\t\t\t\topt: true,\n\t\t\t\tT: 9 /*ScalarType.STRING*/,\n\t\t\t},\n\t\t\t{ no: 15, name: 'primary_address', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{ no: 16, name: 'worker_address', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{\n\t\t\t\tno: 18,\n\t\t\t\tname: 'next_epoch_protocol_public_key',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 12 /*ScalarType.BYTES*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 19,\n\t\t\t\tname: 'next_epoch_proof_of_possession',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 12 /*ScalarType.BYTES*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 21,\n\t\t\t\tname: 'next_epoch_network_public_key',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 12 /*ScalarType.BYTES*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 23,\n\t\t\t\tname: 'next_epoch_worker_public_key',\n\t\t\t\tkind: 'scalar',\n\t\t\t\topt: true,\n\t\t\t\tT: 12 /*ScalarType.BYTES*/,\n\t\t\t},\n\t\t\t{\n\t\t\t\tno: 24,\n\t\t\t\tname: 'next_epoch_network_address',\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: 25,\n\t\t\t\tname: 'next_epoch_p2p_address',\n\t\t\t\tkind: 'scalar',\n\t\t\t\tjsonName: 'nextEpochP2pAddress',\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: 26,\n\t\t\t\tname: 'next_epoch_primary_address',\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: 27,\n\t\t\t\tname: 'next_epoch_worker_address',\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{ no: 28, name: 'metadata_extra_fields', kind: 'message', T: () => MoveTable },\n\t\t\t{\n\t\t\t\tno: 29,\n\t\t\t\tname: 'voting_power',\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: 30, name: 'operation_cap_id', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{\n\t\t\t\tno: 31,\n\t\t\t\tname: 'gas_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{ no: 32, name: 'staking_pool', kind: 'message', T: () => StakingPool },\n\t\t\t{\n\t\t\t\tno: 33,\n\t\t\t\tname: 'commission_rate',\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: 34,\n\t\t\t\tname: 'next_epoch_stake',\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: 35,\n\t\t\t\tname: 'next_epoch_gas_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: 36,\n\t\t\t\tname: 'next_epoch_commission_rate',\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: 37, name: 'extra_fields', kind: 'message', T: () => MoveTable },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.Validator\n */\nexport const Validator = new Validator$Type();\n// @generated message type with reflection information, may provide speed optimized methods\nclass StakingPool$Type extends MessageType<StakingPool> {\n\tconstructor() {\n\t\tsuper('sui.rpc.v2.StakingPool', [\n\t\t\t{ no: 1, name: 'id', kind: 'scalar', opt: true, T: 9 /*ScalarType.STRING*/ },\n\t\t\t{\n\t\t\t\tno: 2,\n\t\t\t\tname: 'activation_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: 'deactivation_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: 4,\n\t\t\t\tname: 'sui_balance',\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: 'rewards_pool',\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: 'pool_token_balance',\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: 'exchange_rates', kind: 'message', T: () => MoveTable },\n\t\t\t{\n\t\t\t\tno: 8,\n\t\t\t\tname: 'pending_stake',\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: 9,\n\t\t\t\tname: 'pending_total_sui_withdraw',\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: 10,\n\t\t\t\tname: 'pending_pool_token_withdraw',\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: 11, name: 'extra_fields', kind: 'message', T: () => MoveTable },\n\t\t]);\n\t}\n}\n/**\n * @generated MessageType for protobuf message sui.rpc.v2.StakingPool\n */\nexport const StakingPool = new StakingPool$Type();\n"],
|
|
5
|
+
"mappings": "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",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|