wowok 2.1.13 → 2.1.15
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/dist/cjs/bcs/bcs.js +160 -164
- package/dist/cjs/bcs/bcs.js.map +1 -1
- package/dist/cjs/bcs/effects.js +109 -112
- package/dist/cjs/bcs/effects.js.map +1 -1
- package/dist/cjs/bcs/index.js +49 -58
- package/dist/cjs/bcs/index.js.map +1 -1
- package/dist/cjs/bcs/pure.js +14 -17
- package/dist/cjs/bcs/pure.js.map +1 -1
- package/dist/cjs/bcs/type-tag-serializer.js +6 -11
- package/dist/cjs/bcs/type-tag-serializer.js.map +1 -1
- package/dist/cjs/bcs/types.js +1 -4
- package/dist/cjs/bcs/types.js.map +1 -1
- package/dist/cjs/client/index.js +4 -15
- package/dist/cjs/client/index.js.map +1 -1
- package/dist/cjs/client/network.js +3 -7
- package/dist/cjs/client/network.js.map +1 -1
- package/dist/cjs/cryptography/index.js +6 -27
- package/dist/cjs/cryptography/index.js.map +1 -1
- package/dist/cjs/cryptography/intent.js +4 -7
- package/dist/cjs/cryptography/intent.js.map +1 -1
- package/dist/cjs/cryptography/keypair.js +26 -33
- package/dist/cjs/cryptography/keypair.js.map +1 -1
- package/dist/cjs/cryptography/mnemonics.js +8 -14
- package/dist/cjs/cryptography/mnemonics.js.map +1 -1
- package/dist/cjs/cryptography/publickey.js +19 -25
- package/dist/cjs/cryptography/publickey.js.map +1 -1
- package/dist/cjs/cryptography/signature-scheme.js +3 -6
- package/dist/cjs/cryptography/signature-scheme.js.map +1 -1
- package/dist/cjs/cryptography/signature.js +14 -18
- package/dist/cjs/cryptography/signature.js.map +1 -1
- package/dist/cjs/experimental/cache.js +1 -5
- package/dist/cjs/experimental/cache.js.map +1 -1
- package/dist/cjs/experimental/client.js +3 -7
- package/dist/cjs/experimental/client.js.map +1 -1
- package/dist/cjs/experimental/core.js +11 -15
- package/dist/cjs/experimental/core.js.map +1 -1
- package/dist/cjs/experimental/errors.js +2 -7
- package/dist/cjs/experimental/errors.js.map +1 -1
- package/dist/cjs/experimental/index.js +5 -12
- package/dist/cjs/experimental/index.js.map +1 -1
- package/dist/cjs/experimental/persistent-storage.js +30 -36
- package/dist/cjs/experimental/persistent-storage.js.map +1 -1
- package/dist/cjs/experimental/persistent-storage.test.js +18 -20
- package/dist/cjs/experimental/persistent-storage.test.js.map +1 -1
- package/dist/cjs/experimental/transports/utils.js +6 -10
- package/dist/cjs/experimental/transports/utils.js.map +1 -1
- package/dist/cjs/experimental/types.js +1 -2
- package/dist/cjs/experimental/types.js.map +1 -1
- package/dist/cjs/faucet/faucet.js +6 -15
- package/dist/cjs/faucet/faucet.js.map +1 -1
- package/dist/cjs/faucet/index.js +1 -10
- package/dist/cjs/faucet/index.js.map +1 -1
- package/dist/cjs/grpc/client.js +20 -24
- package/dist/cjs/grpc/client.js.map +1 -1
- package/dist/cjs/grpc/core.js +65 -70
- package/dist/cjs/grpc/core.js.map +1 -1
- package/dist/cjs/grpc/index.js +2 -7
- package/dist/cjs/grpc/index.js.map +1 -1
- package/dist/cjs/grpc/proto/google/protobuf/any.js +10 -13
- package/dist/cjs/grpc/proto/google/protobuf/any.js.map +1 -1
- package/dist/cjs/grpc/proto/google/protobuf/duration.js +8 -11
- package/dist/cjs/grpc/proto/google/protobuf/duration.js.map +1 -1
- package/dist/cjs/grpc/proto/google/protobuf/empty.js +3 -6
- package/dist/cjs/grpc/proto/google/protobuf/empty.js.map +1 -1
- package/dist/cjs/grpc/proto/google/protobuf/field_mask.js +7 -10
- package/dist/cjs/grpc/proto/google/protobuf/field_mask.js.map +1 -1
- package/dist/cjs/grpc/proto/google/protobuf/struct.js +25 -28
- package/dist/cjs/grpc/proto/google/protobuf/struct.js.map +1 -1
- package/dist/cjs/grpc/proto/google/protobuf/timestamp.js +11 -14
- package/dist/cjs/grpc/proto/google/protobuf/timestamp.js.map +1 -1
- package/dist/cjs/grpc/proto/google/rpc/error_details.js +36 -39
- package/dist/cjs/grpc/proto/google/rpc/error_details.js.map +1 -1
- package/dist/cjs/grpc/proto/google/rpc/status.js +5 -8
- package/dist/cjs/grpc/proto/google/rpc/status.js.map +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/argument.js +5 -8
- package/dist/cjs/grpc/proto/sui/rpc/v2/argument.js.map +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/balance_change.js +3 -6
- package/dist/cjs/grpc/proto/sui/rpc/v2/balance_change.js.map +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/bcs.js +3 -6
- package/dist/cjs/grpc/proto/sui/rpc/v2/bcs.js.map +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/checkpoint.js +13 -16
- package/dist/cjs/grpc/proto/sui/rpc/v2/checkpoint.js.map +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/checkpoint_contents.js +10 -13
- package/dist/cjs/grpc/proto/sui/rpc/v2/checkpoint_contents.js.map +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/checkpoint_summary.js +20 -23
- package/dist/cjs/grpc/proto/sui/rpc/v2/checkpoint_summary.js.map +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/effects.js +29 -32
- package/dist/cjs/grpc/proto/sui/rpc/v2/effects.js.map +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/epoch.js +12 -15
- package/dist/cjs/grpc/proto/sui/rpc/v2/epoch.js.map +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/error_reason.js +2 -5
- package/dist/cjs/grpc/proto/sui/rpc/v2/error_reason.js.map +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/event.js +11 -14
- package/dist/cjs/grpc/proto/sui/rpc/v2/event.js.map +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/executed_transaction.js +17 -20
- package/dist/cjs/grpc/proto/sui/rpc/v2/executed_transaction.js.map +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/execution_status.js +45 -48
- package/dist/cjs/grpc/proto/sui/rpc/v2/execution_status.js.map +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/gas_cost_summary.js +3 -6
- package/dist/cjs/grpc/proto/sui/rpc/v2/gas_cost_summary.js.map +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/input.js +7 -10
- package/dist/cjs/grpc/proto/sui/rpc/v2/input.js.map +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/jwk.js +5 -8
- package/dist/cjs/grpc/proto/sui/rpc/v2/jwk.js.map +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/ledger_service.client.js +13 -17
- package/dist/cjs/grpc/proto/sui/rpc/v2/ledger_service.client.js.map +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/ledger_service.js +73 -76
- package/dist/cjs/grpc/proto/sui/rpc/v2/ledger_service.js.map +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/move_package.js +48 -51
- package/dist/cjs/grpc/proto/sui/rpc/v2/move_package.js.map +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/move_package_service.client.js +10 -14
- package/dist/cjs/grpc/proto/sui/rpc/v2/move_package_service.client.js.map +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/move_package_service.js +36 -39
- package/dist/cjs/grpc/proto/sui/rpc/v2/move_package_service.js.map +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/name_service.client.js +8 -12
- package/dist/cjs/grpc/proto/sui/rpc/v2/name_service.client.js.map +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/name_service.js +21 -24
- package/dist/cjs/grpc/proto/sui/rpc/v2/name_service.js.map +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/object.js +15 -18
- package/dist/cjs/grpc/proto/sui/rpc/v2/object.js.map +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/object_reference.js +3 -6
- package/dist/cjs/grpc/proto/sui/rpc/v2/object_reference.js.map +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/owner.js +5 -8
- package/dist/cjs/grpc/proto/sui/rpc/v2/owner.js.map +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/protocol_config.js +3 -6
- package/dist/cjs/grpc/proto/sui/rpc/v2/protocol_config.js.map +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/signature.js +67 -70
- package/dist/cjs/grpc/proto/sui/rpc/v2/signature.js.map +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/signature_scheme.js +2 -5
- package/dist/cjs/grpc/proto/sui/rpc/v2/signature_scheme.js.map +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/signature_verification_service.client.js +7 -11
- package/dist/cjs/grpc/proto/sui/rpc/v2/signature_verification_service.client.js.map +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/signature_verification_service.js +15 -18
- package/dist/cjs/grpc/proto/sui/rpc/v2/signature_verification_service.js.map +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/state_service.client.js +11 -15
- package/dist/cjs/grpc/proto/sui/rpc/v2/state_service.client.js.map +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/state_service.js +67 -70
- package/dist/cjs/grpc/proto/sui/rpc/v2/state_service.js.map +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/subscription_service.client.js +7 -11
- package/dist/cjs/grpc/proto/sui/rpc/v2/subscription_service.client.js.map +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/subscription_service.js +13 -16
- package/dist/cjs/grpc/proto/sui/rpc/v2/subscription_service.js.map +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/system_state.js +38 -41
- package/dist/cjs/grpc/proto/sui/rpc/v2/system_state.js.map +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/transaction.js +124 -127
- package/dist/cjs/grpc/proto/sui/rpc/v2/transaction.js.map +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/transaction_execution_service.client.js +8 -12
- package/dist/cjs/grpc/proto/sui/rpc/v2/transaction_execution_service.client.js.map +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/transaction_execution_service.js +41 -44
- package/dist/cjs/grpc/proto/sui/rpc/v2/transaction_execution_service.js.map +1 -1
- package/dist/cjs/index.js +22 -87
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/jsonRpc/client.js +29 -34
- package/dist/cjs/jsonRpc/client.js.map +1 -1
- package/dist/cjs/jsonRpc/core.js +29 -33
- package/dist/cjs/jsonRpc/core.js.map +1 -1
- package/dist/cjs/jsonRpc/errors.js +3 -9
- package/dist/cjs/jsonRpc/errors.js.map +1 -1
- package/dist/cjs/jsonRpc/http-transport.js +9 -13
- package/dist/cjs/jsonRpc/http-transport.js.map +1 -1
- package/dist/cjs/jsonRpc/index.js +3 -12
- package/dist/cjs/jsonRpc/index.js.map +1 -1
- package/dist/cjs/jsonRpc/json-rpc-resolver.js +19 -22
- package/dist/cjs/jsonRpc/json-rpc-resolver.js.map +1 -1
- package/dist/cjs/jsonRpc/rpc-websocket-client.js +5 -9
- package/dist/cjs/jsonRpc/rpc-websocket-client.js.map +1 -1
- package/dist/cjs/jsonRpc/types/chain.js +1 -2
- package/dist/cjs/jsonRpc/types/chain.js.map +1 -1
- package/dist/cjs/jsonRpc/types/changes.js +1 -2
- package/dist/cjs/jsonRpc/types/changes.js.map +1 -1
- package/dist/cjs/jsonRpc/types/coins.js +1 -2
- package/dist/cjs/jsonRpc/types/coins.js.map +1 -1
- package/dist/cjs/jsonRpc/types/common.js +1 -2
- package/dist/cjs/jsonRpc/types/common.js.map +1 -1
- package/dist/cjs/jsonRpc/types/generated.js +1 -2
- package/dist/cjs/jsonRpc/types/generated.js.map +1 -1
- package/dist/cjs/jsonRpc/types/index.js +1 -2
- package/dist/cjs/jsonRpc/types/index.js.map +1 -1
- package/dist/cjs/jsonRpc/types/params.js +1 -2
- package/dist/cjs/jsonRpc/types/params.js.map +1 -1
- package/dist/cjs/keypairs/ed25519/ed25519-hd-key.js +7 -11
- package/dist/cjs/keypairs/ed25519/ed25519-hd-key.js.map +1 -1
- package/dist/cjs/keypairs/ed25519/index.js +2 -8
- package/dist/cjs/keypairs/ed25519/index.js.map +1 -1
- package/dist/cjs/keypairs/ed25519/keypair.js +26 -30
- package/dist/cjs/keypairs/ed25519/keypair.js.map +1 -1
- package/dist/cjs/keypairs/ed25519/publickey.js +10 -14
- package/dist/cjs/keypairs/ed25519/publickey.js.map +1 -1
- package/dist/cjs/keypairs/index.js +4 -20
- package/dist/cjs/keypairs/index.js.map +1 -1
- package/dist/cjs/keypairs/passkey/index.js +2 -9
- package/dist/cjs/keypairs/passkey/index.js.map +1 -1
- package/dist/cjs/keypairs/passkey/keypair.js +29 -35
- package/dist/cjs/keypairs/passkey/keypair.js.map +1 -1
- package/dist/cjs/keypairs/passkey/publickey.js +35 -41
- package/dist/cjs/keypairs/passkey/publickey.js.map +1 -1
- package/dist/cjs/keypairs/passkey/types.js +1 -2
- package/dist/cjs/keypairs/passkey/types.js.map +1 -1
- package/dist/cjs/keypairs/secp256k1/index.js +2 -8
- package/dist/cjs/keypairs/secp256k1/index.js.map +1 -1
- package/dist/cjs/keypairs/secp256k1/keypair.js +25 -29
- package/dist/cjs/keypairs/secp256k1/keypair.js.map +1 -1
- package/dist/cjs/keypairs/secp256k1/publickey.js +11 -15
- package/dist/cjs/keypairs/secp256k1/publickey.js.map +1 -1
- package/dist/cjs/keypairs/secp256r1/index.js +2 -8
- package/dist/cjs/keypairs/secp256r1/index.js.map +1 -1
- package/dist/cjs/keypairs/secp256r1/keypair.js +25 -29
- package/dist/cjs/keypairs/secp256r1/keypair.js.map +1 -1
- package/dist/cjs/keypairs/secp256r1/publickey.js +12 -16
- package/dist/cjs/keypairs/secp256r1/publickey.js.map +1 -1
- package/dist/cjs/multisig/index.js +2 -8
- package/dist/cjs/multisig/index.js.map +1 -1
- package/dist/cjs/multisig/publickey.js +40 -45
- package/dist/cjs/multisig/publickey.js.map +1 -1
- package/dist/cjs/multisig/signer.js +5 -9
- package/dist/cjs/multisig/signer.js.map +1 -1
- package/dist/cjs/transactions/Arguments.js +5 -8
- package/dist/cjs/transactions/Arguments.js.map +1 -1
- package/dist/cjs/transactions/Commands.js +21 -24
- package/dist/cjs/transactions/Commands.js.map +1 -1
- package/dist/cjs/transactions/Inputs.js +7 -10
- package/dist/cjs/transactions/Inputs.js.map +1 -1
- package/dist/cjs/transactions/ObjectCache.js +7 -13
- package/dist/cjs/transactions/ObjectCache.js.map +1 -1
- package/dist/cjs/transactions/Transaction.js +54 -59
- package/dist/cjs/transactions/Transaction.js.map +1 -1
- package/dist/cjs/transactions/TransactionData.js +27 -31
- package/dist/cjs/transactions/TransactionData.js.map +1 -1
- package/dist/cjs/transactions/__tests__/Transaction.test.js +71 -73
- package/dist/cjs/transactions/__tests__/Transaction.test.js.map +1 -1
- package/dist/cjs/transactions/__tests__/bcs.test.js +26 -28
- package/dist/cjs/transactions/__tests__/bcs.test.js.map +1 -1
- package/dist/cjs/transactions/data/internal.js +122 -126
- package/dist/cjs/transactions/data/internal.js.map +1 -1
- package/dist/cjs/transactions/data/v1.js +114 -119
- package/dist/cjs/transactions/data/v1.js.map +1 -1
- package/dist/cjs/transactions/data/v2.js +63 -66
- package/dist/cjs/transactions/data/v2.js.map +1 -1
- package/dist/cjs/transactions/executor/caching.js +7 -11
- package/dist/cjs/transactions/executor/caching.js.map +1 -1
- package/dist/cjs/transactions/executor/parallel.js +20 -24
- package/dist/cjs/transactions/executor/parallel.js.map +1 -1
- package/dist/cjs/transactions/executor/queue.js +2 -7
- package/dist/cjs/transactions/executor/queue.js.map +1 -1
- package/dist/cjs/transactions/executor/serial.js +11 -16
- package/dist/cjs/transactions/executor/serial.js.map +1 -1
- package/dist/cjs/transactions/hash.js +3 -6
- package/dist/cjs/transactions/hash.js.map +1 -1
- package/dist/cjs/transactions/index.js +12 -31
- package/dist/cjs/transactions/index.js.map +1 -1
- package/dist/cjs/transactions/intents/CoinWithBalance.js +21 -25
- package/dist/cjs/transactions/intents/CoinWithBalance.js.map +1 -1
- package/dist/cjs/transactions/object.js +4 -7
- package/dist/cjs/transactions/object.js.map +1 -1
- package/dist/cjs/transactions/plugins/NamedPackagesPlugin.js +2 -7
- package/dist/cjs/transactions/plugins/NamedPackagesPlugin.js.map +1 -1
- package/dist/cjs/transactions/pure.js +19 -22
- package/dist/cjs/transactions/pure.js.map +1 -1
- package/dist/cjs/transactions/resolve.js +10 -15
- package/dist/cjs/transactions/resolve.js.map +1 -1
- package/dist/cjs/transactions/serializer.js +34 -40
- package/dist/cjs/transactions/serializer.js.map +1 -1
- package/dist/cjs/transactions/utils.js +15 -23
- package/dist/cjs/transactions/utils.js.map +1 -1
- package/dist/cjs/utils/constants.js +18 -21
- package/dist/cjs/utils/constants.js.map +1 -1
- package/dist/cjs/utils/derived-objects.js +5 -8
- package/dist/cjs/utils/derived-objects.js.map +1 -1
- package/dist/cjs/utils/dynamic-fields.js +9 -12
- package/dist/cjs/utils/dynamic-fields.js.map +1 -1
- package/dist/cjs/utils/format.js +2 -6
- package/dist/cjs/utils/format.js.map +1 -1
- package/dist/cjs/utils/index.js +10 -46
- package/dist/cjs/utils/index.js.map +1 -1
- package/dist/cjs/utils/move-registry.js +5 -10
- package/dist/cjs/utils/move-registry.js.map +1 -1
- package/dist/cjs/utils/sui-types.js +15 -25
- package/dist/cjs/utils/sui-types.js.map +1 -1
- package/dist/cjs/utils/suins.js +2 -6
- package/dist/cjs/utils/suins.js.map +1 -1
- package/dist/cjs/verify/index.js +1 -9
- package/dist/cjs/verify/index.js.map +1 -1
- package/dist/cjs/verify/verify.js +21 -28
- package/dist/cjs/verify/verify.js.map +1 -1
- package/dist/cjs/version.js +2 -5
- package/dist/cjs/version.js.map +1 -1
- package/dist/cjs/w/call/allocation.js +88 -99
- package/dist/cjs/w/call/allocation.js.map +1 -1
- package/dist/cjs/w/call/arb.js +49 -58
- package/dist/cjs/w/call/arb.js.map +1 -1
- package/dist/cjs/w/call/arbitration.js +380 -406
- package/dist/cjs/w/call/arbitration.js.map +1 -1
- package/dist/cjs/w/call/base.js +63 -73
- package/dist/cjs/w/call/base.js.map +1 -1
- package/dist/cjs/w/call/contact.js +111 -123
- package/dist/cjs/w/call/contact.js.map +1 -1
- package/dist/cjs/w/call/demand.js +221 -238
- package/dist/cjs/w/call/demand.js.map +1 -1
- package/dist/cjs/w/call/entity.js +58 -75
- package/dist/cjs/w/call/entity.js.map +1 -1
- package/dist/cjs/w/call/guard-ins.js +1191 -1196
- package/dist/cjs/w/call/guard-ins.js.map +1 -1
- package/dist/cjs/w/call/guard.js +265 -286
- package/dist/cjs/w/call/guard.js.map +1 -1
- package/dist/cjs/w/call/index.js +22 -66
- package/dist/cjs/w/call/index.js.map +1 -1
- package/dist/cjs/w/call/machine.js +351 -378
- package/dist/cjs/w/call/machine.js.map +1 -1
- package/dist/cjs/w/call/order.js +102 -113
- package/dist/cjs/w/call/order.js.map +1 -1
- package/dist/cjs/w/call/passport.js +53 -65
- package/dist/cjs/w/call/passport.js.map +1 -1
- package/dist/cjs/w/call/payment.js +41 -50
- package/dist/cjs/w/call/payment.js.map +1 -1
- package/dist/cjs/w/call/permission.js +233 -263
- package/dist/cjs/w/call/permission.js.map +1 -1
- package/dist/cjs/w/call/personal.js +38 -42
- package/dist/cjs/w/call/personal.js.map +1 -1
- package/dist/cjs/w/call/progress.js +222 -240
- package/dist/cjs/w/call/progress.js.map +1 -1
- package/dist/cjs/w/call/proof.js +23 -30
- package/dist/cjs/w/call/proof.js.map +1 -1
- package/dist/cjs/w/call/repository.js +283 -302
- package/dist/cjs/w/call/repository.js.map +1 -1
- package/dist/cjs/w/call/resource.js +27 -37
- package/dist/cjs/w/call/resource.js.map +1 -1
- package/dist/cjs/w/call/reward.js +227 -241
- package/dist/cjs/w/call/reward.js.map +1 -1
- package/dist/cjs/w/call/service.js +653 -694
- package/dist/cjs/w/call/service.js.map +1 -1
- package/dist/cjs/w/call/treasury.js +270 -289
- package/dist/cjs/w/call/treasury.js.map +1 -1
- package/dist/cjs/w/call/util.js +201 -208
- package/dist/cjs/w/call/util.js.map +1 -1
- package/dist/cjs/w/common.js +117 -168
- package/dist/cjs/w/common.js.map +1 -1
- package/dist/cjs/w/exception.js +18 -30
- package/dist/cjs/w/exception.js.map +1 -1
- package/dist/cjs/w/index.js +8 -24
- package/dist/cjs/w/index.js.map +1 -1
- package/dist/cjs/w/local/account.js +73 -77
- package/dist/cjs/w/local/account.js.map +1 -1
- package/dist/cjs/w/local/cache.js +5 -9
- package/dist/cjs/w/local/cache.js.map +1 -1
- package/dist/cjs/w/local/config.js +10 -14
- package/dist/cjs/w/local/config.js.map +1 -1
- package/dist/cjs/w/local/index.js +65 -98
- package/dist/cjs/w/local/index.js.map +1 -1
- package/dist/cjs/w/local/local.js +59 -65
- package/dist/cjs/w/local/local.js.map +1 -1
- package/dist/cjs/w/local/storage.js +13 -56
- package/dist/cjs/w/local/storage.js.map +1 -1
- package/dist/cjs/w/local/token.js +20 -24
- package/dist/cjs/w/local/token.js.map +1 -1
- package/dist/cjs/w/local/util.js +3 -39
- package/dist/cjs/w/local/util.js.map +1 -1
- package/dist/cjs/w/local/wip.js +22 -70
- package/dist/cjs/w/local/wip.js.map +1 -1
- package/dist/cjs/w/messenger/crypto.js +34 -57
- package/dist/cjs/w/messenger/crypto.js.map +1 -1
- package/dist/cjs/w/messenger/index.js +4 -31
- package/dist/cjs/w/messenger/index.js.map +1 -1
- package/dist/cjs/w/messenger/messenger-api.js +125 -174
- package/dist/cjs/w/messenger/messenger-api.js.map +1 -1
- package/dist/cjs/w/messenger/messenger-manager.js +49 -53
- package/dist/cjs/w/messenger/messenger-manager.js.map +1 -1
- package/dist/cjs/w/messenger/messenger.js +100 -137
- package/dist/cjs/w/messenger/messenger.js.map +1 -1
- package/dist/cjs/w/messenger/server.js +40 -44
- package/dist/cjs/w/messenger/server.js.map +1 -1
- package/dist/cjs/w/messenger/session.js +52 -56
- package/dist/cjs/w/messenger/session.js.map +1 -1
- package/dist/cjs/w/messenger/storage.js +13 -57
- package/dist/cjs/w/messenger/storage.js.map +1 -1
- package/dist/cjs/w/messenger/types.js +23 -27
- package/dist/cjs/w/messenger/types.js.map +1 -1
- package/dist/cjs/w/messenger/utils.js +1 -4
- package/dist/cjs/w/messenger/utils.js.map +1 -1
- package/dist/cjs/w/query/bult-in.js +22 -27
- package/dist/cjs/w/query/bult-in.js.map +1 -1
- package/dist/cjs/w/query/event.js +13 -18
- package/dist/cjs/w/query/event.js.map +1 -1
- package/dist/cjs/w/query/index.js +5 -21
- package/dist/cjs/w/query/index.js.map +1 -1
- package/dist/cjs/w/query/object.js +229 -266
- package/dist/cjs/w/query/object.js.map +1 -1
- package/dist/cjs/w/query/received.js +17 -21
- package/dist/cjs/w/query/received.js.map +1 -1
- package/dist/cjs/w/query/util.js +13 -17
- package/dist/cjs/w/query/util.js.map +1 -1
- package/dist/cjs/w/util.js +211 -225
- package/dist/cjs/w/util.js.map +1 -1
- package/dist/esm/experimental/persistent-storage.test.js +1 -1
- package/dist/esm/experimental/persistent-storage.test.js.map +1 -1
- package/package.json +7 -4
- package/scripts/download-prebuilds.js +213 -195
- package/scripts/install-better-sqlite3.js +8 -8
|
@@ -1,18 +1,15 @@
|
|
|
1
|
-
"use strict";
|
|
2
1
|
// Copyright (c) Mysten Labs, Inc.
|
|
3
2
|
// SPDX-License-Identifier: Apache-2.0
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
const ledger_service_js_1 = require("./ledger_service.js");
|
|
7
|
-
const runtime_rpc_1 = require("@protobuf-ts/runtime-rpc");
|
|
3
|
+
import { LedgerService } from "./ledger_service.js";
|
|
4
|
+
import { stackIntercept } from "@protobuf-ts/runtime-rpc";
|
|
8
5
|
/**
|
|
9
6
|
* @generated from protobuf service sui.rpc.v2.LedgerService
|
|
10
7
|
*/
|
|
11
|
-
class LedgerServiceClient {
|
|
8
|
+
export class LedgerServiceClient {
|
|
12
9
|
_transport;
|
|
13
|
-
typeName =
|
|
14
|
-
methods =
|
|
15
|
-
options =
|
|
10
|
+
typeName = LedgerService.typeName;
|
|
11
|
+
methods = LedgerService.methods;
|
|
12
|
+
options = LedgerService.options;
|
|
16
13
|
constructor(_transport) {
|
|
17
14
|
this._transport = _transport;
|
|
18
15
|
}
|
|
@@ -23,50 +20,49 @@ class LedgerServiceClient {
|
|
|
23
20
|
*/
|
|
24
21
|
getServiceInfo(input, options) {
|
|
25
22
|
const method = this.methods[0], opt = this._transport.mergeOptions(options);
|
|
26
|
-
return
|
|
23
|
+
return stackIntercept("unary", this._transport, method, opt, input);
|
|
27
24
|
}
|
|
28
25
|
/**
|
|
29
26
|
* @generated from protobuf rpc: GetObject(sui.rpc.v2.GetObjectRequest) returns (sui.rpc.v2.GetObjectResponse);
|
|
30
27
|
*/
|
|
31
28
|
getObject(input, options) {
|
|
32
29
|
const method = this.methods[1], opt = this._transport.mergeOptions(options);
|
|
33
|
-
return
|
|
30
|
+
return stackIntercept("unary", this._transport, method, opt, input);
|
|
34
31
|
}
|
|
35
32
|
/**
|
|
36
33
|
* @generated from protobuf rpc: BatchGetObjects(sui.rpc.v2.BatchGetObjectsRequest) returns (sui.rpc.v2.BatchGetObjectsResponse);
|
|
37
34
|
*/
|
|
38
35
|
batchGetObjects(input, options) {
|
|
39
36
|
const method = this.methods[2], opt = this._transport.mergeOptions(options);
|
|
40
|
-
return
|
|
37
|
+
return stackIntercept("unary", this._transport, method, opt, input);
|
|
41
38
|
}
|
|
42
39
|
/**
|
|
43
40
|
* @generated from protobuf rpc: GetTransaction(sui.rpc.v2.GetTransactionRequest) returns (sui.rpc.v2.GetTransactionResponse);
|
|
44
41
|
*/
|
|
45
42
|
getTransaction(input, options) {
|
|
46
43
|
const method = this.methods[3], opt = this._transport.mergeOptions(options);
|
|
47
|
-
return
|
|
44
|
+
return stackIntercept("unary", this._transport, method, opt, input);
|
|
48
45
|
}
|
|
49
46
|
/**
|
|
50
47
|
* @generated from protobuf rpc: BatchGetTransactions(sui.rpc.v2.BatchGetTransactionsRequest) returns (sui.rpc.v2.BatchGetTransactionsResponse);
|
|
51
48
|
*/
|
|
52
49
|
batchGetTransactions(input, options) {
|
|
53
50
|
const method = this.methods[4], opt = this._transport.mergeOptions(options);
|
|
54
|
-
return
|
|
51
|
+
return stackIntercept("unary", this._transport, method, opt, input);
|
|
55
52
|
}
|
|
56
53
|
/**
|
|
57
54
|
* @generated from protobuf rpc: GetCheckpoint(sui.rpc.v2.GetCheckpointRequest) returns (sui.rpc.v2.GetCheckpointResponse);
|
|
58
55
|
*/
|
|
59
56
|
getCheckpoint(input, options) {
|
|
60
57
|
const method = this.methods[5], opt = this._transport.mergeOptions(options);
|
|
61
|
-
return
|
|
58
|
+
return stackIntercept("unary", this._transport, method, opt, input);
|
|
62
59
|
}
|
|
63
60
|
/**
|
|
64
61
|
* @generated from protobuf rpc: GetEpoch(sui.rpc.v2.GetEpochRequest) returns (sui.rpc.v2.GetEpochResponse);
|
|
65
62
|
*/
|
|
66
63
|
getEpoch(input, options) {
|
|
67
64
|
const method = this.methods[6], opt = this._transport.mergeOptions(options);
|
|
68
|
-
return
|
|
65
|
+
return stackIntercept("unary", this._transport, method, opt, input);
|
|
69
66
|
}
|
|
70
67
|
}
|
|
71
|
-
exports.LedgerServiceClient = LedgerServiceClient;
|
|
72
68
|
//# sourceMappingURL=ledger_service.client.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ledger_service.client.js","sourceRoot":"","sources":["../../../../../../../src/grpc/proto/sui/rpc/v2/ledger_service.client.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ledger_service.client.js","sourceRoot":"","sources":["../../../../../../../src/grpc/proto/sui/rpc/v2/ledger_service.client.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
"use strict";
|
|
2
1
|
// Copyright (c) Mysten Labs, Inc.
|
|
3
2
|
// SPDX-License-Identifier: Apache-2.0
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.LedgerService = exports.GetEpochResponse = exports.GetEpochRequest = exports.GetCheckpointResponse = exports.GetCheckpointRequest = exports.GetTransactionResult = exports.BatchGetTransactionsResponse = exports.BatchGetTransactionsRequest = exports.GetTransactionResponse = exports.GetTransactionRequest = exports.GetObjectResult = exports.BatchGetObjectsResponse = exports.BatchGetObjectsRequest = exports.GetObjectResponse = exports.GetObjectRequest = exports.GetServiceInfoResponse = exports.GetServiceInfoRequest = void 0;
|
|
6
3
|
// @generated by protobuf-ts 2.9.6 with parameter force_server_none,optimize_code_size,ts_nocheck
|
|
7
4
|
// @generated from protobuf file "sui/rpc/v2/ledger_service.proto" (package "sui.rpc.v2", syntax proto3)
|
|
8
5
|
// tslint:disable
|
|
@@ -11,17 +8,17 @@ exports.LedgerService = exports.GetEpochResponse = exports.GetEpochRequest = exp
|
|
|
11
8
|
// Copyright (c) Mysten Labs, Inc.
|
|
12
9
|
// SPDX-License-Identifier: Apache-2.0
|
|
13
10
|
//
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
11
|
+
import { ServiceType } from "@protobuf-ts/runtime-rpc";
|
|
12
|
+
import { MessageType } from "@protobuf-ts/runtime";
|
|
13
|
+
import { Epoch } from "./epoch.js";
|
|
14
|
+
import { Checkpoint } from "./checkpoint.js";
|
|
15
|
+
import { ExecutedTransaction } from "./executed_transaction.js";
|
|
16
|
+
import { Status } from "../../../google/rpc/status.js";
|
|
17
|
+
import { Object } from "./object.js";
|
|
18
|
+
import { FieldMask } from "../../../google/protobuf/field_mask.js";
|
|
19
|
+
import { Timestamp } from "../../../google/protobuf/timestamp.js";
|
|
23
20
|
// @generated message type with reflection information, may provide speed optimized methods
|
|
24
|
-
class GetServiceInfoRequest$Type extends
|
|
21
|
+
class GetServiceInfoRequest$Type extends MessageType {
|
|
25
22
|
constructor() {
|
|
26
23
|
super("sui.rpc.v2.GetServiceInfoRequest", []);
|
|
27
24
|
}
|
|
@@ -29,9 +26,9 @@ class GetServiceInfoRequest$Type extends runtime_1.MessageType {
|
|
|
29
26
|
/**
|
|
30
27
|
* @generated MessageType for protobuf message sui.rpc.v2.GetServiceInfoRequest
|
|
31
28
|
*/
|
|
32
|
-
|
|
29
|
+
export const GetServiceInfoRequest = new GetServiceInfoRequest$Type();
|
|
33
30
|
// @generated message type with reflection information, may provide speed optimized methods
|
|
34
|
-
class GetServiceInfoResponse$Type extends
|
|
31
|
+
class GetServiceInfoResponse$Type extends MessageType {
|
|
35
32
|
constructor() {
|
|
36
33
|
super("sui.rpc.v2.GetServiceInfoResponse", [
|
|
37
34
|
{
|
|
@@ -64,7 +61,7 @@ class GetServiceInfoResponse$Type extends runtime_1.MessageType {
|
|
|
64
61
|
T: 4 /*ScalarType.UINT64*/,
|
|
65
62
|
L: 0 /*LongType.BIGINT*/,
|
|
66
63
|
},
|
|
67
|
-
{ no: 5, name: "timestamp", kind: "message", T: () =>
|
|
64
|
+
{ no: 5, name: "timestamp", kind: "message", T: () => Timestamp },
|
|
68
65
|
{
|
|
69
66
|
no: 6,
|
|
70
67
|
name: "lowest_available_checkpoint",
|
|
@@ -94,9 +91,9 @@ class GetServiceInfoResponse$Type extends runtime_1.MessageType {
|
|
|
94
91
|
/**
|
|
95
92
|
* @generated MessageType for protobuf message sui.rpc.v2.GetServiceInfoResponse
|
|
96
93
|
*/
|
|
97
|
-
|
|
94
|
+
export const GetServiceInfoResponse = new GetServiceInfoResponse$Type();
|
|
98
95
|
// @generated message type with reflection information, may provide speed optimized methods
|
|
99
|
-
class GetObjectRequest$Type extends
|
|
96
|
+
class GetObjectRequest$Type extends MessageType {
|
|
100
97
|
constructor() {
|
|
101
98
|
super("sui.rpc.v2.GetObjectRequest", [
|
|
102
99
|
{
|
|
@@ -114,28 +111,28 @@ class GetObjectRequest$Type extends runtime_1.MessageType {
|
|
|
114
111
|
T: 4 /*ScalarType.UINT64*/,
|
|
115
112
|
L: 0 /*LongType.BIGINT*/,
|
|
116
113
|
},
|
|
117
|
-
{ no: 3, name: "read_mask", kind: "message", T: () =>
|
|
114
|
+
{ no: 3, name: "read_mask", kind: "message", T: () => FieldMask },
|
|
118
115
|
]);
|
|
119
116
|
}
|
|
120
117
|
}
|
|
121
118
|
/**
|
|
122
119
|
* @generated MessageType for protobuf message sui.rpc.v2.GetObjectRequest
|
|
123
120
|
*/
|
|
124
|
-
|
|
121
|
+
export const GetObjectRequest = new GetObjectRequest$Type();
|
|
125
122
|
// @generated message type with reflection information, may provide speed optimized methods
|
|
126
|
-
class GetObjectResponse$Type extends
|
|
123
|
+
class GetObjectResponse$Type extends MessageType {
|
|
127
124
|
constructor() {
|
|
128
125
|
super("sui.rpc.v2.GetObjectResponse", [
|
|
129
|
-
{ no: 1, name: "object", kind: "message", T: () =>
|
|
126
|
+
{ no: 1, name: "object", kind: "message", T: () => Object },
|
|
130
127
|
]);
|
|
131
128
|
}
|
|
132
129
|
}
|
|
133
130
|
/**
|
|
134
131
|
* @generated MessageType for protobuf message sui.rpc.v2.GetObjectResponse
|
|
135
132
|
*/
|
|
136
|
-
|
|
133
|
+
export const GetObjectResponse = new GetObjectResponse$Type();
|
|
137
134
|
// @generated message type with reflection information, may provide speed optimized methods
|
|
138
|
-
class BatchGetObjectsRequest$Type extends
|
|
135
|
+
class BatchGetObjectsRequest$Type extends MessageType {
|
|
139
136
|
constructor() {
|
|
140
137
|
super("sui.rpc.v2.BatchGetObjectsRequest", [
|
|
141
138
|
{
|
|
@@ -143,18 +140,18 @@ class BatchGetObjectsRequest$Type extends runtime_1.MessageType {
|
|
|
143
140
|
name: "requests",
|
|
144
141
|
kind: "message",
|
|
145
142
|
repeat: 1 /*RepeatType.PACKED*/,
|
|
146
|
-
T: () =>
|
|
143
|
+
T: () => GetObjectRequest,
|
|
147
144
|
},
|
|
148
|
-
{ no: 2, name: "read_mask", kind: "message", T: () =>
|
|
145
|
+
{ no: 2, name: "read_mask", kind: "message", T: () => FieldMask },
|
|
149
146
|
]);
|
|
150
147
|
}
|
|
151
148
|
}
|
|
152
149
|
/**
|
|
153
150
|
* @generated MessageType for protobuf message sui.rpc.v2.BatchGetObjectsRequest
|
|
154
151
|
*/
|
|
155
|
-
|
|
152
|
+
export const BatchGetObjectsRequest = new BatchGetObjectsRequest$Type();
|
|
156
153
|
// @generated message type with reflection information, may provide speed optimized methods
|
|
157
|
-
class BatchGetObjectsResponse$Type extends
|
|
154
|
+
class BatchGetObjectsResponse$Type extends MessageType {
|
|
158
155
|
constructor() {
|
|
159
156
|
super("sui.rpc.v2.BatchGetObjectsResponse", [
|
|
160
157
|
{
|
|
@@ -162,7 +159,7 @@ class BatchGetObjectsResponse$Type extends runtime_1.MessageType {
|
|
|
162
159
|
name: "objects",
|
|
163
160
|
kind: "message",
|
|
164
161
|
repeat: 1 /*RepeatType.PACKED*/,
|
|
165
|
-
T: () =>
|
|
162
|
+
T: () => GetObjectResult,
|
|
166
163
|
},
|
|
167
164
|
]);
|
|
168
165
|
}
|
|
@@ -170,9 +167,9 @@ class BatchGetObjectsResponse$Type extends runtime_1.MessageType {
|
|
|
170
167
|
/**
|
|
171
168
|
* @generated MessageType for protobuf message sui.rpc.v2.BatchGetObjectsResponse
|
|
172
169
|
*/
|
|
173
|
-
|
|
170
|
+
export const BatchGetObjectsResponse = new BatchGetObjectsResponse$Type();
|
|
174
171
|
// @generated message type with reflection information, may provide speed optimized methods
|
|
175
|
-
class GetObjectResult$Type extends
|
|
172
|
+
class GetObjectResult$Type extends MessageType {
|
|
176
173
|
constructor() {
|
|
177
174
|
super("sui.rpc.v2.GetObjectResult", [
|
|
178
175
|
{
|
|
@@ -180,14 +177,14 @@ class GetObjectResult$Type extends runtime_1.MessageType {
|
|
|
180
177
|
name: "object",
|
|
181
178
|
kind: "message",
|
|
182
179
|
oneof: "result",
|
|
183
|
-
T: () =>
|
|
180
|
+
T: () => Object,
|
|
184
181
|
},
|
|
185
182
|
{
|
|
186
183
|
no: 2,
|
|
187
184
|
name: "error",
|
|
188
185
|
kind: "message",
|
|
189
186
|
oneof: "result",
|
|
190
|
-
T: () =>
|
|
187
|
+
T: () => Status,
|
|
191
188
|
},
|
|
192
189
|
]);
|
|
193
190
|
}
|
|
@@ -195,9 +192,9 @@ class GetObjectResult$Type extends runtime_1.MessageType {
|
|
|
195
192
|
/**
|
|
196
193
|
* @generated MessageType for protobuf message sui.rpc.v2.GetObjectResult
|
|
197
194
|
*/
|
|
198
|
-
|
|
195
|
+
export const GetObjectResult = new GetObjectResult$Type();
|
|
199
196
|
// @generated message type with reflection information, may provide speed optimized methods
|
|
200
|
-
class GetTransactionRequest$Type extends
|
|
197
|
+
class GetTransactionRequest$Type extends MessageType {
|
|
201
198
|
constructor() {
|
|
202
199
|
super("sui.rpc.v2.GetTransactionRequest", [
|
|
203
200
|
{
|
|
@@ -207,23 +204,23 @@ class GetTransactionRequest$Type extends runtime_1.MessageType {
|
|
|
207
204
|
opt: true,
|
|
208
205
|
T: 9 /*ScalarType.STRING*/,
|
|
209
206
|
},
|
|
210
|
-
{ no: 2, name: "read_mask", kind: "message", T: () =>
|
|
207
|
+
{ no: 2, name: "read_mask", kind: "message", T: () => FieldMask },
|
|
211
208
|
]);
|
|
212
209
|
}
|
|
213
210
|
}
|
|
214
211
|
/**
|
|
215
212
|
* @generated MessageType for protobuf message sui.rpc.v2.GetTransactionRequest
|
|
216
213
|
*/
|
|
217
|
-
|
|
214
|
+
export const GetTransactionRequest = new GetTransactionRequest$Type();
|
|
218
215
|
// @generated message type with reflection information, may provide speed optimized methods
|
|
219
|
-
class GetTransactionResponse$Type extends
|
|
216
|
+
class GetTransactionResponse$Type extends MessageType {
|
|
220
217
|
constructor() {
|
|
221
218
|
super("sui.rpc.v2.GetTransactionResponse", [
|
|
222
219
|
{
|
|
223
220
|
no: 1,
|
|
224
221
|
name: "transaction",
|
|
225
222
|
kind: "message",
|
|
226
|
-
T: () =>
|
|
223
|
+
T: () => ExecutedTransaction,
|
|
227
224
|
},
|
|
228
225
|
]);
|
|
229
226
|
}
|
|
@@ -231,9 +228,9 @@ class GetTransactionResponse$Type extends runtime_1.MessageType {
|
|
|
231
228
|
/**
|
|
232
229
|
* @generated MessageType for protobuf message sui.rpc.v2.GetTransactionResponse
|
|
233
230
|
*/
|
|
234
|
-
|
|
231
|
+
export const GetTransactionResponse = new GetTransactionResponse$Type();
|
|
235
232
|
// @generated message type with reflection information, may provide speed optimized methods
|
|
236
|
-
class BatchGetTransactionsRequest$Type extends
|
|
233
|
+
class BatchGetTransactionsRequest$Type extends MessageType {
|
|
237
234
|
constructor() {
|
|
238
235
|
super("sui.rpc.v2.BatchGetTransactionsRequest", [
|
|
239
236
|
{
|
|
@@ -243,16 +240,16 @@ class BatchGetTransactionsRequest$Type extends runtime_1.MessageType {
|
|
|
243
240
|
repeat: 2 /*RepeatType.UNPACKED*/,
|
|
244
241
|
T: 9 /*ScalarType.STRING*/,
|
|
245
242
|
},
|
|
246
|
-
{ no: 2, name: "read_mask", kind: "message", T: () =>
|
|
243
|
+
{ no: 2, name: "read_mask", kind: "message", T: () => FieldMask },
|
|
247
244
|
]);
|
|
248
245
|
}
|
|
249
246
|
}
|
|
250
247
|
/**
|
|
251
248
|
* @generated MessageType for protobuf message sui.rpc.v2.BatchGetTransactionsRequest
|
|
252
249
|
*/
|
|
253
|
-
|
|
250
|
+
export const BatchGetTransactionsRequest = new BatchGetTransactionsRequest$Type();
|
|
254
251
|
// @generated message type with reflection information, may provide speed optimized methods
|
|
255
|
-
class BatchGetTransactionsResponse$Type extends
|
|
252
|
+
class BatchGetTransactionsResponse$Type extends MessageType {
|
|
256
253
|
constructor() {
|
|
257
254
|
super("sui.rpc.v2.BatchGetTransactionsResponse", [
|
|
258
255
|
{
|
|
@@ -260,7 +257,7 @@ class BatchGetTransactionsResponse$Type extends runtime_1.MessageType {
|
|
|
260
257
|
name: "transactions",
|
|
261
258
|
kind: "message",
|
|
262
259
|
repeat: 1 /*RepeatType.PACKED*/,
|
|
263
|
-
T: () =>
|
|
260
|
+
T: () => GetTransactionResult,
|
|
264
261
|
},
|
|
265
262
|
]);
|
|
266
263
|
}
|
|
@@ -268,9 +265,9 @@ class BatchGetTransactionsResponse$Type extends runtime_1.MessageType {
|
|
|
268
265
|
/**
|
|
269
266
|
* @generated MessageType for protobuf message sui.rpc.v2.BatchGetTransactionsResponse
|
|
270
267
|
*/
|
|
271
|
-
|
|
268
|
+
export const BatchGetTransactionsResponse = new BatchGetTransactionsResponse$Type();
|
|
272
269
|
// @generated message type with reflection information, may provide speed optimized methods
|
|
273
|
-
class GetTransactionResult$Type extends
|
|
270
|
+
class GetTransactionResult$Type extends MessageType {
|
|
274
271
|
constructor() {
|
|
275
272
|
super("sui.rpc.v2.GetTransactionResult", [
|
|
276
273
|
{
|
|
@@ -278,14 +275,14 @@ class GetTransactionResult$Type extends runtime_1.MessageType {
|
|
|
278
275
|
name: "transaction",
|
|
279
276
|
kind: "message",
|
|
280
277
|
oneof: "result",
|
|
281
|
-
T: () =>
|
|
278
|
+
T: () => ExecutedTransaction,
|
|
282
279
|
},
|
|
283
280
|
{
|
|
284
281
|
no: 2,
|
|
285
282
|
name: "error",
|
|
286
283
|
kind: "message",
|
|
287
284
|
oneof: "result",
|
|
288
|
-
T: () =>
|
|
285
|
+
T: () => Status,
|
|
289
286
|
},
|
|
290
287
|
]);
|
|
291
288
|
}
|
|
@@ -293,9 +290,9 @@ class GetTransactionResult$Type extends runtime_1.MessageType {
|
|
|
293
290
|
/**
|
|
294
291
|
* @generated MessageType for protobuf message sui.rpc.v2.GetTransactionResult
|
|
295
292
|
*/
|
|
296
|
-
|
|
293
|
+
export const GetTransactionResult = new GetTransactionResult$Type();
|
|
297
294
|
// @generated message type with reflection information, may provide speed optimized methods
|
|
298
|
-
class GetCheckpointRequest$Type extends
|
|
295
|
+
class GetCheckpointRequest$Type extends MessageType {
|
|
299
296
|
constructor() {
|
|
300
297
|
super("sui.rpc.v2.GetCheckpointRequest", [
|
|
301
298
|
{
|
|
@@ -313,28 +310,28 @@ class GetCheckpointRequest$Type extends runtime_1.MessageType {
|
|
|
313
310
|
oneof: "checkpointId",
|
|
314
311
|
T: 9 /*ScalarType.STRING*/,
|
|
315
312
|
},
|
|
316
|
-
{ no: 3, name: "read_mask", kind: "message", T: () =>
|
|
313
|
+
{ no: 3, name: "read_mask", kind: "message", T: () => FieldMask },
|
|
317
314
|
]);
|
|
318
315
|
}
|
|
319
316
|
}
|
|
320
317
|
/**
|
|
321
318
|
* @generated MessageType for protobuf message sui.rpc.v2.GetCheckpointRequest
|
|
322
319
|
*/
|
|
323
|
-
|
|
320
|
+
export const GetCheckpointRequest = new GetCheckpointRequest$Type();
|
|
324
321
|
// @generated message type with reflection information, may provide speed optimized methods
|
|
325
|
-
class GetCheckpointResponse$Type extends
|
|
322
|
+
class GetCheckpointResponse$Type extends MessageType {
|
|
326
323
|
constructor() {
|
|
327
324
|
super("sui.rpc.v2.GetCheckpointResponse", [
|
|
328
|
-
{ no: 1, name: "checkpoint", kind: "message", T: () =>
|
|
325
|
+
{ no: 1, name: "checkpoint", kind: "message", T: () => Checkpoint },
|
|
329
326
|
]);
|
|
330
327
|
}
|
|
331
328
|
}
|
|
332
329
|
/**
|
|
333
330
|
* @generated MessageType for protobuf message sui.rpc.v2.GetCheckpointResponse
|
|
334
331
|
*/
|
|
335
|
-
|
|
332
|
+
export const GetCheckpointResponse = new GetCheckpointResponse$Type();
|
|
336
333
|
// @generated message type with reflection information, may provide speed optimized methods
|
|
337
|
-
class GetEpochRequest$Type extends
|
|
334
|
+
class GetEpochRequest$Type extends MessageType {
|
|
338
335
|
constructor() {
|
|
339
336
|
super("sui.rpc.v2.GetEpochRequest", [
|
|
340
337
|
{
|
|
@@ -345,66 +342,66 @@ class GetEpochRequest$Type extends runtime_1.MessageType {
|
|
|
345
342
|
T: 4 /*ScalarType.UINT64*/,
|
|
346
343
|
L: 0 /*LongType.BIGINT*/,
|
|
347
344
|
},
|
|
348
|
-
{ no: 2, name: "read_mask", kind: "message", T: () =>
|
|
345
|
+
{ no: 2, name: "read_mask", kind: "message", T: () => FieldMask },
|
|
349
346
|
]);
|
|
350
347
|
}
|
|
351
348
|
}
|
|
352
349
|
/**
|
|
353
350
|
* @generated MessageType for protobuf message sui.rpc.v2.GetEpochRequest
|
|
354
351
|
*/
|
|
355
|
-
|
|
352
|
+
export const GetEpochRequest = new GetEpochRequest$Type();
|
|
356
353
|
// @generated message type with reflection information, may provide speed optimized methods
|
|
357
|
-
class GetEpochResponse$Type extends
|
|
354
|
+
class GetEpochResponse$Type extends MessageType {
|
|
358
355
|
constructor() {
|
|
359
356
|
super("sui.rpc.v2.GetEpochResponse", [
|
|
360
|
-
{ no: 1, name: "epoch", kind: "message", T: () =>
|
|
357
|
+
{ no: 1, name: "epoch", kind: "message", T: () => Epoch },
|
|
361
358
|
]);
|
|
362
359
|
}
|
|
363
360
|
}
|
|
364
361
|
/**
|
|
365
362
|
* @generated MessageType for protobuf message sui.rpc.v2.GetEpochResponse
|
|
366
363
|
*/
|
|
367
|
-
|
|
364
|
+
export const GetEpochResponse = new GetEpochResponse$Type();
|
|
368
365
|
/**
|
|
369
366
|
* @generated ServiceType for protobuf service sui.rpc.v2.LedgerService
|
|
370
367
|
*/
|
|
371
|
-
|
|
368
|
+
export const LedgerService = new ServiceType("sui.rpc.v2.LedgerService", [
|
|
372
369
|
{
|
|
373
370
|
name: "GetServiceInfo",
|
|
374
371
|
options: {},
|
|
375
|
-
I:
|
|
376
|
-
O:
|
|
372
|
+
I: GetServiceInfoRequest,
|
|
373
|
+
O: GetServiceInfoResponse,
|
|
377
374
|
},
|
|
378
375
|
{
|
|
379
376
|
name: "GetObject",
|
|
380
377
|
options: {},
|
|
381
|
-
I:
|
|
382
|
-
O:
|
|
378
|
+
I: GetObjectRequest,
|
|
379
|
+
O: GetObjectResponse,
|
|
383
380
|
},
|
|
384
381
|
{
|
|
385
382
|
name: "BatchGetObjects",
|
|
386
383
|
options: {},
|
|
387
|
-
I:
|
|
388
|
-
O:
|
|
384
|
+
I: BatchGetObjectsRequest,
|
|
385
|
+
O: BatchGetObjectsResponse,
|
|
389
386
|
},
|
|
390
387
|
{
|
|
391
388
|
name: "GetTransaction",
|
|
392
389
|
options: {},
|
|
393
|
-
I:
|
|
394
|
-
O:
|
|
390
|
+
I: GetTransactionRequest,
|
|
391
|
+
O: GetTransactionResponse,
|
|
395
392
|
},
|
|
396
393
|
{
|
|
397
394
|
name: "BatchGetTransactions",
|
|
398
395
|
options: {},
|
|
399
|
-
I:
|
|
400
|
-
O:
|
|
396
|
+
I: BatchGetTransactionsRequest,
|
|
397
|
+
O: BatchGetTransactionsResponse,
|
|
401
398
|
},
|
|
402
399
|
{
|
|
403
400
|
name: "GetCheckpoint",
|
|
404
401
|
options: {},
|
|
405
|
-
I:
|
|
406
|
-
O:
|
|
402
|
+
I: GetCheckpointRequest,
|
|
403
|
+
O: GetCheckpointResponse,
|
|
407
404
|
},
|
|
408
|
-
{ name: "GetEpoch", options: {}, I:
|
|
405
|
+
{ name: "GetEpoch", options: {}, I: GetEpochRequest, O: GetEpochResponse },
|
|
409
406
|
]);
|
|
410
407
|
//# sourceMappingURL=ledger_service.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ledger_service.js","sourceRoot":"","sources":["../../../../../../../src/grpc/proto/sui/rpc/v2/ledger_service.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ledger_service.js","sourceRoot":"","sources":["../../../../../../../src/grpc/proto/sui/rpc/v2/ledger_service.ts"],"names":[],"mappings":"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"}
|