wowok 2.1.38 → 2.1.40
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.d.ts +0 -8
- package/dist/cjs/bcs/bcs.js +0 -25
- package/dist/cjs/bcs/effects.js +0 -4
- package/dist/cjs/bcs/index.js +0 -4
- package/dist/cjs/bcs/pure.js +0 -3
- package/dist/cjs/bcs/type-tag-serializer.js +0 -3
- package/dist/cjs/bcs/types.d.ts +0 -49
- package/dist/cjs/bcs/types.js +0 -3
- package/dist/cjs/client/index.js +0 -3
- package/dist/cjs/client/network.js +0 -9
- package/dist/cjs/cryptography/index.js +0 -3
- package/dist/cjs/cryptography/intent.d.ts +0 -3
- package/dist/cjs/cryptography/intent.js +0 -6
- package/dist/cjs/cryptography/keypair.d.ts +4 -38
- package/dist/cjs/cryptography/keypair.js +2 -32
- package/dist/cjs/cryptography/mnemonics.d.ts +0 -23
- package/dist/cjs/cryptography/mnemonics.js +0 -26
- package/dist/cjs/cryptography/publickey.d.ts +0 -42
- package/dist/cjs/cryptography/publickey.js +0 -34
- package/dist/cjs/cryptography/signature-scheme.js +0 -3
- package/dist/cjs/cryptography/signature.d.ts +0 -11
- package/dist/cjs/cryptography/signature.js +0 -9
- package/dist/cjs/experimental/cache.js +0 -3
- package/dist/cjs/experimental/client.js +0 -4
- package/dist/cjs/experimental/core.d.ts +0 -2
- package/dist/cjs/experimental/core.js +0 -5
- package/dist/cjs/experimental/errors.js +0 -3
- package/dist/cjs/experimental/index.js +0 -3
- package/dist/cjs/experimental/persistent-storage.d.ts +0 -98
- package/dist/cjs/experimental/persistent-storage.js +2 -119
- package/dist/cjs/experimental/persistent-storage.test.d.ts +0 -4
- package/dist/cjs/experimental/persistent-storage.test.js +2 -56
- package/dist/cjs/experimental/transports/utils.js +0 -4
- package/dist/cjs/experimental/types.d.ts +0 -6
- package/dist/cjs/experimental/types.js +0 -4
- package/dist/cjs/faucet/faucet.d.ts +0 -9
- package/dist/cjs/faucet/faucet.js +0 -12
- package/dist/cjs/faucet/index.js +0 -3
- package/dist/cjs/grpc/client.js +0 -3
- package/dist/cjs/grpc/core.js +0 -16
- package/dist/cjs/grpc/index.js +0 -3
- package/dist/cjs/grpc/proto/google/protobuf/any.d.ts +0 -151
- package/dist/cjs/grpc/proto/google/protobuf/any.js +2 -64
- package/dist/cjs/grpc/proto/google/protobuf/duration.d.ts +0 -89
- package/dist/cjs/grpc/proto/google/protobuf/duration.js +3 -51
- package/dist/cjs/grpc/proto/google/protobuf/empty.d.ts +0 -17
- package/dist/cjs/grpc/proto/google/protobuf/empty.js +0 -42
- package/dist/cjs/grpc/proto/google/protobuf/field_mask.d.ts +0 -217
- package/dist/cjs/grpc/proto/google/protobuf/field_mask.js +2 -50
- package/dist/cjs/grpc/proto/google/protobuf/struct.d.ts +0 -112
- package/dist/cjs/grpc/proto/google/protobuf/struct.js +5 -86
- package/dist/cjs/grpc/proto/google/protobuf/timestamp.d.ts +0 -127
- package/dist/cjs/grpc/proto/google/protobuf/timestamp.js +3 -62
- package/dist/cjs/grpc/proto/google/rpc/error_details.d.ts +0 -407
- package/dist/cjs/grpc/proto/google/rpc/error_details.js +29 -107
- package/dist/cjs/grpc/proto/google/rpc/status.d.ts +0 -34
- package/dist/cjs/grpc/proto/google/rpc/status.js +3 -29
- package/dist/cjs/grpc/proto/sui/rpc/v2/argument.d.ts +0 -48
- package/dist/cjs/grpc/proto/sui/rpc/v2/argument.js +3 -40
- package/dist/cjs/grpc/proto/sui/rpc/v2/balance_change.d.ts +0 -23
- package/dist/cjs/grpc/proto/sui/rpc/v2/balance_change.js +3 -18
- package/dist/cjs/grpc/proto/sui/rpc/v2/bcs.d.ts +0 -20
- package/dist/cjs/grpc/proto/sui/rpc/v2/bcs.js +2 -17
- package/dist/cjs/grpc/proto/sui/rpc/v2/checkpoint.d.ts +0 -48
- package/dist/cjs/grpc/proto/sui/rpc/v2/checkpoint.js +4 -19
- package/dist/cjs/grpc/proto/sui/rpc/v2/checkpoint_contents.d.ts +0 -51
- package/dist/cjs/grpc/proto/sui/rpc/v2/checkpoint_contents.js +6 -25
- package/dist/cjs/grpc/proto/sui/rpc/v2/checkpoint_summary.d.ts +0 -149
- package/dist/cjs/grpc/proto/sui/rpc/v2/checkpoint_summary.js +16 -56
- package/dist/cjs/grpc/proto/sui/rpc/v2/effects.d.ts +0 -257
- package/dist/cjs/grpc/proto/sui/rpc/v2/effects.js +27 -126
- package/dist/cjs/grpc/proto/sui/rpc/v2/epoch.d.ts +0 -41
- package/dist/cjs/grpc/proto/sui/rpc/v2/epoch.js +8 -23
- package/dist/cjs/grpc/proto/sui/rpc/v2/error_reason.d.ts +0 -12
- package/dist/cjs/grpc/proto/sui/rpc/v2/error_reason.js +0 -23
- package/dist/cjs/grpc/proto/sui/rpc/v2/event.d.ts +0 -63
- package/dist/cjs/grpc/proto/sui/rpc/v2/event.js +6 -25
- package/dist/cjs/grpc/proto/sui/rpc/v2/executed_transaction.d.ts +0 -56
- package/dist/cjs/grpc/proto/sui/rpc/v2/executed_transaction.js +5 -20
- package/dist/cjs/grpc/proto/sui/rpc/v2/execution_status.d.ts +0 -623
- package/dist/cjs/grpc/proto/sui/rpc/v2/execution_status.js +36 -441
- package/dist/cjs/grpc/proto/sui/rpc/v2/gas_cost_summary.d.ts +0 -29
- package/dist/cjs/grpc/proto/sui/rpc/v2/gas_cost_summary.js +8 -23
- package/dist/cjs/grpc/proto/sui/rpc/v2/input.d.ts +0 -75
- package/dist/cjs/grpc/proto/sui/rpc/v2/input.js +6 -47
- package/dist/cjs/grpc/proto/sui/rpc/v2/jwk.d.ts +0 -50
- package/dist/cjs/grpc/proto/sui/rpc/v2/jwk.js +6 -25
- package/dist/cjs/grpc/proto/sui/rpc/v2/ledger_service.client.d.ts +0 -52
- package/dist/cjs/grpc/proto/sui/rpc/v2/ledger_service.client.js +0 -29
- package/dist/cjs/grpc/proto/sui/rpc/v2/ledger_service.d.ts +0 -260
- package/dist/cjs/grpc/proto/sui/rpc/v2/ledger_service.js +25 -103
- package/dist/cjs/grpc/proto/sui/rpc/v2/move_package.d.ts +0 -429
- package/dist/cjs/grpc/proto/sui/rpc/v2/move_package.js +41 -202
- package/dist/cjs/grpc/proto/sui/rpc/v2/move_package_service.client.d.ts +0 -30
- package/dist/cjs/grpc/proto/sui/rpc/v2/move_package_service.client.js +0 -18
- package/dist/cjs/grpc/proto/sui/rpc/v2/move_package_service.d.ts +0 -151
- package/dist/cjs/grpc/proto/sui/rpc/v2/move_package_service.js +15 -65
- package/dist/cjs/grpc/proto/sui/rpc/v2/name_service.client.d.ts +0 -18
- package/dist/cjs/grpc/proto/sui/rpc/v2/name_service.client.js +0 -12
- package/dist/cjs/grpc/proto/sui/rpc/v2/name_service.d.ts +0 -97
- package/dist/cjs/grpc/proto/sui/rpc/v2/name_service.js +8 -42
- package/dist/cjs/grpc/proto/sui/rpc/v2/object.d.ts +0 -95
- package/dist/cjs/grpc/proto/sui/rpc/v2/object.js +12 -31
- package/dist/cjs/grpc/proto/sui/rpc/v2/object_reference.d.ts +0 -23
- package/dist/cjs/grpc/proto/sui/rpc/v2/object_reference.js +4 -19
- package/dist/cjs/grpc/proto/sui/rpc/v2/owner.d.ts +0 -42
- package/dist/cjs/grpc/proto/sui/rpc/v2/owner.js +3 -39
- package/dist/cjs/grpc/proto/sui/rpc/v2/protocol_config.d.ts +0 -15
- package/dist/cjs/grpc/proto/sui/rpc/v2/protocol_config.js +6 -21
- package/dist/cjs/grpc/proto/sui/rpc/v2/signature.d.ts +0 -447
- package/dist/cjs/grpc/proto/sui/rpc/v2/signature.js +39 -122
- package/dist/cjs/grpc/proto/sui/rpc/v2/signature_scheme.d.ts +0 -31
- package/dist/cjs/grpc/proto/sui/rpc/v2/signature_scheme.js +0 -42
- package/dist/cjs/grpc/proto/sui/rpc/v2/signature_verification_service.client.d.ts +0 -16
- package/dist/cjs/grpc/proto/sui/rpc/v2/signature_verification_service.client.js +0 -11
- package/dist/cjs/grpc/proto/sui/rpc/v2/signature_verification_service.d.ts +0 -54
- package/dist/cjs/grpc/proto/sui/rpc/v2/signature_verification_service.js +4 -26
- package/dist/cjs/grpc/proto/sui/rpc/v2/state_service.client.d.ts +0 -36
- package/dist/cjs/grpc/proto/sui/rpc/v2/state_service.client.js +0 -21
- package/dist/cjs/grpc/proto/sui/rpc/v2/state_service.d.ts +0 -518
- package/dist/cjs/grpc/proto/sui/rpc/v2/state_service.js +42 -197
- package/dist/cjs/grpc/proto/sui/rpc/v2/subscription_service.client.d.ts +0 -36
- package/dist/cjs/grpc/proto/sui/rpc/v2/subscription_service.client.js +0 -21
- package/dist/cjs/grpc/proto/sui/rpc/v2/subscription_service.d.ts +0 -36
- package/dist/cjs/grpc/proto/sui/rpc/v2/subscription_service.js +2 -24
- package/dist/cjs/grpc/proto/sui/rpc/v2/system_state.d.ts +0 -538
- package/dist/cjs/grpc/proto/sui/rpc/v2/system_state.js +115 -162
- package/dist/cjs/grpc/proto/sui/rpc/v2/transaction.d.ts +0 -945
- package/dist/cjs/grpc/proto/sui/rpc/v2/transaction.js +98 -393
- package/dist/cjs/grpc/proto/sui/rpc/v2/transaction_execution_service.client.d.ts +0 -18
- package/dist/cjs/grpc/proto/sui/rpc/v2/transaction_execution_service.client.js +0 -12
- package/dist/cjs/grpc/proto/sui/rpc/v2/transaction_execution_service.d.ts +0 -118
- package/dist/cjs/grpc/proto/sui/rpc/v2/transaction_execution_service.js +5 -54
- package/dist/cjs/index.js +0 -11
- package/dist/cjs/jsonRpc/client.d.ts +0 -140
- package/dist/cjs/jsonRpc/client.js +0 -137
- package/dist/cjs/jsonRpc/core.js +0 -3
- package/dist/cjs/jsonRpc/errors.js +0 -3
- package/dist/cjs/jsonRpc/http-transport.d.ts +0 -3
- package/dist/cjs/jsonRpc/http-transport.js +0 -3
- package/dist/cjs/jsonRpc/index.js +0 -3
- package/dist/cjs/jsonRpc/json-rpc-resolver.js +0 -18
- package/dist/cjs/jsonRpc/rpc-websocket-client.d.ts +0 -15
- package/dist/cjs/jsonRpc/rpc-websocket-client.js +0 -4
- package/dist/cjs/jsonRpc/types/chain.js +0 -3
- package/dist/cjs/jsonRpc/types/changes.js +0 -3
- package/dist/cjs/jsonRpc/types/coins.js +0 -3
- package/dist/cjs/jsonRpc/types/common.js +0 -3
- package/dist/cjs/jsonRpc/types/generated.d.ts +56 -542
- package/dist/cjs/jsonRpc/types/generated.js +0 -3
- package/dist/cjs/jsonRpc/types/index.js +0 -3
- package/dist/cjs/jsonRpc/types/params.d.ts +0 -336
- package/dist/cjs/jsonRpc/types/params.js +0 -3
- package/dist/cjs/keypairs/ed25519/ed25519-hd-key.js +1 -6
- package/dist/cjs/keypairs/ed25519/index.js +0 -3
- package/dist/cjs/keypairs/ed25519/keypair.d.ts +0 -52
- package/dist/cjs/keypairs/ed25519/keypair.js +0 -50
- package/dist/cjs/keypairs/ed25519/publickey.d.ts +0 -19
- package/dist/cjs/keypairs/ed25519/publickey.js +0 -22
- package/dist/cjs/keypairs/index.js +0 -3
- package/dist/cjs/keypairs/passkey/index.js +0 -3
- package/dist/cjs/keypairs/passkey/keypair.d.ts +0 -80
- package/dist/cjs/keypairs/passkey/keypair.js +1 -97
- package/dist/cjs/keypairs/passkey/publickey.d.ts +0 -47
- package/dist/cjs/keypairs/passkey/publickey.js +8 -61
- package/dist/cjs/keypairs/passkey/types.d.ts +0 -6
- package/dist/cjs/keypairs/passkey/types.js +0 -3
- package/dist/cjs/keypairs/secp256k1/index.js +0 -3
- package/dist/cjs/keypairs/secp256k1/keypair.d.ts +0 -51
- package/dist/cjs/keypairs/secp256k1/keypair.js +0 -51
- package/dist/cjs/keypairs/secp256k1/publickey.d.ts +0 -19
- package/dist/cjs/keypairs/secp256k1/publickey.js +0 -22
- package/dist/cjs/keypairs/secp256r1/index.js +0 -3
- package/dist/cjs/keypairs/secp256r1/keypair.d.ts +0 -51
- package/dist/cjs/keypairs/secp256r1/keypair.js +0 -52
- package/dist/cjs/keypairs/secp256r1/publickey.d.ts +0 -19
- package/dist/cjs/keypairs/secp256r1/publickey.js +0 -22
- package/dist/cjs/multisig/index.js +0 -3
- package/dist/cjs/multisig/publickey.d.ts +1 -36
- package/dist/cjs/multisig/publickey.js +1 -43
- package/dist/cjs/multisig/signer.d.ts +0 -1
- package/dist/cjs/multisig/signer.js +0 -4
- package/dist/cjs/transactions/Arguments.js +0 -3
- package/dist/cjs/transactions/Commands.d.ts +0 -3
- package/dist/cjs/transactions/Commands.js +0 -8
- package/dist/cjs/transactions/Inputs.js +0 -3
- package/dist/cjs/transactions/ObjectCache.js +0 -3
- package/dist/cjs/transactions/Transaction.d.ts +0 -56
- package/dist/cjs/transactions/Transaction.js +0 -72
- package/dist/cjs/transactions/TransactionData.d.ts +0 -6
- package/dist/cjs/transactions/TransactionData.js +0 -15
- package/dist/cjs/transactions/__tests__/Transaction.test.js +0 -7
- package/dist/cjs/transactions/__tests__/bcs.test.js +0 -18
- package/dist/cjs/transactions/data/internal.js +0 -16
- package/dist/cjs/transactions/data/v1.js +0 -5
- package/dist/cjs/transactions/data/v2.js +0 -11
- package/dist/cjs/transactions/executor/caching.d.ts +0 -4
- package/dist/cjs/transactions/executor/caching.js +0 -7
- package/dist/cjs/transactions/executor/parallel.d.ts +0 -11
- package/dist/cjs/transactions/executor/parallel.js +0 -5
- package/dist/cjs/transactions/executor/queue.js +0 -3
- package/dist/cjs/transactions/executor/serial.d.ts +0 -1
- package/dist/cjs/transactions/executor/serial.js +0 -3
- package/dist/cjs/transactions/hash.d.ts +0 -6
- package/dist/cjs/transactions/hash.js +0 -9
- package/dist/cjs/transactions/index.d.ts +0 -1
- package/dist/cjs/transactions/index.js +0 -3
- package/dist/cjs/transactions/intents/CoinWithBalance.js +0 -3
- package/dist/cjs/transactions/object.js +0 -3
- package/dist/cjs/transactions/plugins/NamedPackagesPlugin.d.ts +0 -18
- package/dist/cjs/transactions/plugins/NamedPackagesPlugin.js +0 -9
- package/dist/cjs/transactions/pure.js +0 -3
- package/dist/cjs/transactions/resolve.js +0 -3
- package/dist/cjs/transactions/serializer.js +0 -3
- package/dist/cjs/transactions/utils.js +0 -3
- package/dist/cjs/utils/constants.js +0 -9
- package/dist/cjs/utils/derived-objects.d.ts +0 -3
- package/dist/cjs/utils/derived-objects.js +0 -6
- package/dist/cjs/utils/dynamic-fields.js +0 -3
- package/dist/cjs/utils/format.js +0 -4
- package/dist/cjs/utils/index.js +2 -9
- package/dist/cjs/utils/move-registry.d.ts +0 -4
- package/dist/cjs/utils/move-registry.js +1 -18
- package/dist/cjs/utils/sui-types.d.ts +0 -12
- package/dist/cjs/utils/sui-types.js +0 -20
- package/dist/cjs/utils/suins.js +0 -3
- package/dist/cjs/verify/index.js +0 -4
- package/dist/cjs/verify/verify.js +0 -4
- package/dist/cjs/version.js +0 -4
- package/dist/cjs/w/call/allocation.js +2 -26
- package/dist/cjs/w/call/arb.js +1 -7
- package/dist/cjs/w/call/arbitration.js +1 -32
- package/dist/cjs/w/call/base.js +3 -34
- package/dist/cjs/w/call/contact.js +1 -6
- package/dist/cjs/w/call/demand.js +2 -23
- package/dist/cjs/w/call/entity.js +0 -7
- package/dist/cjs/w/call/guard-ins.d.ts +0 -3
- package/dist/cjs/w/call/guard-ins.js +116 -54
- package/dist/cjs/w/call/guard.d.ts +0 -27
- package/dist/cjs/w/call/guard.js +3 -109
- package/dist/cjs/w/call/index.js +0 -5
- package/dist/cjs/w/call/machine.js +1 -20
- package/dist/cjs/w/call/order.js +1 -12
- package/dist/cjs/w/call/passport.js +0 -14
- package/dist/cjs/w/call/payment.js +0 -14
- package/dist/cjs/w/call/permission.d.ts +0 -20
- package/dist/cjs/w/call/permission.js +0 -65
- package/dist/cjs/w/call/personal.js +0 -3
- package/dist/cjs/w/call/progress.js +1 -14
- package/dist/cjs/w/call/proof.js +0 -3
- package/dist/cjs/w/call/repository.js +3 -76
- package/dist/cjs/w/call/resource.js +1 -12
- package/dist/cjs/w/call/reward.js +7 -20
- package/dist/cjs/w/call/service.js +4 -35
- package/dist/cjs/w/call/treasury.js +15 -19
- package/dist/cjs/w/call/util.js +5 -63
- package/dist/cjs/w/common.d.ts +48 -68
- package/dist/cjs/w/common.js +0 -33
- package/dist/cjs/w/exception.d.ts +1 -0
- package/dist/cjs/w/exception.js +105 -69
- package/dist/cjs/w/index.js +0 -4
- package/dist/cjs/w/local/account.d.ts +0 -45
- package/dist/cjs/w/local/account.js +12 -102
- package/dist/cjs/w/local/cache.js +0 -30
- package/dist/cjs/w/local/config.d.ts +0 -3
- package/dist/cjs/w/local/config.js +0 -7
- package/dist/cjs/w/local/index.js +0 -5
- package/dist/cjs/w/local/local.js +17 -107
- package/dist/cjs/w/local/storage.d.ts +0 -20
- package/dist/cjs/w/local/storage.js +0 -37
- package/dist/cjs/w/local/token.d.ts +1 -4
- package/dist/cjs/w/local/token.js +0 -30
- package/dist/cjs/w/local/util.d.ts +0 -4
- package/dist/cjs/w/local/util.js +0 -24
- package/dist/cjs/w/local/wip.d.ts +0 -92
- package/dist/cjs/w/local/wip.js +31 -351
- package/dist/cjs/w/messenger/crypto.d.ts +0 -186
- package/dist/cjs/w/messenger/crypto.js +2 -196
- package/dist/cjs/w/messenger/index.d.ts +0 -18
- package/dist/cjs/w/messenger/index.js +0 -24
- package/dist/cjs/w/messenger/messenger-api.d.ts +0 -177
- package/dist/cjs/w/messenger/messenger-api.js +5 -354
- package/dist/cjs/w/messenger/messenger-manager.d.ts +0 -24
- package/dist/cjs/w/messenger/messenger-manager.js +1 -63
- package/dist/cjs/w/messenger/messenger.d.ts +0 -206
- package/dist/cjs/w/messenger/messenger.js +14 -360
- package/dist/cjs/w/messenger/server.d.ts +0 -94
- package/dist/cjs/w/messenger/server.js +0 -117
- package/dist/cjs/w/messenger/session.d.ts +0 -76
- package/dist/cjs/w/messenger/session.js +3 -143
- package/dist/cjs/w/messenger/storage.d.ts +0 -143
- package/dist/cjs/w/messenger/storage.js +0 -233
- package/dist/cjs/w/messenger/templates/wts-html-template.d.ts +0 -31
- package/dist/cjs/w/messenger/templates/wts-html-template.js +0 -43
- package/dist/cjs/w/messenger/types.d.ts +7 -218
- package/dist/cjs/w/messenger/types.js +14 -36
- package/dist/cjs/w/messenger/utils.d.ts +0 -14
- package/dist/cjs/w/messenger/utils.js +0 -17
- package/dist/cjs/w/query/bult-in.d.ts +0 -11
- package/dist/cjs/w/query/bult-in.js +1 -13
- package/dist/cjs/w/query/event.d.ts +0 -7
- package/dist/cjs/w/query/event.js +0 -3
- package/dist/cjs/w/query/index.js +0 -3
- package/dist/cjs/w/query/object.d.ts +7 -51
- package/dist/cjs/w/query/object.js +7 -93
- package/dist/cjs/w/query/received.d.ts +0 -6
- package/dist/cjs/w/query/received.js +0 -5
- package/dist/cjs/w/query/util.d.ts +1 -2
- package/dist/cjs/w/query/util.js +1 -6
- package/dist/cjs/w/util.d.ts +2 -5
- package/dist/cjs/w/util.js +2 -31
- package/dist/esm/bcs/bcs.d.ts +0 -8
- package/dist/esm/bcs/bcs.js +0 -25
- package/dist/esm/bcs/effects.js +0 -4
- package/dist/esm/bcs/index.js +0 -4
- package/dist/esm/bcs/pure.js +0 -3
- package/dist/esm/bcs/type-tag-serializer.js +0 -3
- package/dist/esm/bcs/types.d.ts +0 -49
- package/dist/esm/bcs/types.js +0 -3
- package/dist/esm/client/index.js +0 -3
- package/dist/esm/client/network.js +0 -9
- package/dist/esm/cryptography/index.js +0 -3
- package/dist/esm/cryptography/intent.d.ts +0 -3
- package/dist/esm/cryptography/intent.js +0 -6
- package/dist/esm/cryptography/keypair.d.ts +4 -38
- package/dist/esm/cryptography/keypair.js +2 -32
- package/dist/esm/cryptography/mnemonics.d.ts +0 -23
- package/dist/esm/cryptography/mnemonics.js +0 -26
- package/dist/esm/cryptography/publickey.d.ts +0 -42
- package/dist/esm/cryptography/publickey.js +0 -34
- package/dist/esm/cryptography/signature-scheme.js +0 -3
- package/dist/esm/cryptography/signature.d.ts +0 -11
- package/dist/esm/cryptography/signature.js +0 -9
- package/dist/esm/experimental/cache.js +0 -3
- package/dist/esm/experimental/client.js +0 -4
- package/dist/esm/experimental/core.d.ts +0 -2
- package/dist/esm/experimental/core.js +0 -5
- package/dist/esm/experimental/errors.js +0 -3
- package/dist/esm/experimental/index.js +0 -3
- package/dist/esm/experimental/persistent-storage.d.ts +0 -98
- package/dist/esm/experimental/persistent-storage.js +2 -119
- package/dist/esm/experimental/persistent-storage.test.d.ts +0 -4
- package/dist/esm/experimental/persistent-storage.test.js +2 -56
- package/dist/esm/experimental/transports/utils.js +0 -4
- package/dist/esm/experimental/types.d.ts +0 -6
- package/dist/esm/experimental/types.js +0 -4
- package/dist/esm/faucet/faucet.d.ts +0 -9
- package/dist/esm/faucet/faucet.js +0 -12
- package/dist/esm/faucet/index.js +0 -3
- package/dist/esm/grpc/client.js +0 -3
- package/dist/esm/grpc/core.js +0 -16
- package/dist/esm/grpc/index.js +0 -3
- package/dist/esm/grpc/proto/google/protobuf/any.d.ts +0 -151
- package/dist/esm/grpc/proto/google/protobuf/any.js +2 -64
- package/dist/esm/grpc/proto/google/protobuf/duration.d.ts +0 -89
- package/dist/esm/grpc/proto/google/protobuf/duration.js +3 -51
- package/dist/esm/grpc/proto/google/protobuf/empty.d.ts +0 -17
- package/dist/esm/grpc/proto/google/protobuf/empty.js +0 -42
- package/dist/esm/grpc/proto/google/protobuf/field_mask.d.ts +0 -217
- package/dist/esm/grpc/proto/google/protobuf/field_mask.js +2 -50
- package/dist/esm/grpc/proto/google/protobuf/struct.d.ts +0 -112
- package/dist/esm/grpc/proto/google/protobuf/struct.js +5 -86
- package/dist/esm/grpc/proto/google/protobuf/timestamp.d.ts +0 -127
- package/dist/esm/grpc/proto/google/protobuf/timestamp.js +3 -62
- package/dist/esm/grpc/proto/google/rpc/error_details.d.ts +0 -407
- package/dist/esm/grpc/proto/google/rpc/error_details.js +29 -107
- package/dist/esm/grpc/proto/google/rpc/status.d.ts +0 -34
- package/dist/esm/grpc/proto/google/rpc/status.js +3 -29
- package/dist/esm/grpc/proto/sui/rpc/v2/argument.d.ts +0 -48
- package/dist/esm/grpc/proto/sui/rpc/v2/argument.js +3 -40
- package/dist/esm/grpc/proto/sui/rpc/v2/balance_change.d.ts +0 -23
- package/dist/esm/grpc/proto/sui/rpc/v2/balance_change.js +3 -18
- package/dist/esm/grpc/proto/sui/rpc/v2/bcs.d.ts +0 -20
- package/dist/esm/grpc/proto/sui/rpc/v2/bcs.js +2 -17
- package/dist/esm/grpc/proto/sui/rpc/v2/checkpoint.d.ts +0 -48
- package/dist/esm/grpc/proto/sui/rpc/v2/checkpoint.js +4 -19
- package/dist/esm/grpc/proto/sui/rpc/v2/checkpoint_contents.d.ts +0 -51
- package/dist/esm/grpc/proto/sui/rpc/v2/checkpoint_contents.js +6 -25
- package/dist/esm/grpc/proto/sui/rpc/v2/checkpoint_summary.d.ts +0 -149
- package/dist/esm/grpc/proto/sui/rpc/v2/checkpoint_summary.js +16 -56
- package/dist/esm/grpc/proto/sui/rpc/v2/effects.d.ts +0 -257
- package/dist/esm/grpc/proto/sui/rpc/v2/effects.js +27 -126
- package/dist/esm/grpc/proto/sui/rpc/v2/epoch.d.ts +0 -41
- package/dist/esm/grpc/proto/sui/rpc/v2/epoch.js +8 -23
- package/dist/esm/grpc/proto/sui/rpc/v2/error_reason.d.ts +0 -12
- package/dist/esm/grpc/proto/sui/rpc/v2/error_reason.js +0 -23
- package/dist/esm/grpc/proto/sui/rpc/v2/event.d.ts +0 -63
- package/dist/esm/grpc/proto/sui/rpc/v2/event.js +6 -25
- package/dist/esm/grpc/proto/sui/rpc/v2/executed_transaction.d.ts +0 -56
- package/dist/esm/grpc/proto/sui/rpc/v2/executed_transaction.js +5 -20
- package/dist/esm/grpc/proto/sui/rpc/v2/execution_status.d.ts +0 -623
- package/dist/esm/grpc/proto/sui/rpc/v2/execution_status.js +36 -441
- package/dist/esm/grpc/proto/sui/rpc/v2/gas_cost_summary.d.ts +0 -29
- package/dist/esm/grpc/proto/sui/rpc/v2/gas_cost_summary.js +8 -23
- package/dist/esm/grpc/proto/sui/rpc/v2/input.d.ts +0 -75
- package/dist/esm/grpc/proto/sui/rpc/v2/input.js +6 -47
- package/dist/esm/grpc/proto/sui/rpc/v2/jwk.d.ts +0 -50
- package/dist/esm/grpc/proto/sui/rpc/v2/jwk.js +6 -25
- package/dist/esm/grpc/proto/sui/rpc/v2/ledger_service.client.d.ts +0 -52
- package/dist/esm/grpc/proto/sui/rpc/v2/ledger_service.client.js +0 -29
- package/dist/esm/grpc/proto/sui/rpc/v2/ledger_service.d.ts +0 -260
- package/dist/esm/grpc/proto/sui/rpc/v2/ledger_service.js +25 -103
- package/dist/esm/grpc/proto/sui/rpc/v2/move_package.d.ts +0 -429
- package/dist/esm/grpc/proto/sui/rpc/v2/move_package.js +41 -202
- package/dist/esm/grpc/proto/sui/rpc/v2/move_package_service.client.d.ts +0 -30
- package/dist/esm/grpc/proto/sui/rpc/v2/move_package_service.client.js +0 -18
- package/dist/esm/grpc/proto/sui/rpc/v2/move_package_service.d.ts +0 -151
- package/dist/esm/grpc/proto/sui/rpc/v2/move_package_service.js +15 -65
- package/dist/esm/grpc/proto/sui/rpc/v2/name_service.client.d.ts +0 -18
- package/dist/esm/grpc/proto/sui/rpc/v2/name_service.client.js +0 -12
- package/dist/esm/grpc/proto/sui/rpc/v2/name_service.d.ts +0 -97
- package/dist/esm/grpc/proto/sui/rpc/v2/name_service.js +8 -42
- package/dist/esm/grpc/proto/sui/rpc/v2/object.d.ts +0 -95
- package/dist/esm/grpc/proto/sui/rpc/v2/object.js +12 -31
- package/dist/esm/grpc/proto/sui/rpc/v2/object_reference.d.ts +0 -23
- package/dist/esm/grpc/proto/sui/rpc/v2/object_reference.js +4 -19
- package/dist/esm/grpc/proto/sui/rpc/v2/owner.d.ts +0 -42
- package/dist/esm/grpc/proto/sui/rpc/v2/owner.js +3 -39
- package/dist/esm/grpc/proto/sui/rpc/v2/protocol_config.d.ts +0 -15
- package/dist/esm/grpc/proto/sui/rpc/v2/protocol_config.js +6 -21
- package/dist/esm/grpc/proto/sui/rpc/v2/signature.d.ts +0 -447
- package/dist/esm/grpc/proto/sui/rpc/v2/signature.js +39 -122
- package/dist/esm/grpc/proto/sui/rpc/v2/signature_scheme.d.ts +0 -31
- package/dist/esm/grpc/proto/sui/rpc/v2/signature_scheme.js +0 -42
- package/dist/esm/grpc/proto/sui/rpc/v2/signature_verification_service.client.d.ts +0 -16
- package/dist/esm/grpc/proto/sui/rpc/v2/signature_verification_service.client.js +0 -11
- package/dist/esm/grpc/proto/sui/rpc/v2/signature_verification_service.d.ts +0 -54
- package/dist/esm/grpc/proto/sui/rpc/v2/signature_verification_service.js +4 -26
- package/dist/esm/grpc/proto/sui/rpc/v2/state_service.client.d.ts +0 -36
- package/dist/esm/grpc/proto/sui/rpc/v2/state_service.client.js +0 -21
- package/dist/esm/grpc/proto/sui/rpc/v2/state_service.d.ts +0 -518
- package/dist/esm/grpc/proto/sui/rpc/v2/state_service.js +42 -197
- package/dist/esm/grpc/proto/sui/rpc/v2/subscription_service.client.d.ts +0 -36
- package/dist/esm/grpc/proto/sui/rpc/v2/subscription_service.client.js +0 -21
- package/dist/esm/grpc/proto/sui/rpc/v2/subscription_service.d.ts +0 -36
- package/dist/esm/grpc/proto/sui/rpc/v2/subscription_service.js +2 -24
- package/dist/esm/grpc/proto/sui/rpc/v2/system_state.d.ts +0 -538
- package/dist/esm/grpc/proto/sui/rpc/v2/system_state.js +115 -162
- package/dist/esm/grpc/proto/sui/rpc/v2/transaction.d.ts +0 -945
- package/dist/esm/grpc/proto/sui/rpc/v2/transaction.js +98 -393
- package/dist/esm/grpc/proto/sui/rpc/v2/transaction_execution_service.client.d.ts +0 -18
- package/dist/esm/grpc/proto/sui/rpc/v2/transaction_execution_service.client.js +0 -12
- package/dist/esm/grpc/proto/sui/rpc/v2/transaction_execution_service.d.ts +0 -118
- package/dist/esm/grpc/proto/sui/rpc/v2/transaction_execution_service.js +5 -54
- package/dist/esm/index.js +0 -11
- package/dist/esm/jsonRpc/client.d.ts +0 -140
- package/dist/esm/jsonRpc/client.js +0 -137
- package/dist/esm/jsonRpc/core.js +0 -3
- package/dist/esm/jsonRpc/errors.js +0 -3
- package/dist/esm/jsonRpc/http-transport.d.ts +0 -3
- package/dist/esm/jsonRpc/http-transport.js +0 -3
- package/dist/esm/jsonRpc/index.js +0 -3
- package/dist/esm/jsonRpc/json-rpc-resolver.js +0 -18
- package/dist/esm/jsonRpc/rpc-websocket-client.d.ts +0 -15
- package/dist/esm/jsonRpc/rpc-websocket-client.js +0 -4
- package/dist/esm/jsonRpc/types/chain.js +0 -3
- package/dist/esm/jsonRpc/types/changes.js +0 -3
- package/dist/esm/jsonRpc/types/coins.js +0 -3
- package/dist/esm/jsonRpc/types/common.js +0 -3
- package/dist/esm/jsonRpc/types/generated.d.ts +56 -542
- package/dist/esm/jsonRpc/types/generated.js +0 -3
- package/dist/esm/jsonRpc/types/index.js +0 -3
- package/dist/esm/jsonRpc/types/params.d.ts +0 -336
- package/dist/esm/jsonRpc/types/params.js +0 -3
- package/dist/esm/keypairs/ed25519/ed25519-hd-key.js +1 -6
- package/dist/esm/keypairs/ed25519/index.js +0 -3
- package/dist/esm/keypairs/ed25519/keypair.d.ts +0 -52
- package/dist/esm/keypairs/ed25519/keypair.js +0 -50
- package/dist/esm/keypairs/ed25519/publickey.d.ts +0 -19
- package/dist/esm/keypairs/ed25519/publickey.js +0 -22
- package/dist/esm/keypairs/index.js +0 -3
- package/dist/esm/keypairs/passkey/index.js +0 -3
- package/dist/esm/keypairs/passkey/keypair.d.ts +0 -80
- package/dist/esm/keypairs/passkey/keypair.js +1 -97
- package/dist/esm/keypairs/passkey/publickey.d.ts +0 -47
- package/dist/esm/keypairs/passkey/publickey.js +8 -61
- package/dist/esm/keypairs/passkey/types.d.ts +0 -6
- package/dist/esm/keypairs/passkey/types.js +0 -3
- package/dist/esm/keypairs/secp256k1/index.js +0 -3
- package/dist/esm/keypairs/secp256k1/keypair.d.ts +0 -51
- package/dist/esm/keypairs/secp256k1/keypair.js +0 -51
- package/dist/esm/keypairs/secp256k1/publickey.d.ts +0 -19
- package/dist/esm/keypairs/secp256k1/publickey.js +0 -22
- package/dist/esm/keypairs/secp256r1/index.js +0 -3
- package/dist/esm/keypairs/secp256r1/keypair.d.ts +0 -51
- package/dist/esm/keypairs/secp256r1/keypair.js +0 -52
- package/dist/esm/keypairs/secp256r1/publickey.d.ts +0 -19
- package/dist/esm/keypairs/secp256r1/publickey.js +0 -22
- package/dist/esm/multisig/index.js +0 -3
- package/dist/esm/multisig/publickey.d.ts +1 -36
- package/dist/esm/multisig/publickey.js +1 -43
- package/dist/esm/multisig/signer.d.ts +0 -1
- package/dist/esm/multisig/signer.js +0 -4
- package/dist/esm/transactions/Arguments.js +0 -3
- package/dist/esm/transactions/Commands.d.ts +0 -3
- package/dist/esm/transactions/Commands.js +0 -8
- package/dist/esm/transactions/Inputs.js +0 -3
- package/dist/esm/transactions/ObjectCache.js +0 -3
- package/dist/esm/transactions/Transaction.d.ts +0 -56
- package/dist/esm/transactions/Transaction.js +0 -72
- package/dist/esm/transactions/TransactionData.d.ts +0 -6
- package/dist/esm/transactions/TransactionData.js +0 -15
- package/dist/esm/transactions/__tests__/Transaction.test.js +0 -7
- package/dist/esm/transactions/__tests__/bcs.test.js +0 -18
- package/dist/esm/transactions/data/internal.js +0 -16
- package/dist/esm/transactions/data/v1.js +0 -5
- package/dist/esm/transactions/data/v2.js +0 -11
- package/dist/esm/transactions/executor/caching.d.ts +0 -4
- package/dist/esm/transactions/executor/caching.js +0 -7
- package/dist/esm/transactions/executor/parallel.d.ts +0 -11
- package/dist/esm/transactions/executor/parallel.js +0 -5
- package/dist/esm/transactions/executor/queue.js +0 -3
- package/dist/esm/transactions/executor/serial.d.ts +0 -1
- package/dist/esm/transactions/executor/serial.js +0 -3
- package/dist/esm/transactions/hash.d.ts +0 -6
- package/dist/esm/transactions/hash.js +0 -9
- package/dist/esm/transactions/index.d.ts +0 -1
- package/dist/esm/transactions/index.js +0 -3
- package/dist/esm/transactions/intents/CoinWithBalance.js +0 -3
- package/dist/esm/transactions/object.js +0 -3
- package/dist/esm/transactions/plugins/NamedPackagesPlugin.d.ts +0 -18
- package/dist/esm/transactions/plugins/NamedPackagesPlugin.js +0 -9
- package/dist/esm/transactions/pure.js +0 -3
- package/dist/esm/transactions/resolve.js +0 -3
- package/dist/esm/transactions/serializer.js +0 -3
- package/dist/esm/transactions/utils.js +0 -3
- package/dist/esm/utils/constants.js +0 -9
- package/dist/esm/utils/derived-objects.d.ts +0 -3
- package/dist/esm/utils/derived-objects.js +0 -6
- package/dist/esm/utils/dynamic-fields.js +0 -3
- package/dist/esm/utils/format.js +0 -4
- package/dist/esm/utils/index.js +2 -9
- package/dist/esm/utils/move-registry.d.ts +0 -4
- package/dist/esm/utils/move-registry.js +1 -18
- package/dist/esm/utils/sui-types.d.ts +0 -12
- package/dist/esm/utils/sui-types.js +0 -20
- package/dist/esm/utils/suins.js +0 -3
- package/dist/esm/verify/index.js +0 -4
- package/dist/esm/verify/verify.js +0 -4
- package/dist/esm/version.js +0 -4
- package/dist/esm/w/call/allocation.js +2 -26
- package/dist/esm/w/call/arb.js +1 -7
- package/dist/esm/w/call/arbitration.js +1 -32
- package/dist/esm/w/call/base.js +3 -34
- package/dist/esm/w/call/contact.js +1 -6
- package/dist/esm/w/call/demand.js +2 -23
- package/dist/esm/w/call/entity.js +0 -7
- package/dist/esm/w/call/guard-ins.d.ts +0 -3
- package/dist/esm/w/call/guard-ins.js +116 -54
- package/dist/esm/w/call/guard.d.ts +0 -27
- package/dist/esm/w/call/guard.js +3 -109
- package/dist/esm/w/call/index.js +0 -5
- package/dist/esm/w/call/machine.js +1 -20
- package/dist/esm/w/call/order.js +1 -12
- package/dist/esm/w/call/passport.js +0 -14
- package/dist/esm/w/call/payment.js +0 -14
- package/dist/esm/w/call/permission.d.ts +0 -20
- package/dist/esm/w/call/permission.js +0 -65
- package/dist/esm/w/call/personal.js +0 -3
- package/dist/esm/w/call/progress.js +1 -14
- package/dist/esm/w/call/proof.js +0 -3
- package/dist/esm/w/call/repository.js +3 -76
- package/dist/esm/w/call/resource.js +1 -12
- package/dist/esm/w/call/reward.js +7 -20
- package/dist/esm/w/call/service.js +4 -35
- package/dist/esm/w/call/treasury.js +15 -19
- package/dist/esm/w/call/util.js +5 -63
- package/dist/esm/w/common.d.ts +48 -68
- package/dist/esm/w/common.js +0 -33
- package/dist/esm/w/exception.d.ts +1 -0
- package/dist/esm/w/exception.js +105 -69
- package/dist/esm/w/index.js +0 -4
- package/dist/esm/w/local/account.d.ts +0 -45
- package/dist/esm/w/local/account.js +12 -102
- package/dist/esm/w/local/cache.js +0 -30
- package/dist/esm/w/local/config.d.ts +0 -3
- package/dist/esm/w/local/config.js +0 -7
- package/dist/esm/w/local/index.js +0 -5
- package/dist/esm/w/local/local.js +17 -107
- package/dist/esm/w/local/storage.d.ts +0 -20
- package/dist/esm/w/local/storage.js +0 -37
- package/dist/esm/w/local/token.d.ts +1 -4
- package/dist/esm/w/local/token.js +0 -30
- package/dist/esm/w/local/util.d.ts +0 -4
- package/dist/esm/w/local/util.js +0 -24
- package/dist/esm/w/local/wip.d.ts +0 -92
- package/dist/esm/w/local/wip.js +31 -351
- package/dist/esm/w/messenger/crypto.d.ts +0 -186
- package/dist/esm/w/messenger/crypto.js +2 -196
- package/dist/esm/w/messenger/index.d.ts +0 -18
- package/dist/esm/w/messenger/index.js +0 -24
- package/dist/esm/w/messenger/messenger-api.d.ts +0 -177
- package/dist/esm/w/messenger/messenger-api.js +5 -354
- package/dist/esm/w/messenger/messenger-manager.d.ts +0 -24
- package/dist/esm/w/messenger/messenger-manager.js +1 -63
- package/dist/esm/w/messenger/messenger.d.ts +0 -206
- package/dist/esm/w/messenger/messenger.js +14 -360
- package/dist/esm/w/messenger/server.d.ts +0 -94
- package/dist/esm/w/messenger/server.js +0 -117
- package/dist/esm/w/messenger/session.d.ts +0 -76
- package/dist/esm/w/messenger/session.js +3 -143
- package/dist/esm/w/messenger/storage.d.ts +0 -143
- package/dist/esm/w/messenger/storage.js +0 -233
- package/dist/esm/w/messenger/templates/wts-html-template.d.ts +0 -31
- package/dist/esm/w/messenger/templates/wts-html-template.js +0 -43
- package/dist/esm/w/messenger/types.d.ts +7 -218
- package/dist/esm/w/messenger/types.js +14 -36
- package/dist/esm/w/messenger/utils.d.ts +0 -14
- package/dist/esm/w/messenger/utils.js +0 -17
- package/dist/esm/w/query/bult-in.d.ts +0 -11
- package/dist/esm/w/query/bult-in.js +1 -13
- package/dist/esm/w/query/event.d.ts +0 -7
- package/dist/esm/w/query/event.js +0 -3
- package/dist/esm/w/query/index.js +0 -3
- package/dist/esm/w/query/object.d.ts +7 -51
- package/dist/esm/w/query/object.js +7 -93
- package/dist/esm/w/query/received.d.ts +0 -6
- package/dist/esm/w/query/received.js +0 -5
- package/dist/esm/w/query/util.d.ts +1 -2
- package/dist/esm/w/query/util.js +1 -6
- package/dist/esm/w/util.d.ts +2 -5
- package/dist/esm/w/util.js +2 -31
- package/package.json +1 -1
- package/dist/cjs/bcs/bcs.js.map +0 -1
- package/dist/cjs/bcs/effects.js.map +0 -1
- package/dist/cjs/bcs/index.js.map +0 -1
- package/dist/cjs/bcs/pure.js.map +0 -1
- package/dist/cjs/bcs/type-tag-serializer.js.map +0 -1
- package/dist/cjs/bcs/types.js.map +0 -1
- package/dist/cjs/client/index.js.map +0 -1
- package/dist/cjs/client/network.js.map +0 -1
- package/dist/cjs/cryptography/index.js.map +0 -1
- package/dist/cjs/cryptography/intent.js.map +0 -1
- package/dist/cjs/cryptography/keypair.js.map +0 -1
- package/dist/cjs/cryptography/mnemonics.js.map +0 -1
- package/dist/cjs/cryptography/publickey.js.map +0 -1
- package/dist/cjs/cryptography/signature-scheme.js.map +0 -1
- package/dist/cjs/cryptography/signature.js.map +0 -1
- package/dist/cjs/experimental/cache.js.map +0 -1
- package/dist/cjs/experimental/client.js.map +0 -1
- package/dist/cjs/experimental/core.js.map +0 -1
- package/dist/cjs/experimental/errors.js.map +0 -1
- package/dist/cjs/experimental/index.js.map +0 -1
- package/dist/cjs/experimental/persistent-storage.js.map +0 -1
- package/dist/cjs/experimental/persistent-storage.test.js.map +0 -1
- package/dist/cjs/experimental/transports/utils.js.map +0 -1
- package/dist/cjs/experimental/types.js.map +0 -1
- package/dist/cjs/faucet/faucet.js.map +0 -1
- package/dist/cjs/faucet/index.js.map +0 -1
- package/dist/cjs/grpc/client.js.map +0 -1
- package/dist/cjs/grpc/core.js.map +0 -1
- package/dist/cjs/grpc/index.js.map +0 -1
- package/dist/cjs/grpc/proto/google/protobuf/any.js.map +0 -1
- package/dist/cjs/grpc/proto/google/protobuf/duration.js.map +0 -1
- package/dist/cjs/grpc/proto/google/protobuf/empty.js.map +0 -1
- package/dist/cjs/grpc/proto/google/protobuf/field_mask.js.map +0 -1
- package/dist/cjs/grpc/proto/google/protobuf/struct.js.map +0 -1
- package/dist/cjs/grpc/proto/google/protobuf/timestamp.js.map +0 -1
- package/dist/cjs/grpc/proto/google/rpc/error_details.js.map +0 -1
- package/dist/cjs/grpc/proto/google/rpc/status.js.map +0 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/argument.js.map +0 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/balance_change.js.map +0 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/bcs.js.map +0 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/checkpoint.js.map +0 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/checkpoint_contents.js.map +0 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/checkpoint_summary.js.map +0 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/effects.js.map +0 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/epoch.js.map +0 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/error_reason.js.map +0 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/event.js.map +0 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/executed_transaction.js.map +0 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/execution_status.js.map +0 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/gas_cost_summary.js.map +0 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/input.js.map +0 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/jwk.js.map +0 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/ledger_service.client.js.map +0 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/ledger_service.js.map +0 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/move_package.js.map +0 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/move_package_service.client.js.map +0 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/move_package_service.js.map +0 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/name_service.client.js.map +0 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/name_service.js.map +0 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/object.js.map +0 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/object_reference.js.map +0 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/owner.js.map +0 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/protocol_config.js.map +0 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/signature.js.map +0 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/signature_scheme.js.map +0 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/signature_verification_service.client.js.map +0 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/signature_verification_service.js.map +0 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/state_service.client.js.map +0 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/state_service.js.map +0 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/subscription_service.client.js.map +0 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/subscription_service.js.map +0 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/system_state.js.map +0 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/transaction.js.map +0 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/transaction_execution_service.client.js.map +0 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/transaction_execution_service.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/jsonRpc/client.js.map +0 -1
- package/dist/cjs/jsonRpc/core.js.map +0 -1
- package/dist/cjs/jsonRpc/errors.js.map +0 -1
- package/dist/cjs/jsonRpc/http-transport.js.map +0 -1
- package/dist/cjs/jsonRpc/index.js.map +0 -1
- package/dist/cjs/jsonRpc/json-rpc-resolver.js.map +0 -1
- package/dist/cjs/jsonRpc/rpc-websocket-client.js.map +0 -1
- package/dist/cjs/jsonRpc/types/chain.js.map +0 -1
- package/dist/cjs/jsonRpc/types/changes.js.map +0 -1
- package/dist/cjs/jsonRpc/types/coins.js.map +0 -1
- package/dist/cjs/jsonRpc/types/common.js.map +0 -1
- package/dist/cjs/jsonRpc/types/generated.js.map +0 -1
- package/dist/cjs/jsonRpc/types/index.js.map +0 -1
- package/dist/cjs/jsonRpc/types/params.js.map +0 -1
- package/dist/cjs/keypairs/ed25519/ed25519-hd-key.js.map +0 -1
- package/dist/cjs/keypairs/ed25519/index.js.map +0 -1
- package/dist/cjs/keypairs/ed25519/keypair.js.map +0 -1
- package/dist/cjs/keypairs/ed25519/publickey.js.map +0 -1
- package/dist/cjs/keypairs/index.js.map +0 -1
- package/dist/cjs/keypairs/passkey/index.js.map +0 -1
- package/dist/cjs/keypairs/passkey/keypair.js.map +0 -1
- package/dist/cjs/keypairs/passkey/publickey.js.map +0 -1
- package/dist/cjs/keypairs/passkey/types.js.map +0 -1
- package/dist/cjs/keypairs/secp256k1/index.js.map +0 -1
- package/dist/cjs/keypairs/secp256k1/keypair.js.map +0 -1
- package/dist/cjs/keypairs/secp256k1/publickey.js.map +0 -1
- package/dist/cjs/keypairs/secp256r1/index.js.map +0 -1
- package/dist/cjs/keypairs/secp256r1/keypair.js.map +0 -1
- package/dist/cjs/keypairs/secp256r1/publickey.js.map +0 -1
- package/dist/cjs/multisig/index.js.map +0 -1
- package/dist/cjs/multisig/publickey.js.map +0 -1
- package/dist/cjs/multisig/signer.js.map +0 -1
- package/dist/cjs/transactions/Arguments.js.map +0 -1
- package/dist/cjs/transactions/Commands.js.map +0 -1
- package/dist/cjs/transactions/Inputs.js.map +0 -1
- package/dist/cjs/transactions/ObjectCache.js.map +0 -1
- package/dist/cjs/transactions/Transaction.js.map +0 -1
- package/dist/cjs/transactions/TransactionData.js.map +0 -1
- package/dist/cjs/transactions/__tests__/Transaction.test.js.map +0 -1
- package/dist/cjs/transactions/__tests__/bcs.test.js.map +0 -1
- package/dist/cjs/transactions/data/internal.js.map +0 -1
- package/dist/cjs/transactions/data/v1.js.map +0 -1
- package/dist/cjs/transactions/data/v2.js.map +0 -1
- package/dist/cjs/transactions/executor/caching.js.map +0 -1
- package/dist/cjs/transactions/executor/parallel.js.map +0 -1
- package/dist/cjs/transactions/executor/queue.js.map +0 -1
- package/dist/cjs/transactions/executor/serial.js.map +0 -1
- package/dist/cjs/transactions/hash.js.map +0 -1
- package/dist/cjs/transactions/index.js.map +0 -1
- package/dist/cjs/transactions/intents/CoinWithBalance.js.map +0 -1
- package/dist/cjs/transactions/object.js.map +0 -1
- package/dist/cjs/transactions/plugins/NamedPackagesPlugin.js.map +0 -1
- package/dist/cjs/transactions/pure.js.map +0 -1
- package/dist/cjs/transactions/resolve.js.map +0 -1
- package/dist/cjs/transactions/serializer.js.map +0 -1
- package/dist/cjs/transactions/utils.js.map +0 -1
- package/dist/cjs/utils/constants.js.map +0 -1
- package/dist/cjs/utils/derived-objects.js.map +0 -1
- package/dist/cjs/utils/dynamic-fields.js.map +0 -1
- package/dist/cjs/utils/format.js.map +0 -1
- package/dist/cjs/utils/index.js.map +0 -1
- package/dist/cjs/utils/move-registry.js.map +0 -1
- package/dist/cjs/utils/sui-types.js.map +0 -1
- package/dist/cjs/utils/suins.js.map +0 -1
- package/dist/cjs/verify/index.js.map +0 -1
- package/dist/cjs/verify/verify.js.map +0 -1
- package/dist/cjs/version.js.map +0 -1
- package/dist/cjs/w/call/allocation.js.map +0 -1
- package/dist/cjs/w/call/arb.js.map +0 -1
- package/dist/cjs/w/call/arbitration.js.map +0 -1
- package/dist/cjs/w/call/base.js.map +0 -1
- package/dist/cjs/w/call/contact.js.map +0 -1
- package/dist/cjs/w/call/demand.js.map +0 -1
- package/dist/cjs/w/call/entity.js.map +0 -1
- package/dist/cjs/w/call/guard-ins.js.map +0 -1
- package/dist/cjs/w/call/guard.js.map +0 -1
- package/dist/cjs/w/call/index.js.map +0 -1
- package/dist/cjs/w/call/machine.js.map +0 -1
- package/dist/cjs/w/call/order.js.map +0 -1
- package/dist/cjs/w/call/passport.js.map +0 -1
- package/dist/cjs/w/call/payment.js.map +0 -1
- package/dist/cjs/w/call/permission.js.map +0 -1
- package/dist/cjs/w/call/personal.js.map +0 -1
- package/dist/cjs/w/call/progress.js.map +0 -1
- package/dist/cjs/w/call/proof.js.map +0 -1
- package/dist/cjs/w/call/repository.js.map +0 -1
- package/dist/cjs/w/call/resource.js.map +0 -1
- package/dist/cjs/w/call/reward.js.map +0 -1
- package/dist/cjs/w/call/service.js.map +0 -1
- package/dist/cjs/w/call/treasury.js.map +0 -1
- package/dist/cjs/w/call/util.js.map +0 -1
- package/dist/cjs/w/common.js.map +0 -1
- package/dist/cjs/w/exception.js.map +0 -1
- package/dist/cjs/w/index.js.map +0 -1
- package/dist/cjs/w/local/account.js.map +0 -1
- package/dist/cjs/w/local/cache.js.map +0 -1
- package/dist/cjs/w/local/config.js.map +0 -1
- package/dist/cjs/w/local/index.js.map +0 -1
- package/dist/cjs/w/local/local.js.map +0 -1
- package/dist/cjs/w/local/storage.js.map +0 -1
- package/dist/cjs/w/local/token.js.map +0 -1
- package/dist/cjs/w/local/util.js.map +0 -1
- package/dist/cjs/w/local/wip.js.map +0 -1
- package/dist/cjs/w/messenger/crypto.js.map +0 -1
- package/dist/cjs/w/messenger/index.js.map +0 -1
- package/dist/cjs/w/messenger/messenger-api.js.map +0 -1
- package/dist/cjs/w/messenger/messenger-manager.js.map +0 -1
- package/dist/cjs/w/messenger/messenger.js.map +0 -1
- package/dist/cjs/w/messenger/server.js.map +0 -1
- package/dist/cjs/w/messenger/session.js.map +0 -1
- package/dist/cjs/w/messenger/storage.js.map +0 -1
- package/dist/cjs/w/messenger/templates/wts-html-template.js.map +0 -1
- package/dist/cjs/w/messenger/types.js.map +0 -1
- package/dist/cjs/w/messenger/utils.js.map +0 -1
- package/dist/cjs/w/query/bult-in.js.map +0 -1
- package/dist/cjs/w/query/event.js.map +0 -1
- package/dist/cjs/w/query/index.js.map +0 -1
- package/dist/cjs/w/query/object.js.map +0 -1
- package/dist/cjs/w/query/received.js.map +0 -1
- package/dist/cjs/w/query/util.js.map +0 -1
- package/dist/cjs/w/util.js.map +0 -1
- package/dist/esm/bcs/bcs.js.map +0 -1
- package/dist/esm/bcs/effects.js.map +0 -1
- package/dist/esm/bcs/index.js.map +0 -1
- package/dist/esm/bcs/pure.js.map +0 -1
- package/dist/esm/bcs/type-tag-serializer.js.map +0 -1
- package/dist/esm/bcs/types.js.map +0 -1
- package/dist/esm/client/index.js.map +0 -1
- package/dist/esm/client/network.js.map +0 -1
- package/dist/esm/cryptography/index.js.map +0 -1
- package/dist/esm/cryptography/intent.js.map +0 -1
- package/dist/esm/cryptography/keypair.js.map +0 -1
- package/dist/esm/cryptography/mnemonics.js.map +0 -1
- package/dist/esm/cryptography/publickey.js.map +0 -1
- package/dist/esm/cryptography/signature-scheme.js.map +0 -1
- package/dist/esm/cryptography/signature.js.map +0 -1
- package/dist/esm/experimental/cache.js.map +0 -1
- package/dist/esm/experimental/client.js.map +0 -1
- package/dist/esm/experimental/core.js.map +0 -1
- package/dist/esm/experimental/errors.js.map +0 -1
- package/dist/esm/experimental/index.js.map +0 -1
- package/dist/esm/experimental/persistent-storage.js.map +0 -1
- package/dist/esm/experimental/persistent-storage.test.js.map +0 -1
- package/dist/esm/experimental/transports/utils.js.map +0 -1
- package/dist/esm/experimental/types.js.map +0 -1
- package/dist/esm/faucet/faucet.js.map +0 -1
- package/dist/esm/faucet/index.js.map +0 -1
- package/dist/esm/grpc/client.js.map +0 -1
- package/dist/esm/grpc/core.js.map +0 -1
- package/dist/esm/grpc/index.js.map +0 -1
- package/dist/esm/grpc/proto/google/protobuf/any.js.map +0 -1
- package/dist/esm/grpc/proto/google/protobuf/duration.js.map +0 -1
- package/dist/esm/grpc/proto/google/protobuf/empty.js.map +0 -1
- package/dist/esm/grpc/proto/google/protobuf/field_mask.js.map +0 -1
- package/dist/esm/grpc/proto/google/protobuf/struct.js.map +0 -1
- package/dist/esm/grpc/proto/google/protobuf/timestamp.js.map +0 -1
- package/dist/esm/grpc/proto/google/rpc/error_details.js.map +0 -1
- package/dist/esm/grpc/proto/google/rpc/status.js.map +0 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/argument.js.map +0 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/balance_change.js.map +0 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/bcs.js.map +0 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/checkpoint.js.map +0 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/checkpoint_contents.js.map +0 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/checkpoint_summary.js.map +0 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/effects.js.map +0 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/epoch.js.map +0 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/error_reason.js.map +0 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/event.js.map +0 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/executed_transaction.js.map +0 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/execution_status.js.map +0 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/gas_cost_summary.js.map +0 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/input.js.map +0 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/jwk.js.map +0 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/ledger_service.client.js.map +0 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/ledger_service.js.map +0 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/move_package.js.map +0 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/move_package_service.client.js.map +0 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/move_package_service.js.map +0 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/name_service.client.js.map +0 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/name_service.js.map +0 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/object.js.map +0 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/object_reference.js.map +0 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/owner.js.map +0 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/protocol_config.js.map +0 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/signature.js.map +0 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/signature_scheme.js.map +0 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/signature_verification_service.client.js.map +0 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/signature_verification_service.js.map +0 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/state_service.client.js.map +0 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/state_service.js.map +0 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/subscription_service.client.js.map +0 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/subscription_service.js.map +0 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/system_state.js.map +0 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/transaction.js.map +0 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/transaction_execution_service.client.js.map +0 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/transaction_execution_service.js.map +0 -1
- package/dist/esm/index.js.map +0 -1
- package/dist/esm/jsonRpc/client.js.map +0 -1
- package/dist/esm/jsonRpc/core.js.map +0 -1
- package/dist/esm/jsonRpc/errors.js.map +0 -1
- package/dist/esm/jsonRpc/http-transport.js.map +0 -1
- package/dist/esm/jsonRpc/index.js.map +0 -1
- package/dist/esm/jsonRpc/json-rpc-resolver.js.map +0 -1
- package/dist/esm/jsonRpc/rpc-websocket-client.js.map +0 -1
- package/dist/esm/jsonRpc/types/chain.js.map +0 -1
- package/dist/esm/jsonRpc/types/changes.js.map +0 -1
- package/dist/esm/jsonRpc/types/coins.js.map +0 -1
- package/dist/esm/jsonRpc/types/common.js.map +0 -1
- package/dist/esm/jsonRpc/types/generated.js.map +0 -1
- package/dist/esm/jsonRpc/types/index.js.map +0 -1
- package/dist/esm/jsonRpc/types/params.js.map +0 -1
- package/dist/esm/keypairs/ed25519/ed25519-hd-key.js.map +0 -1
- package/dist/esm/keypairs/ed25519/index.js.map +0 -1
- package/dist/esm/keypairs/ed25519/keypair.js.map +0 -1
- package/dist/esm/keypairs/ed25519/publickey.js.map +0 -1
- package/dist/esm/keypairs/index.js.map +0 -1
- package/dist/esm/keypairs/passkey/index.js.map +0 -1
- package/dist/esm/keypairs/passkey/keypair.js.map +0 -1
- package/dist/esm/keypairs/passkey/publickey.js.map +0 -1
- package/dist/esm/keypairs/passkey/types.js.map +0 -1
- package/dist/esm/keypairs/secp256k1/index.js.map +0 -1
- package/dist/esm/keypairs/secp256k1/keypair.js.map +0 -1
- package/dist/esm/keypairs/secp256k1/publickey.js.map +0 -1
- package/dist/esm/keypairs/secp256r1/index.js.map +0 -1
- package/dist/esm/keypairs/secp256r1/keypair.js.map +0 -1
- package/dist/esm/keypairs/secp256r1/publickey.js.map +0 -1
- package/dist/esm/multisig/index.js.map +0 -1
- package/dist/esm/multisig/publickey.js.map +0 -1
- package/dist/esm/multisig/signer.js.map +0 -1
- package/dist/esm/transactions/Arguments.js.map +0 -1
- package/dist/esm/transactions/Commands.js.map +0 -1
- package/dist/esm/transactions/Inputs.js.map +0 -1
- package/dist/esm/transactions/ObjectCache.js.map +0 -1
- package/dist/esm/transactions/Transaction.js.map +0 -1
- package/dist/esm/transactions/TransactionData.js.map +0 -1
- package/dist/esm/transactions/__tests__/Transaction.test.js.map +0 -1
- package/dist/esm/transactions/__tests__/bcs.test.js.map +0 -1
- package/dist/esm/transactions/data/internal.js.map +0 -1
- package/dist/esm/transactions/data/v1.js.map +0 -1
- package/dist/esm/transactions/data/v2.js.map +0 -1
- package/dist/esm/transactions/executor/caching.js.map +0 -1
- package/dist/esm/transactions/executor/parallel.js.map +0 -1
- package/dist/esm/transactions/executor/queue.js.map +0 -1
- package/dist/esm/transactions/executor/serial.js.map +0 -1
- package/dist/esm/transactions/hash.js.map +0 -1
- package/dist/esm/transactions/index.js.map +0 -1
- package/dist/esm/transactions/intents/CoinWithBalance.js.map +0 -1
- package/dist/esm/transactions/object.js.map +0 -1
- package/dist/esm/transactions/plugins/NamedPackagesPlugin.js.map +0 -1
- package/dist/esm/transactions/pure.js.map +0 -1
- package/dist/esm/transactions/resolve.js.map +0 -1
- package/dist/esm/transactions/serializer.js.map +0 -1
- package/dist/esm/transactions/utils.js.map +0 -1
- package/dist/esm/utils/constants.js.map +0 -1
- package/dist/esm/utils/derived-objects.js.map +0 -1
- package/dist/esm/utils/dynamic-fields.js.map +0 -1
- package/dist/esm/utils/format.js.map +0 -1
- package/dist/esm/utils/index.js.map +0 -1
- package/dist/esm/utils/move-registry.js.map +0 -1
- package/dist/esm/utils/sui-types.js.map +0 -1
- package/dist/esm/utils/suins.js.map +0 -1
- package/dist/esm/verify/index.js.map +0 -1
- package/dist/esm/verify/verify.js.map +0 -1
- package/dist/esm/version.js.map +0 -1
- package/dist/esm/w/call/allocation.js.map +0 -1
- package/dist/esm/w/call/arb.js.map +0 -1
- package/dist/esm/w/call/arbitration.js.map +0 -1
- package/dist/esm/w/call/base.js.map +0 -1
- package/dist/esm/w/call/contact.js.map +0 -1
- package/dist/esm/w/call/demand.js.map +0 -1
- package/dist/esm/w/call/entity.js.map +0 -1
- package/dist/esm/w/call/guard-ins.js.map +0 -1
- package/dist/esm/w/call/guard.js.map +0 -1
- package/dist/esm/w/call/index.js.map +0 -1
- package/dist/esm/w/call/machine.js.map +0 -1
- package/dist/esm/w/call/order.js.map +0 -1
- package/dist/esm/w/call/passport.js.map +0 -1
- package/dist/esm/w/call/payment.js.map +0 -1
- package/dist/esm/w/call/permission.js.map +0 -1
- package/dist/esm/w/call/personal.js.map +0 -1
- package/dist/esm/w/call/progress.js.map +0 -1
- package/dist/esm/w/call/proof.js.map +0 -1
- package/dist/esm/w/call/repository.js.map +0 -1
- package/dist/esm/w/call/resource.js.map +0 -1
- package/dist/esm/w/call/reward.js.map +0 -1
- package/dist/esm/w/call/service.js.map +0 -1
- package/dist/esm/w/call/treasury.js.map +0 -1
- package/dist/esm/w/call/util.js.map +0 -1
- package/dist/esm/w/common.js.map +0 -1
- package/dist/esm/w/exception.js.map +0 -1
- package/dist/esm/w/index.js.map +0 -1
- package/dist/esm/w/local/account.js.map +0 -1
- package/dist/esm/w/local/cache.js.map +0 -1
- package/dist/esm/w/local/config.js.map +0 -1
- package/dist/esm/w/local/index.js.map +0 -1
- package/dist/esm/w/local/local.js.map +0 -1
- package/dist/esm/w/local/storage.js.map +0 -1
- package/dist/esm/w/local/token.js.map +0 -1
- package/dist/esm/w/local/util.js.map +0 -1
- package/dist/esm/w/local/wip.js.map +0 -1
- package/dist/esm/w/messenger/crypto.js.map +0 -1
- package/dist/esm/w/messenger/index.js.map +0 -1
- package/dist/esm/w/messenger/messenger-api.js.map +0 -1
- package/dist/esm/w/messenger/messenger-manager.js.map +0 -1
- package/dist/esm/w/messenger/messenger.js.map +0 -1
- package/dist/esm/w/messenger/server.js.map +0 -1
- package/dist/esm/w/messenger/session.js.map +0 -1
- package/dist/esm/w/messenger/storage.js.map +0 -1
- package/dist/esm/w/messenger/templates/wts-html-template.js.map +0 -1
- package/dist/esm/w/messenger/types.js.map +0 -1
- package/dist/esm/w/messenger/utils.js.map +0 -1
- package/dist/esm/w/query/bult-in.js.map +0 -1
- package/dist/esm/w/query/event.js.map +0 -1
- package/dist/esm/w/query/index.js.map +0 -1
- package/dist/esm/w/query/object.js.map +0 -1
- package/dist/esm/w/query/received.js.map +0 -1
- package/dist/esm/w/query/util.js.map +0 -1
- package/dist/esm/w/util.js.map +0 -1
|
@@ -1,656 +1,320 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* ######################################
|
|
3
|
-
* ### DO NOT EDIT THIS FILE DIRECTLY ###
|
|
4
|
-
* ######################################
|
|
5
|
-
*
|
|
6
|
-
* This file is generated from:
|
|
7
|
-
* /crates/sui-open-rpc/spec/openrpc.json
|
|
8
|
-
*/
|
|
9
1
|
import type * as RpcTypes from "./generated.js";
|
|
10
2
|
import type { Transaction } from "../../transactions/index.js";
|
|
11
|
-
/**
|
|
12
|
-
* Runs the transaction in dev-inspect mode. Which allows for nearly any transaction (or Move call)
|
|
13
|
-
* with any arguments. Detailed results are provided, including both the transaction effects and any
|
|
14
|
-
* return values.
|
|
15
|
-
*/
|
|
16
3
|
export interface DevInspectTransactionBlockParams {
|
|
17
4
|
sender: string;
|
|
18
|
-
/** BCS encoded TransactionKind(as opposed to TransactionData, which include gasBudget and gasPrice) */
|
|
19
5
|
transactionBlock: Transaction | Uint8Array | string;
|
|
20
|
-
/** Gas is not charged, but gas usage is still calculated. Default to use reference gas price */
|
|
21
6
|
gasPrice?: bigint | number | null | undefined;
|
|
22
|
-
/** The epoch to perform the call. Will be set from the system state object if not provided */
|
|
23
7
|
epoch?: string | null | undefined;
|
|
24
|
-
/** Additional arguments including gas_budget, gas_objects, gas_sponsor and skip_checks. */
|
|
25
8
|
additionalArgs?: RpcTypes.DevInspectArgs | null | undefined;
|
|
26
9
|
signal?: AbortSignal;
|
|
27
10
|
}
|
|
28
|
-
/**
|
|
29
|
-
* Return transaction execution effects including the gas cost summary, while the effects are not
|
|
30
|
-
* committed to the chain.
|
|
31
|
-
*/
|
|
32
11
|
export interface DryRunTransactionBlockParams {
|
|
33
12
|
transactionBlock: Uint8Array | string;
|
|
34
13
|
signal?: AbortSignal;
|
|
35
14
|
}
|
|
36
|
-
/**
|
|
37
|
-
* Execute the transaction and wait for results if desired. Request types: 1. WaitForEffectsCert: waits
|
|
38
|
-
* for TransactionEffectsCert and then return to client. This mode is a proxy for transaction
|
|
39
|
-
* finality. 2. WaitForLocalExecution: waits for TransactionEffectsCert and make sure the node executed
|
|
40
|
-
* the transaction locally before returning the client. The local execution makes sure this node is
|
|
41
|
-
* aware of this transaction when client fires subsequent queries. However if the node fails to execute
|
|
42
|
-
* the transaction locally in a timely manner, a bool type in the response is set to false to indicated
|
|
43
|
-
* the case. request_type is default to be `WaitForEffectsCert` unless options.show_events or
|
|
44
|
-
* options.show_effects is true
|
|
45
|
-
*/
|
|
46
15
|
export interface ExecuteTransactionBlockParams {
|
|
47
|
-
/** BCS serialized transaction data bytes without its type tag, as base-64 encoded string. */
|
|
48
16
|
transactionBlock: Uint8Array | string;
|
|
49
|
-
/**
|
|
50
|
-
* A list of signatures (`flag || signature || pubkey` bytes, as base-64 encoded string). Signature is
|
|
51
|
-
* committed to the intent message of the transaction data, as base-64 encoded string.
|
|
52
|
-
*/
|
|
53
17
|
signature: string | string[];
|
|
54
|
-
/** options for specifying the content to be returned */
|
|
55
18
|
options?: RpcTypes.SuiTransactionBlockResponseOptions | null | undefined;
|
|
56
|
-
/** @deprecated requestType will be ignored by JSON RPC in the future */
|
|
57
19
|
requestType?: RpcTypes.ExecuteTransactionRequestType | null | undefined;
|
|
58
20
|
signal?: AbortSignal;
|
|
59
21
|
}
|
|
60
|
-
/** Return the first four bytes of the chain's genesis checkpoint digest. */
|
|
61
22
|
export interface GetChainIdentifierParams {
|
|
62
23
|
signal?: AbortSignal;
|
|
63
24
|
}
|
|
64
|
-
/** Return a checkpoint */
|
|
65
25
|
export interface GetCheckpointParams {
|
|
66
|
-
/** Checkpoint identifier, can use either checkpoint digest, or checkpoint sequence number as input. */
|
|
67
26
|
id: RpcTypes.CheckpointId;
|
|
68
27
|
signal?: AbortSignal;
|
|
69
28
|
}
|
|
70
|
-
/** Return paginated list of checkpoints */
|
|
71
29
|
export interface GetCheckpointsParams {
|
|
72
|
-
/**
|
|
73
|
-
* An optional paging cursor. If provided, the query will start from the next item after the specified
|
|
74
|
-
* cursor. Default to start from the first item if not specified.
|
|
75
|
-
*/
|
|
76
30
|
cursor?: string | null | undefined;
|
|
77
|
-
/** Maximum item returned per page, default to [QUERY_MAX_RESULT_LIMIT_CHECKPOINTS] if not specified. */
|
|
78
31
|
limit?: number | null | undefined;
|
|
79
|
-
/** query result ordering, default to false (ascending order), oldest record first. */
|
|
80
32
|
descendingOrder: boolean;
|
|
81
33
|
signal?: AbortSignal;
|
|
82
34
|
}
|
|
83
|
-
/** Return transaction events. */
|
|
84
35
|
export interface GetEventsParams {
|
|
85
|
-
/** the event query criteria. */
|
|
86
36
|
transactionDigest: string;
|
|
87
37
|
signal?: AbortSignal;
|
|
88
38
|
}
|
|
89
|
-
/** Return the sequence number of the latest checkpoint that has been executed */
|
|
90
39
|
export interface GetLatestCheckpointSequenceNumberParams {
|
|
91
40
|
signal?: AbortSignal;
|
|
92
41
|
}
|
|
93
|
-
/** Return the argument types of a Move function, based on normalized Type. */
|
|
94
42
|
export interface GetMoveFunctionArgTypesParams {
|
|
95
43
|
package: string;
|
|
96
44
|
module: string;
|
|
97
45
|
function: string;
|
|
98
46
|
signal?: AbortSignal;
|
|
99
47
|
}
|
|
100
|
-
/** Return a structured representation of Move function */
|
|
101
48
|
export interface GetNormalizedMoveFunctionParams {
|
|
102
49
|
package: string;
|
|
103
50
|
module: string;
|
|
104
51
|
function: string;
|
|
105
52
|
signal?: AbortSignal;
|
|
106
53
|
}
|
|
107
|
-
/** Return a structured representation of Move module */
|
|
108
54
|
export interface GetNormalizedMoveModuleParams {
|
|
109
55
|
package: string;
|
|
110
56
|
module: string;
|
|
111
57
|
signal?: AbortSignal;
|
|
112
58
|
}
|
|
113
|
-
/** Return structured representations of all modules in the given package */
|
|
114
59
|
export interface GetNormalizedMoveModulesByPackageParams {
|
|
115
60
|
package: string;
|
|
116
61
|
signal?: AbortSignal;
|
|
117
62
|
}
|
|
118
|
-
/** Return a structured representation of Move struct */
|
|
119
63
|
export interface GetNormalizedMoveStructParams {
|
|
120
64
|
package: string;
|
|
121
65
|
module: string;
|
|
122
66
|
struct: string;
|
|
123
67
|
signal?: AbortSignal;
|
|
124
68
|
}
|
|
125
|
-
/** Return the object information for a specified object */
|
|
126
69
|
export interface GetObjectParams {
|
|
127
|
-
/** the ID of the queried object */
|
|
128
70
|
id: string;
|
|
129
|
-
/** options for specifying the content to be returned */
|
|
130
71
|
options?: RpcTypes.SuiObjectDataOptions | null | undefined;
|
|
131
72
|
signal?: AbortSignal;
|
|
132
73
|
}
|
|
133
|
-
/**
|
|
134
|
-
* Return the protocol config table for the given version number. If the version number is not
|
|
135
|
-
* specified, If none is specified, the node uses the version of the latest epoch it has processed.
|
|
136
|
-
*/
|
|
137
74
|
export interface GetProtocolConfigParams {
|
|
138
|
-
/**
|
|
139
|
-
* An optional protocol version specifier. If omitted, the latest protocol config table for the node
|
|
140
|
-
* will be returned.
|
|
141
|
-
*/
|
|
142
75
|
version?: string | null | undefined;
|
|
143
76
|
signal?: AbortSignal;
|
|
144
77
|
}
|
|
145
|
-
/** Return the total number of transaction blocks known to the server. */
|
|
146
78
|
export interface GetTotalTransactionBlocksParams {
|
|
147
79
|
signal?: AbortSignal;
|
|
148
80
|
}
|
|
149
|
-
/** Return the transaction response object. */
|
|
150
81
|
export interface GetTransactionBlockParams {
|
|
151
|
-
/** the digest of the queried transaction */
|
|
152
82
|
digest: string;
|
|
153
|
-
/** options for specifying the content to be returned */
|
|
154
83
|
options?: RpcTypes.SuiTransactionBlockResponseOptions | null | undefined;
|
|
155
84
|
signal?: AbortSignal;
|
|
156
85
|
}
|
|
157
|
-
/** Return the object data for a list of objects */
|
|
158
86
|
export interface MultiGetObjectsParams {
|
|
159
|
-
/** the IDs of the queried objects */
|
|
160
87
|
ids: string[];
|
|
161
|
-
/** options for specifying the content to be returned */
|
|
162
88
|
options?: RpcTypes.SuiObjectDataOptions | null | undefined;
|
|
163
89
|
signal?: AbortSignal;
|
|
164
90
|
}
|
|
165
|
-
/**
|
|
166
|
-
* Returns an ordered list of transaction responses The method will throw an error if the input
|
|
167
|
-
* contains any duplicate or the input size exceeds QUERY_MAX_RESULT_LIMIT
|
|
168
|
-
*/
|
|
169
91
|
export interface MultiGetTransactionBlocksParams {
|
|
170
|
-
/** A list of transaction digests. */
|
|
171
92
|
digests: string[];
|
|
172
|
-
/** config options to control which fields to fetch */
|
|
173
93
|
options?: RpcTypes.SuiTransactionBlockResponseOptions | null | undefined;
|
|
174
94
|
signal?: AbortSignal;
|
|
175
95
|
}
|
|
176
|
-
/**
|
|
177
|
-
* Note there is no software-level guarantee/SLA that objects with past versions can be retrieved by
|
|
178
|
-
* this API, even if the object and version exists/existed. The result may vary across nodes depending
|
|
179
|
-
* on their pruning policies. Return the object information for a specified version
|
|
180
|
-
*/
|
|
181
96
|
export interface TryGetPastObjectParams {
|
|
182
|
-
/** the ID of the queried object */
|
|
183
97
|
id: string;
|
|
184
|
-
/** the version of the queried object. If None, default to the latest known version */
|
|
185
98
|
version: number;
|
|
186
|
-
/** options for specifying the content to be returned */
|
|
187
99
|
options?: RpcTypes.SuiObjectDataOptions | null | undefined;
|
|
188
100
|
signal?: AbortSignal;
|
|
189
101
|
}
|
|
190
|
-
/**
|
|
191
|
-
* Note there is no software-level guarantee/SLA that objects with past versions can be retrieved by
|
|
192
|
-
* this API, even if the object and version exists/existed. The result may vary across nodes depending
|
|
193
|
-
* on their pruning policies. Return the object information for a specified version
|
|
194
|
-
*/
|
|
195
102
|
export interface TryMultiGetPastObjectsParams {
|
|
196
|
-
/** a vector of object and versions to be queried */
|
|
197
103
|
pastObjects: RpcTypes.GetPastObjectRequest[];
|
|
198
|
-
/** options for specifying the content to be returned */
|
|
199
104
|
options?: RpcTypes.SuiObjectDataOptions | null | undefined;
|
|
200
105
|
signal?: AbortSignal;
|
|
201
106
|
}
|
|
202
|
-
/** Verify a zklogin signature for the given bytes, intent scope and author. */
|
|
203
107
|
export interface VerifyZkLoginSignatureParams {
|
|
204
|
-
/**
|
|
205
|
-
* The Base64 string of bcs bytes for raw transaction data or personal message indicated by
|
|
206
|
-
* intent_scope.
|
|
207
|
-
*/
|
|
208
108
|
bytes: string;
|
|
209
|
-
/** The Base64 string of the zklogin signature to verify. */
|
|
210
109
|
signature: string;
|
|
211
|
-
/** The intent scope, either transaction data or personal message. Used to parse bytes. */
|
|
212
110
|
intentScope: RpcTypes.ZkLoginIntentScope;
|
|
213
|
-
/** The author of the signature. */
|
|
214
111
|
author: string;
|
|
215
112
|
signal?: AbortSignal;
|
|
216
113
|
}
|
|
217
|
-
/** Return the total coin balance for all coin type, owned by the address owner. */
|
|
218
114
|
export interface GetAllBalancesParams {
|
|
219
|
-
/** the owner's Sui address */
|
|
220
115
|
owner: string;
|
|
221
116
|
signal?: AbortSignal;
|
|
222
117
|
}
|
|
223
|
-
/** Return all Coin objects owned by an address. */
|
|
224
118
|
export interface GetAllCoinsParams {
|
|
225
|
-
/** the owner's Sui address */
|
|
226
119
|
owner: string;
|
|
227
|
-
/** optional paging cursor */
|
|
228
120
|
cursor?: string | null | undefined;
|
|
229
|
-
/** maximum number of items per page */
|
|
230
121
|
limit?: number | null | undefined;
|
|
231
122
|
signal?: AbortSignal;
|
|
232
123
|
}
|
|
233
|
-
/** Return the total coin balance for one coin type, owned by the address owner. */
|
|
234
124
|
export interface GetBalanceParams {
|
|
235
|
-
/** the owner's Sui address */
|
|
236
125
|
owner: string;
|
|
237
|
-
/**
|
|
238
|
-
* optional type names for the coin (e.g., 0x168da5bf1f48dafc111b0a488fa454aca95e0b5e::usdc::USDC),
|
|
239
|
-
* default to 0x2::sui::SUI if not specified.
|
|
240
|
-
*/
|
|
241
126
|
coinType?: string | null | undefined;
|
|
242
127
|
signal?: AbortSignal;
|
|
243
128
|
}
|
|
244
|
-
/**
|
|
245
|
-
* Return metadata (e.g., symbol, decimals) for a coin. Note that if the coin's metadata was wrapped in
|
|
246
|
-
* the transaction that published its marker type, or the latest version of the metadata object is
|
|
247
|
-
* wrapped or deleted, it will not be found.
|
|
248
|
-
*/
|
|
249
129
|
export interface GetCoinMetadataParams {
|
|
250
|
-
/** type name for the coin (e.g., 0x168da5bf1f48dafc111b0a488fa454aca95e0b5e::usdc::USDC) */
|
|
251
130
|
coinType: string;
|
|
252
131
|
signal?: AbortSignal;
|
|
253
132
|
}
|
|
254
|
-
/** Return all Coin<`coin_type`> objects owned by an address. */
|
|
255
133
|
export interface GetCoinsParams {
|
|
256
|
-
/** the owner's Sui address */
|
|
257
134
|
owner: string;
|
|
258
|
-
/**
|
|
259
|
-
* optional type name for the coin (e.g., 0x168da5bf1f48dafc111b0a488fa454aca95e0b5e::usdc::USDC),
|
|
260
|
-
* default to 0x2::sui::SUI if not specified.
|
|
261
|
-
*/
|
|
262
135
|
coinType?: string | null | undefined;
|
|
263
|
-
/** optional paging cursor */
|
|
264
136
|
cursor?: string | null | undefined;
|
|
265
|
-
/** maximum number of items per page */
|
|
266
137
|
limit?: number | null | undefined;
|
|
267
138
|
signal?: AbortSignal;
|
|
268
139
|
}
|
|
269
|
-
/** Return the committee information for the asked `epoch`. */
|
|
270
140
|
export interface GetCommitteeInfoParams {
|
|
271
|
-
/** The epoch of interest. If None, default to the latest epoch */
|
|
272
141
|
epoch?: string | null | undefined;
|
|
273
142
|
signal?: AbortSignal;
|
|
274
143
|
}
|
|
275
|
-
/** Return the dynamic field object information for a specified object */
|
|
276
144
|
export interface GetDynamicFieldObjectParams {
|
|
277
|
-
/** The ID of the queried parent object */
|
|
278
145
|
parentId: string;
|
|
279
|
-
/** The Name of the dynamic field */
|
|
280
146
|
name: RpcTypes.DynamicFieldName;
|
|
281
147
|
signal?: AbortSignal;
|
|
282
148
|
}
|
|
283
|
-
/** Return the list of dynamic field objects owned by an object. */
|
|
284
149
|
export interface GetDynamicFieldsParams {
|
|
285
|
-
/** The ID of the parent object */
|
|
286
150
|
parentId: string;
|
|
287
|
-
/**
|
|
288
|
-
* An optional paging cursor. If provided, the query will start from the next item after the specified
|
|
289
|
-
* cursor. Default to start from the first item if not specified.
|
|
290
|
-
*/
|
|
291
151
|
cursor?: string | null | undefined;
|
|
292
|
-
/** Maximum item returned per page, default to [QUERY_MAX_RESULT_LIMIT] if not specified. */
|
|
293
152
|
limit?: number | null | undefined;
|
|
294
153
|
signal?: AbortSignal;
|
|
295
154
|
}
|
|
296
|
-
/** Return the latest SUI system state object on-chain. */
|
|
297
155
|
export interface GetLatestSuiSystemStateParams {
|
|
298
156
|
signal?: AbortSignal;
|
|
299
157
|
}
|
|
300
|
-
/**
|
|
301
|
-
* Return the list of objects owned by an address. Note that if the address owns more than
|
|
302
|
-
* `QUERY_MAX_RESULT_LIMIT` objects, the pagination is not accurate, because previous page may have
|
|
303
|
-
* been updated when the next page is fetched. Please use suix_queryObjects if this is a concern.
|
|
304
|
-
*/
|
|
305
158
|
export type GetOwnedObjectsParams = {
|
|
306
|
-
/** the owner's Sui address */
|
|
307
159
|
owner: string;
|
|
308
|
-
/**
|
|
309
|
-
* An optional paging cursor. If provided, the query will start from the next item after the specified
|
|
310
|
-
* cursor. Default to start from the first item if not specified.
|
|
311
|
-
*/
|
|
312
160
|
cursor?: string | null | undefined;
|
|
313
|
-
/** Max number of items returned per page, default to [QUERY_MAX_RESULT_LIMIT] if not specified. */
|
|
314
161
|
limit?: number | null | undefined;
|
|
315
162
|
signal?: AbortSignal;
|
|
316
163
|
} & RpcTypes.SuiObjectResponseQuery;
|
|
317
|
-
/** Return the reference gas price for the network */
|
|
318
164
|
export interface GetReferenceGasPriceParams {
|
|
319
165
|
signal?: AbortSignal;
|
|
320
166
|
}
|
|
321
|
-
/** Return all [DelegatedStake]. */
|
|
322
167
|
export interface GetStakesParams {
|
|
323
168
|
owner: string;
|
|
324
169
|
signal?: AbortSignal;
|
|
325
170
|
}
|
|
326
|
-
/** Return one or more [DelegatedStake]. If a Stake was withdrawn its status will be Unstaked. */
|
|
327
171
|
export interface GetStakesByIdsParams {
|
|
328
172
|
stakedSuiIds: string[];
|
|
329
173
|
signal?: AbortSignal;
|
|
330
174
|
}
|
|
331
|
-
/** Return total supply for a coin */
|
|
332
175
|
export interface GetTotalSupplyParams {
|
|
333
|
-
/** type name for the coin (e.g., 0x168da5bf1f48dafc111b0a488fa454aca95e0b5e::usdc::USDC) */
|
|
334
176
|
coinType: string;
|
|
335
177
|
signal?: AbortSignal;
|
|
336
178
|
}
|
|
337
|
-
/** Return the validator APY */
|
|
338
179
|
export interface GetValidatorsApyParams {
|
|
339
180
|
signal?: AbortSignal;
|
|
340
181
|
}
|
|
341
|
-
/** Return list of events for a specified query criteria. */
|
|
342
182
|
export interface QueryEventsParams {
|
|
343
|
-
/**
|
|
344
|
-
* The event query criteria. See [Event filter](https://docs.sui.io/build/event_api#event-filters)
|
|
345
|
-
* documentation for examples.
|
|
346
|
-
*/
|
|
347
183
|
query: RpcTypes.SuiEventFilter;
|
|
348
|
-
/** optional paging cursor */
|
|
349
184
|
cursor?: RpcTypes.EventId | null | undefined;
|
|
350
|
-
/** maximum number of items per page, default to [QUERY_MAX_RESULT_LIMIT] if not specified. */
|
|
351
185
|
limit?: number | null | undefined;
|
|
352
|
-
/** query result ordering, default to false (ascending order), oldest record first. */
|
|
353
186
|
order?: "ascending" | "descending" | null | undefined;
|
|
354
187
|
signal?: AbortSignal;
|
|
355
188
|
}
|
|
356
|
-
/** Return list of transactions for a specified query criteria. */
|
|
357
189
|
export type QueryTransactionBlocksParams = {
|
|
358
|
-
/**
|
|
359
|
-
* An optional paging cursor. If provided, the query will start from the next item after the specified
|
|
360
|
-
* cursor. Default to start from the first item if not specified.
|
|
361
|
-
*/
|
|
362
190
|
cursor?: string | null | undefined;
|
|
363
|
-
/** Maximum item returned per page, default to QUERY_MAX_RESULT_LIMIT if not specified. */
|
|
364
191
|
limit?: number | null | undefined;
|
|
365
|
-
/** query result ordering, default to false (ascending order), oldest record first. */
|
|
366
192
|
order?: "ascending" | "descending" | null | undefined;
|
|
367
193
|
signal?: AbortSignal;
|
|
368
194
|
} & RpcTypes.SuiTransactionBlockResponseQuery;
|
|
369
|
-
/** Return the resolved address given resolver and name */
|
|
370
195
|
export interface ResolveNameServiceAddressParams {
|
|
371
|
-
/** The name to resolve */
|
|
372
196
|
name: string;
|
|
373
197
|
signal?: AbortSignal;
|
|
374
198
|
}
|
|
375
|
-
/**
|
|
376
|
-
* Return the resolved names given address, if multiple names are resolved, the first one is the
|
|
377
|
-
* primary name.
|
|
378
|
-
*/
|
|
379
199
|
export interface ResolveNameServiceNamesParams {
|
|
380
|
-
/** The address to resolve */
|
|
381
200
|
address: string;
|
|
382
201
|
cursor?: string | null | undefined;
|
|
383
202
|
limit?: number | null | undefined;
|
|
384
203
|
signal?: AbortSignal;
|
|
385
204
|
}
|
|
386
|
-
/** Subscribe to a stream of Sui event */
|
|
387
205
|
export interface SubscribeEventParams {
|
|
388
|
-
/**
|
|
389
|
-
* The filter criteria of the event stream. See
|
|
390
|
-
* [Event filter](https://docs.sui.io/build/event_api#event-filters) documentation for examples.
|
|
391
|
-
*/
|
|
392
206
|
filter: RpcTypes.SuiEventFilter;
|
|
393
207
|
signal?: AbortSignal;
|
|
394
208
|
}
|
|
395
|
-
/** Subscribe to a stream of Sui transaction effects */
|
|
396
209
|
export interface SubscribeTransactionParams {
|
|
397
210
|
filter: RpcTypes.TransactionFilter;
|
|
398
211
|
signal?: AbortSignal;
|
|
399
212
|
}
|
|
400
|
-
/** Create an unsigned batched transaction. */
|
|
401
213
|
export interface UnsafeBatchTransactionParams {
|
|
402
|
-
/** the transaction signer's Sui address */
|
|
403
214
|
signer: string;
|
|
404
|
-
/** list of transaction request parameters */
|
|
405
215
|
singleTransactionParams: RpcTypes.RPCTransactionRequestParams[];
|
|
406
|
-
/**
|
|
407
|
-
* gas object to be used in this transaction, node will pick one from the signer's possession if not
|
|
408
|
-
* provided
|
|
409
|
-
*/
|
|
410
216
|
gas?: string | null | undefined;
|
|
411
|
-
/** the gas budget, the transaction will fail if the gas cost exceed the budget */
|
|
412
217
|
gasBudget: string;
|
|
413
|
-
/** Whether this is a regular transaction or a Dev Inspect Transaction */
|
|
414
218
|
txnBuilderMode?: RpcTypes.SuiTransactionBlockBuilderMode | null | undefined;
|
|
415
219
|
signal?: AbortSignal;
|
|
416
220
|
}
|
|
417
|
-
/** Create an unsigned transaction to merge multiple coins into one coin. */
|
|
418
221
|
export interface UnsafeMergeCoinsParams {
|
|
419
|
-
/** the transaction signer's Sui address */
|
|
420
222
|
signer: string;
|
|
421
|
-
/** the coin object to merge into, this coin will remain after the transaction */
|
|
422
223
|
primaryCoin: string;
|
|
423
|
-
/**
|
|
424
|
-
* the coin object to be merged, this coin will be destroyed, the balance will be added to
|
|
425
|
-
* `primary_coin`
|
|
426
|
-
*/
|
|
427
224
|
coinToMerge: string;
|
|
428
|
-
/**
|
|
429
|
-
* gas object to be used in this transaction, node will pick one from the signer's possession if not
|
|
430
|
-
* provided
|
|
431
|
-
*/
|
|
432
225
|
gas?: string | null | undefined;
|
|
433
|
-
/** the gas budget, the transaction will fail if the gas cost exceed the budget */
|
|
434
226
|
gasBudget: string;
|
|
435
227
|
signal?: AbortSignal;
|
|
436
228
|
}
|
|
437
|
-
/**
|
|
438
|
-
* Create an unsigned transaction to execute a Move call on the network, by calling the specified
|
|
439
|
-
* function in the module of a given package.
|
|
440
|
-
*/
|
|
441
229
|
export interface UnsafeMoveCallParams {
|
|
442
|
-
/** the transaction signer's Sui address */
|
|
443
230
|
signer: string;
|
|
444
|
-
/** the Move package ID, e.g. `0x2` */
|
|
445
231
|
packageObjectId: string;
|
|
446
|
-
/** the Move module name, e.g. `pay` */
|
|
447
232
|
module: string;
|
|
448
|
-
/** the move function name, e.g. `split` */
|
|
449
233
|
function: string;
|
|
450
|
-
/** the type arguments of the Move function */
|
|
451
234
|
typeArguments: string[];
|
|
452
|
-
/**
|
|
453
|
-
* the arguments to be passed into the Move function, in [SuiJson](https://docs.sui.io/build/sui-json)
|
|
454
|
-
* format
|
|
455
|
-
*/
|
|
456
235
|
arguments: unknown[];
|
|
457
|
-
/**
|
|
458
|
-
* gas object to be used in this transaction, node will pick one from the signer's possession if not
|
|
459
|
-
* provided
|
|
460
|
-
*/
|
|
461
236
|
gas?: string | null | undefined;
|
|
462
|
-
/** the gas budget, the transaction will fail if the gas cost exceed the budget */
|
|
463
237
|
gasBudget: string;
|
|
464
|
-
/**
|
|
465
|
-
* Whether this is a Normal transaction or a Dev Inspect Transaction. Default to be
|
|
466
|
-
* `SuiTransactionBlockBuilderMode::Commit` when it's None.
|
|
467
|
-
*/
|
|
468
238
|
executionMode?: RpcTypes.SuiTransactionBlockBuilderMode | null | undefined;
|
|
469
239
|
signal?: AbortSignal;
|
|
470
240
|
}
|
|
471
|
-
/**
|
|
472
|
-
* Send `Coin<T>` to a list of addresses, where `T` can be any coin type, following a list of amounts,
|
|
473
|
-
* The object specified in the `gas` field will be used to pay the gas fee for the transaction. The gas
|
|
474
|
-
* object can not appear in `input_coins`. If the gas object is not specified, the RPC server will
|
|
475
|
-
* auto-select one.
|
|
476
|
-
*/
|
|
477
241
|
export interface UnsafePayParams {
|
|
478
|
-
/** the transaction signer's Sui address */
|
|
479
242
|
signer: string;
|
|
480
|
-
/** the Sui coins to be used in this transaction */
|
|
481
243
|
inputCoins: string[];
|
|
482
|
-
/** the recipients' addresses, the length of this vector must be the same as amounts. */
|
|
483
244
|
recipients: string[];
|
|
484
|
-
/** the amounts to be transferred to recipients, following the same order */
|
|
485
245
|
amounts: string[];
|
|
486
|
-
/**
|
|
487
|
-
* gas object to be used in this transaction, node will pick one from the signer's possession if not
|
|
488
|
-
* provided
|
|
489
|
-
*/
|
|
490
246
|
gas?: string | null | undefined;
|
|
491
|
-
/** the gas budget, the transaction will fail if the gas cost exceed the budget */
|
|
492
247
|
gasBudget: string;
|
|
493
248
|
signal?: AbortSignal;
|
|
494
249
|
}
|
|
495
|
-
/**
|
|
496
|
-
* Send all SUI coins to one recipient. This is for SUI coin only and does not require a separate gas
|
|
497
|
-
* coin object. Specifically, what pay_all_sui does are: 1. accumulate all SUI from input coins and
|
|
498
|
-
* deposit all SUI to the first input coin 2. transfer the updated first coin to the recipient and also
|
|
499
|
-
* use this first coin as gas coin object. 3. the balance of the first input coin after tx is
|
|
500
|
-
* sum(input_coins) - actual_gas_cost. 4. all other input coins other than the first are deleted.
|
|
501
|
-
*/
|
|
502
250
|
export interface UnsafePayAllSuiParams {
|
|
503
|
-
/** the transaction signer's Sui address */
|
|
504
251
|
signer: string;
|
|
505
|
-
/** the Sui coins to be used in this transaction, including the coin for gas payment. */
|
|
506
252
|
inputCoins: string[];
|
|
507
|
-
/** the recipient address, */
|
|
508
253
|
recipient: string;
|
|
509
|
-
/** the gas budget, the transaction will fail if the gas cost exceed the budget */
|
|
510
254
|
gasBudget: string;
|
|
511
255
|
signal?: AbortSignal;
|
|
512
256
|
}
|
|
513
|
-
/**
|
|
514
|
-
* Send SUI coins to a list of addresses, following a list of amounts. This is for SUI coin only and
|
|
515
|
-
* does not require a separate gas coin object. Specifically, what pay_sui does are: 1. debit each
|
|
516
|
-
* input_coin to create new coin following the order of amounts and assign it to the corresponding
|
|
517
|
-
* recipient. 2. accumulate all residual SUI from input coins left and deposit all SUI to the first
|
|
518
|
-
* input coin, then use the first input coin as the gas coin object. 3. the balance of the first input
|
|
519
|
-
* coin after tx is sum(input_coins) - sum(amounts) - actual_gas_cost 4. all other input coints other
|
|
520
|
-
* than the first one are deleted.
|
|
521
|
-
*/
|
|
522
257
|
export interface UnsafePaySuiParams {
|
|
523
|
-
/** the transaction signer's Sui address */
|
|
524
258
|
signer: string;
|
|
525
|
-
/** the Sui coins to be used in this transaction, including the coin for gas payment. */
|
|
526
259
|
inputCoins: string[];
|
|
527
|
-
/** the recipients' addresses, the length of this vector must be the same as amounts. */
|
|
528
260
|
recipients: string[];
|
|
529
|
-
/** the amounts to be transferred to recipients, following the same order */
|
|
530
261
|
amounts: string[];
|
|
531
|
-
/** the gas budget, the transaction will fail if the gas cost exceed the budget */
|
|
532
262
|
gasBudget: string;
|
|
533
263
|
signal?: AbortSignal;
|
|
534
264
|
}
|
|
535
|
-
/** Create an unsigned transaction to publish a Move package. */
|
|
536
265
|
export interface UnsafePublishParams {
|
|
537
|
-
/** the transaction signer's Sui address */
|
|
538
266
|
sender: string;
|
|
539
|
-
/** the compiled bytes of a Move package */
|
|
540
267
|
compiledModules: string[];
|
|
541
|
-
/** a list of transitive dependency addresses that this set of modules depends on. */
|
|
542
268
|
dependencies: string[];
|
|
543
|
-
/**
|
|
544
|
-
* gas object to be used in this transaction, node will pick one from the signer's possession if not
|
|
545
|
-
* provided
|
|
546
|
-
*/
|
|
547
269
|
gas?: string | null | undefined;
|
|
548
|
-
/** the gas budget, the transaction will fail if the gas cost exceed the budget */
|
|
549
270
|
gasBudget: string;
|
|
550
271
|
signal?: AbortSignal;
|
|
551
272
|
}
|
|
552
|
-
/** Add stake to a validator's staking pool using multiple coins and amount. */
|
|
553
273
|
export interface UnsafeRequestAddStakeParams {
|
|
554
|
-
/** the transaction signer's Sui address */
|
|
555
274
|
signer: string;
|
|
556
|
-
/** Coin<SUI> object to stake */
|
|
557
275
|
coins: string[];
|
|
558
|
-
/** stake amount */
|
|
559
276
|
amount?: string | null | undefined;
|
|
560
|
-
/** the validator's Sui address */
|
|
561
277
|
validator: string;
|
|
562
|
-
/**
|
|
563
|
-
* gas object to be used in this transaction, node will pick one from the signer's possession if not
|
|
564
|
-
* provided
|
|
565
|
-
*/
|
|
566
278
|
gas?: string | null | undefined;
|
|
567
|
-
/** the gas budget, the transaction will fail if the gas cost exceed the budget */
|
|
568
279
|
gasBudget: string;
|
|
569
280
|
signal?: AbortSignal;
|
|
570
281
|
}
|
|
571
|
-
/** Withdraw stake from a validator's staking pool. */
|
|
572
282
|
export interface UnsafeRequestWithdrawStakeParams {
|
|
573
|
-
/** the transaction signer's Sui address */
|
|
574
283
|
signer: string;
|
|
575
|
-
/** StakedSui object ID */
|
|
576
284
|
stakedSui: string;
|
|
577
|
-
/**
|
|
578
|
-
* gas object to be used in this transaction, node will pick one from the signer's possession if not
|
|
579
|
-
* provided
|
|
580
|
-
*/
|
|
581
285
|
gas?: string | null | undefined;
|
|
582
|
-
/** the gas budget, the transaction will fail if the gas cost exceed the budget */
|
|
583
286
|
gasBudget: string;
|
|
584
287
|
signal?: AbortSignal;
|
|
585
288
|
}
|
|
586
|
-
/** Create an unsigned transaction to split a coin object into multiple coins. */
|
|
587
289
|
export interface UnsafeSplitCoinParams {
|
|
588
|
-
/** the transaction signer's Sui address */
|
|
589
290
|
signer: string;
|
|
590
|
-
/** the coin object to be spilt */
|
|
591
291
|
coinObjectId: string;
|
|
592
|
-
/** the amounts to split out from the coin */
|
|
593
292
|
splitAmounts: string[];
|
|
594
|
-
/**
|
|
595
|
-
* gas object to be used in this transaction, node will pick one from the signer's possession if not
|
|
596
|
-
* provided
|
|
597
|
-
*/
|
|
598
293
|
gas?: string | null | undefined;
|
|
599
|
-
/** the gas budget, the transaction will fail if the gas cost exceed the budget */
|
|
600
294
|
gasBudget: string;
|
|
601
295
|
signal?: AbortSignal;
|
|
602
296
|
}
|
|
603
|
-
/** Create an unsigned transaction to split a coin object into multiple equal-size coins. */
|
|
604
297
|
export interface UnsafeSplitCoinEqualParams {
|
|
605
|
-
/** the transaction signer's Sui address */
|
|
606
298
|
signer: string;
|
|
607
|
-
/** the coin object to be spilt */
|
|
608
299
|
coinObjectId: string;
|
|
609
|
-
/** the number of coins to split into */
|
|
610
300
|
splitCount: string;
|
|
611
|
-
/**
|
|
612
|
-
* gas object to be used in this transaction, node will pick one from the signer's possession if not
|
|
613
|
-
* provided
|
|
614
|
-
*/
|
|
615
301
|
gas?: string | null | undefined;
|
|
616
|
-
/** the gas budget, the transaction will fail if the gas cost exceed the budget */
|
|
617
302
|
gasBudget: string;
|
|
618
303
|
signal?: AbortSignal;
|
|
619
304
|
}
|
|
620
|
-
/**
|
|
621
|
-
* Create an unsigned transaction to transfer an object from one address to another. The object's type
|
|
622
|
-
* must allow public transfers
|
|
623
|
-
*/
|
|
624
305
|
export interface UnsafeTransferObjectParams {
|
|
625
|
-
/** the transaction signer's Sui address */
|
|
626
306
|
signer: string;
|
|
627
|
-
/** the ID of the object to be transferred */
|
|
628
307
|
objectId: string;
|
|
629
|
-
/**
|
|
630
|
-
* gas object to be used in this transaction, node will pick one from the signer's possession if not
|
|
631
|
-
* provided
|
|
632
|
-
*/
|
|
633
308
|
gas?: string | null | undefined;
|
|
634
|
-
/** the gas budget, the transaction will fail if the gas cost exceed the budget */
|
|
635
309
|
gasBudget: string;
|
|
636
|
-
/** the recipient's Sui address */
|
|
637
310
|
recipient: string;
|
|
638
311
|
signal?: AbortSignal;
|
|
639
312
|
}
|
|
640
|
-
/**
|
|
641
|
-
* Create an unsigned transaction to send SUI coin object to a Sui address. The SUI object is also used
|
|
642
|
-
* as the gas object.
|
|
643
|
-
*/
|
|
644
313
|
export interface UnsafeTransferSuiParams {
|
|
645
|
-
/** the transaction signer's Sui address */
|
|
646
314
|
signer: string;
|
|
647
|
-
/** the Sui coin object to be used in this transaction */
|
|
648
315
|
suiObjectId: string;
|
|
649
|
-
/** the gas budget, the transaction will fail if the gas cost exceed the budget */
|
|
650
316
|
gasBudget: string;
|
|
651
|
-
/** the recipient's Sui address */
|
|
652
317
|
recipient: string;
|
|
653
|
-
/** the amount to be split out and transferred */
|
|
654
318
|
amount?: string | null | undefined;
|
|
655
319
|
signal?: AbortSignal;
|
|
656
320
|
}
|