wowok 2.2.3 → 2.2.5
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/_deps/bcs/bcs-type.d.ts +127 -0
- package/dist/cjs/_deps/bcs/bcs-type.js +1 -0
- package/dist/cjs/_deps/bcs/bcs.d.ts +49 -0
- package/dist/cjs/_deps/bcs/bcs.js +1 -0
- package/dist/cjs/_deps/bcs/index.d.ts +16 -0
- package/dist/cjs/_deps/bcs/index.js +1 -0
- package/dist/cjs/_deps/bcs/reader.d.ts +15 -0
- package/dist/cjs/_deps/bcs/reader.js +1 -0
- package/dist/cjs/_deps/bcs/types.d.ts +24 -0
- package/dist/cjs/_deps/bcs/uleb.d.ts +5 -0
- package/dist/cjs/_deps/bcs/uleb.js +1 -0
- package/dist/cjs/_deps/bcs/utils.d.ts +4 -0
- package/dist/cjs/_deps/bcs/utils.js +1 -0
- package/dist/cjs/_deps/bcs/writer.d.ts +28 -0
- package/dist/cjs/_deps/bcs/writer.js +1 -0
- package/dist/cjs/_deps/utils/b58.d.ts +2 -0
- package/dist/cjs/_deps/utils/b58.js +1 -0
- package/dist/cjs/_deps/utils/b64.d.ts +2 -0
- package/dist/cjs/_deps/utils/b64.js +1 -0
- package/dist/cjs/_deps/utils/chunk.d.ts +1 -0
- package/dist/cjs/_deps/utils/chunk.js +1 -0
- package/dist/cjs/_deps/utils/dataloader.d.ts +43 -0
- package/dist/cjs/_deps/utils/dataloader.js +1 -0
- package/dist/cjs/_deps/utils/hex.d.ts +2 -0
- package/dist/cjs/_deps/utils/hex.js +1 -0
- package/dist/cjs/_deps/utils/index.d.ts +7 -0
- package/dist/cjs/_deps/utils/index.js +1 -0
- package/dist/cjs/_deps/utils/types.d.ts +4 -0
- package/dist/cjs/_deps/utils/with-resolver.d.ts +6 -0
- package/dist/cjs/_deps/utils/with-resolver.js +1 -0
- package/dist/cjs/bcs/bcs.d.ts +275 -313
- package/dist/cjs/bcs/bcs.js +1 -1
- package/dist/cjs/bcs/effects.d.ts +193 -193
- package/dist/cjs/bcs/effects.js +1 -1
- package/dist/cjs/bcs/index.d.ts +1 -1
- package/dist/cjs/bcs/index.js +1 -1
- package/dist/cjs/bcs/pure.d.ts +1 -1
- package/dist/cjs/bcs/pure.js +1 -1
- package/dist/cjs/bcs/type-tag-serializer.js +1 -1
- package/dist/cjs/cryptography/index.d.ts +1 -1
- package/dist/cjs/cryptography/index.js +1 -1
- package/dist/cjs/cryptography/intent.js +1 -1
- package/dist/cjs/cryptography/keypair.d.ts +2 -2
- package/dist/cjs/cryptography/keypair.js +1 -1
- package/dist/cjs/cryptography/mnemonics.js +1 -1
- package/dist/cjs/cryptography/publickey.d.ts +1 -1
- package/dist/cjs/cryptography/publickey.js +1 -1
- package/dist/cjs/cryptography/signature-scheme.d.ts +4 -15
- package/dist/cjs/cryptography/signature-scheme.js +1 -1
- package/dist/cjs/cryptography/signature.d.ts +1 -9
- package/dist/cjs/cryptography/signature.js +1 -1
- package/dist/cjs/experimental/client.d.ts +1 -1
- package/dist/cjs/grpc/client.d.ts +0 -2
- package/dist/cjs/grpc/client.js +1 -1
- package/dist/cjs/grpc/core.js +1 -1
- package/dist/cjs/grpc/proto/google/protobuf/any.d.ts +7 -0
- package/dist/cjs/grpc/proto/google/protobuf/any.js +1 -1
- package/dist/cjs/grpc/proto/google/protobuf/duration.d.ts +8 -0
- package/dist/cjs/grpc/proto/google/protobuf/duration.js +1 -1
- package/dist/cjs/grpc/proto/google/protobuf/empty.d.ts +8 -0
- package/dist/cjs/grpc/proto/google/protobuf/empty.js +1 -1
- package/dist/cjs/grpc/proto/google/protobuf/field_mask.d.ts +8 -0
- package/dist/cjs/grpc/proto/google/protobuf/field_mask.js +1 -1
- package/dist/cjs/grpc/proto/google/protobuf/struct.d.ts +15 -0
- package/dist/cjs/grpc/proto/google/protobuf/struct.js +1 -1
- package/dist/cjs/grpc/proto/google/protobuf/timestamp.d.ts +8 -0
- package/dist/cjs/grpc/proto/google/protobuf/timestamp.js +1 -1
- package/dist/cjs/grpc/proto/google/rpc/error_details.d.ts +48 -0
- package/dist/cjs/grpc/proto/google/rpc/error_details.js +1 -1
- package/dist/cjs/grpc/proto/google/rpc/status.d.ts +8 -0
- package/dist/cjs/grpc/proto/google/rpc/status.js +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/checkpoint.js +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/checkpoint_contents.js +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/checkpoint_summary.js +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/effects.js +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/event.js +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/executed_transaction.js +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/execution_status.d.ts +2 -2
- package/dist/cjs/grpc/proto/sui/rpc/v2/execution_status.js +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/ledger_service.js +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/move_package.js +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/move_package_service.js +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/object.js +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/signature.d.ts +9 -87
- package/dist/cjs/grpc/proto/sui/rpc/v2/signature.js +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/signature_scheme.d.ts +2 -6
- package/dist/cjs/grpc/proto/sui/rpc/v2/signature_scheme.js +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/signature_verification_service.d.ts +0 -2
- package/dist/cjs/grpc/proto/sui/rpc/v2/signature_verification_service.js +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/state_service.js +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/system_state.d.ts +2 -2
- package/dist/cjs/grpc/proto/sui/rpc/v2/system_state.js +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/transaction.d.ts +13 -51
- package/dist/cjs/grpc/proto/sui/rpc/v2/transaction.js +1 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/transaction_execution_service.js +1 -1
- package/dist/cjs/index.d.ts +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/jsonRpc/client.js +1 -1
- package/dist/cjs/jsonRpc/core.js +1 -1
- package/dist/cjs/jsonRpc/json-rpc-resolver.js +1 -1
- package/dist/cjs/jsonRpc/types/chain.d.ts +0 -5
- package/dist/cjs/jsonRpc/types/generated.d.ts +5 -57
- package/dist/cjs/jsonRpc/types/params.d.ts +0 -17
- package/dist/cjs/keypairs/falcon512/index.d.ts +2 -0
- package/dist/cjs/keypairs/falcon512/index.js +1 -0
- package/dist/cjs/keypairs/falcon512/keypair.d.ts +19 -0
- package/dist/cjs/keypairs/falcon512/keypair.js +1 -0
- package/dist/{esm/keypairs/ed25519 → cjs/keypairs/falcon512}/publickey.d.ts +2 -2
- package/dist/cjs/keypairs/falcon512/publickey.js +1 -0
- package/dist/cjs/keypairs/index.d.ts +1 -4
- package/dist/cjs/keypairs/index.js +1 -1
- package/dist/cjs/multisig/publickey.js +1 -1
- package/dist/cjs/multisig/signer.js +1 -1
- package/dist/cjs/transactions/Commands.js +1 -1
- package/dist/cjs/transactions/Inputs.d.ts +1 -1
- package/dist/cjs/transactions/Inputs.js +1 -1
- package/dist/cjs/transactions/Transaction.d.ts +5 -5
- package/dist/cjs/transactions/Transaction.js +1 -1
- package/dist/cjs/transactions/TransactionData.js +1 -1
- package/dist/cjs/transactions/__tests__/Transaction.test.js +1 -1
- package/dist/cjs/transactions/__tests__/bcs.test.js +1 -1
- package/dist/cjs/transactions/data/internal.d.ts +2 -2
- package/dist/cjs/transactions/data/v1.d.ts +2 -2
- package/dist/cjs/transactions/data/v1.js +1 -1
- package/dist/cjs/transactions/data/v2.d.ts +1 -1
- package/dist/cjs/transactions/executor/parallel.js +1 -1
- package/dist/cjs/transactions/executor/serial.js +1 -1
- package/dist/cjs/transactions/pure.d.ts +1 -1
- package/dist/cjs/transactions/pure.js +1 -1
- package/dist/cjs/transactions/serializer.d.ts +1 -1
- package/dist/cjs/utils/dynamic-fields.js +1 -1
- package/dist/cjs/utils/index.d.ts +1 -1
- package/dist/cjs/utils/index.js +1 -1
- package/dist/cjs/utils/move-registry.js +1 -1
- package/dist/cjs/utils/sui-types.js +1 -1
- package/dist/cjs/verify/verify.js +1 -1
- package/dist/cjs/w/call/arbitration.js +1 -1
- package/dist/cjs/w/call/base.js +1 -1
- package/dist/cjs/w/call/contact.js +1 -1
- package/dist/cjs/w/call/demand.js +1 -1
- package/dist/cjs/w/call/guard.js +1 -1
- package/dist/cjs/w/call/machine.js +1 -1
- package/dist/cjs/w/call/personal.js +1 -1
- package/dist/cjs/w/call/proof.d.ts +3 -3
- package/dist/cjs/w/call/proof.js +1 -1
- package/dist/cjs/w/call/repository.js +1 -1
- package/dist/cjs/w/call/reward.js +1 -1
- package/dist/cjs/w/call/service.js +1 -1
- package/dist/cjs/w/call/treasury.js +1 -1
- package/dist/cjs/w/local/account.d.ts +11 -4
- package/dist/cjs/w/local/account.js +1 -1
- package/dist/cjs/w/local/storage.js +1 -1
- package/dist/cjs/w/local/util.js +1 -1
- package/dist/cjs/w/local/wip.d.ts +1 -1
- package/dist/cjs/w/local/wip.js +1 -1
- package/dist/cjs/w/messenger/crypto.d.ts +1 -3
- package/dist/cjs/w/messenger/crypto.js +1 -1
- package/dist/cjs/w/messenger/messenger-api.js +1 -1
- package/dist/cjs/w/messenger/messenger-manager.js +1 -1
- package/dist/cjs/w/messenger/messenger.js +1 -1
- package/dist/cjs/w/messenger/pq/crypto.d.ts +6 -6
- package/dist/cjs/w/messenger/pq/crypto.js +1 -1
- package/dist/cjs/w/messenger/pq/pqxdh.d.ts +3 -6
- package/dist/cjs/w/messenger/pq/pqxdh.js +1 -1
- package/dist/cjs/w/messenger/pq/session.d.ts +6 -4
- package/dist/cjs/w/messenger/pq/session.js +1 -1
- package/dist/cjs/w/messenger/pq/spqr.js +1 -1
- package/dist/cjs/w/messenger/pq/store-adapter.d.ts +1 -3
- package/dist/cjs/w/messenger/pq/store-adapter.js +1 -1
- package/dist/cjs/w/messenger/pq/types.d.ts +4 -5
- package/dist/cjs/w/messenger/pq/types.js +1 -1
- package/dist/cjs/w/messenger/session.d.ts +4 -5
- package/dist/cjs/w/messenger/session.js +1 -1
- package/dist/cjs/w/messenger/storage.js +1 -1
- package/dist/cjs/w/messenger/types.d.ts +7 -10
- package/dist/cjs/w/messenger/types.js +1 -1
- package/dist/cjs/w/query/object.js +1 -1
- package/dist/esm/_deps/bcs/bcs-type.d.ts +127 -0
- package/dist/esm/_deps/bcs/bcs-type.js +1 -0
- package/dist/esm/_deps/bcs/bcs.d.ts +49 -0
- package/dist/esm/_deps/bcs/bcs.js +1 -0
- package/dist/esm/_deps/bcs/index.d.ts +16 -0
- package/dist/esm/_deps/bcs/index.js +1 -0
- package/dist/esm/_deps/bcs/reader.d.ts +15 -0
- package/dist/esm/_deps/bcs/reader.js +1 -0
- package/dist/esm/_deps/bcs/types.d.ts +24 -0
- package/dist/esm/_deps/bcs/types.js +1 -0
- package/dist/esm/_deps/bcs/uleb.d.ts +5 -0
- package/dist/esm/_deps/bcs/uleb.js +1 -0
- package/dist/esm/_deps/bcs/utils.d.ts +4 -0
- package/dist/esm/_deps/bcs/utils.js +1 -0
- package/dist/esm/_deps/bcs/writer.d.ts +28 -0
- package/dist/esm/_deps/bcs/writer.js +1 -0
- package/dist/esm/_deps/utils/b58.d.ts +2 -0
- package/dist/esm/_deps/utils/b58.js +1 -0
- package/dist/esm/_deps/utils/b64.d.ts +2 -0
- package/dist/esm/_deps/utils/b64.js +1 -0
- package/dist/esm/_deps/utils/chunk.d.ts +1 -0
- package/dist/esm/_deps/utils/chunk.js +1 -0
- package/dist/esm/_deps/utils/dataloader.d.ts +43 -0
- package/dist/esm/_deps/utils/dataloader.js +1 -0
- package/dist/esm/_deps/utils/hex.d.ts +2 -0
- package/dist/esm/_deps/utils/hex.js +1 -0
- package/dist/esm/_deps/utils/index.d.ts +7 -0
- package/dist/esm/_deps/utils/index.js +1 -0
- package/dist/esm/_deps/utils/types.d.ts +4 -0
- package/dist/esm/_deps/utils/types.js +1 -0
- package/dist/esm/_deps/utils/with-resolver.d.ts +6 -0
- package/dist/esm/_deps/utils/with-resolver.js +1 -0
- package/dist/esm/bcs/bcs.d.ts +275 -313
- package/dist/esm/bcs/bcs.js +1 -1
- package/dist/esm/bcs/effects.d.ts +193 -193
- package/dist/esm/bcs/effects.js +1 -1
- package/dist/esm/bcs/index.d.ts +1 -1
- package/dist/esm/bcs/index.js +1 -1
- package/dist/esm/bcs/pure.d.ts +1 -1
- package/dist/esm/bcs/pure.js +1 -1
- package/dist/esm/bcs/type-tag-serializer.js +1 -1
- package/dist/esm/cryptography/index.d.ts +1 -1
- package/dist/esm/cryptography/index.js +1 -1
- package/dist/esm/cryptography/intent.js +1 -1
- package/dist/esm/cryptography/keypair.d.ts +2 -2
- package/dist/esm/cryptography/keypair.js +1 -1
- package/dist/esm/cryptography/mnemonics.js +1 -1
- package/dist/esm/cryptography/publickey.d.ts +1 -1
- package/dist/esm/cryptography/publickey.js +1 -1
- package/dist/esm/cryptography/signature-scheme.d.ts +4 -15
- package/dist/esm/cryptography/signature-scheme.js +1 -1
- package/dist/esm/cryptography/signature.d.ts +1 -9
- package/dist/esm/cryptography/signature.js +1 -1
- package/dist/esm/experimental/client.d.ts +1 -1
- package/dist/esm/grpc/client.d.ts +0 -2
- package/dist/esm/grpc/client.js +1 -1
- package/dist/esm/grpc/core.js +1 -1
- package/dist/esm/grpc/proto/google/protobuf/any.d.ts +7 -0
- package/dist/esm/grpc/proto/google/protobuf/any.js +1 -1
- package/dist/esm/grpc/proto/google/protobuf/duration.d.ts +8 -0
- package/dist/esm/grpc/proto/google/protobuf/duration.js +1 -1
- package/dist/esm/grpc/proto/google/protobuf/empty.d.ts +8 -0
- package/dist/esm/grpc/proto/google/protobuf/empty.js +1 -1
- package/dist/esm/grpc/proto/google/protobuf/field_mask.d.ts +8 -0
- package/dist/esm/grpc/proto/google/protobuf/field_mask.js +1 -1
- package/dist/esm/grpc/proto/google/protobuf/struct.d.ts +15 -0
- package/dist/esm/grpc/proto/google/protobuf/struct.js +1 -1
- package/dist/esm/grpc/proto/google/protobuf/timestamp.d.ts +8 -0
- package/dist/esm/grpc/proto/google/protobuf/timestamp.js +1 -1
- package/dist/esm/grpc/proto/google/rpc/error_details.d.ts +48 -0
- package/dist/esm/grpc/proto/google/rpc/error_details.js +1 -1
- package/dist/esm/grpc/proto/google/rpc/status.d.ts +8 -0
- package/dist/esm/grpc/proto/google/rpc/status.js +1 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/checkpoint.js +1 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/checkpoint_contents.js +1 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/checkpoint_summary.js +1 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/effects.js +1 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/event.js +1 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/executed_transaction.js +1 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/execution_status.d.ts +2 -2
- package/dist/esm/grpc/proto/sui/rpc/v2/execution_status.js +1 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/ledger_service.js +1 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/move_package.js +1 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/move_package_service.js +1 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/object.js +1 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/signature.d.ts +9 -87
- package/dist/esm/grpc/proto/sui/rpc/v2/signature.js +1 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/signature_scheme.d.ts +2 -6
- package/dist/esm/grpc/proto/sui/rpc/v2/signature_scheme.js +1 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/signature_verification_service.d.ts +0 -2
- package/dist/esm/grpc/proto/sui/rpc/v2/signature_verification_service.js +1 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/state_service.js +1 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/system_state.d.ts +2 -2
- package/dist/esm/grpc/proto/sui/rpc/v2/system_state.js +1 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/transaction.d.ts +13 -51
- package/dist/esm/grpc/proto/sui/rpc/v2/transaction.js +1 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/transaction_execution_service.js +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/jsonRpc/client.js +1 -1
- package/dist/esm/jsonRpc/core.js +1 -1
- package/dist/esm/jsonRpc/json-rpc-resolver.js +1 -1
- package/dist/esm/jsonRpc/types/chain.d.ts +0 -5
- package/dist/esm/jsonRpc/types/generated.d.ts +5 -57
- package/dist/esm/jsonRpc/types/params.d.ts +0 -17
- package/dist/esm/keypairs/falcon512/index.d.ts +2 -0
- package/dist/esm/keypairs/falcon512/index.js +1 -0
- package/dist/esm/keypairs/falcon512/keypair.d.ts +19 -0
- package/dist/esm/keypairs/falcon512/keypair.js +1 -0
- package/dist/{cjs/keypairs/ed25519 → esm/keypairs/falcon512}/publickey.d.ts +2 -2
- package/dist/esm/keypairs/falcon512/publickey.js +1 -0
- package/dist/esm/keypairs/index.d.ts +1 -4
- package/dist/esm/keypairs/index.js +1 -1
- package/dist/esm/multisig/publickey.js +1 -1
- package/dist/esm/multisig/signer.js +1 -1
- package/dist/esm/transactions/Commands.js +1 -1
- package/dist/esm/transactions/Inputs.d.ts +1 -1
- package/dist/esm/transactions/Inputs.js +1 -1
- package/dist/esm/transactions/Transaction.d.ts +5 -5
- package/dist/esm/transactions/Transaction.js +1 -1
- package/dist/esm/transactions/TransactionData.js +1 -1
- package/dist/esm/transactions/__tests__/Transaction.test.js +1 -1
- package/dist/esm/transactions/__tests__/bcs.test.js +1 -1
- package/dist/esm/transactions/data/internal.d.ts +2 -2
- package/dist/esm/transactions/data/v1.d.ts +2 -2
- package/dist/esm/transactions/data/v1.js +1 -1
- package/dist/esm/transactions/data/v2.d.ts +1 -1
- package/dist/esm/transactions/executor/parallel.js +1 -1
- package/dist/esm/transactions/executor/serial.js +1 -1
- package/dist/esm/transactions/pure.d.ts +1 -1
- package/dist/esm/transactions/pure.js +1 -1
- package/dist/esm/transactions/serializer.d.ts +1 -1
- package/dist/esm/utils/dynamic-fields.js +1 -1
- package/dist/esm/utils/index.d.ts +1 -1
- package/dist/esm/utils/index.js +1 -1
- package/dist/esm/utils/move-registry.js +1 -1
- package/dist/esm/utils/sui-types.js +1 -1
- package/dist/esm/verify/verify.js +1 -1
- package/dist/esm/w/call/arbitration.js +1 -1
- package/dist/esm/w/call/base.js +1 -1
- package/dist/esm/w/call/contact.js +1 -1
- package/dist/esm/w/call/demand.js +1 -1
- package/dist/esm/w/call/guard.js +1 -1
- package/dist/esm/w/call/machine.js +1 -1
- package/dist/esm/w/call/personal.js +1 -1
- package/dist/esm/w/call/proof.d.ts +3 -3
- package/dist/esm/w/call/proof.js +1 -1
- package/dist/esm/w/call/repository.js +1 -1
- package/dist/esm/w/call/reward.js +1 -1
- package/dist/esm/w/call/service.js +1 -1
- package/dist/esm/w/call/treasury.js +1 -1
- package/dist/esm/w/local/account.d.ts +11 -4
- package/dist/esm/w/local/account.js +1 -1
- package/dist/esm/w/local/storage.js +1 -1
- package/dist/esm/w/local/util.js +1 -1
- package/dist/esm/w/local/wip.d.ts +1 -1
- package/dist/esm/w/local/wip.js +1 -1
- package/dist/esm/w/messenger/crypto.d.ts +1 -3
- package/dist/esm/w/messenger/crypto.js +1 -1
- package/dist/esm/w/messenger/messenger-api.js +1 -1
- package/dist/esm/w/messenger/messenger-manager.js +1 -1
- package/dist/esm/w/messenger/messenger.js +1 -1
- package/dist/esm/w/messenger/pq/crypto.d.ts +6 -6
- package/dist/esm/w/messenger/pq/crypto.js +1 -1
- package/dist/esm/w/messenger/pq/pqxdh.d.ts +3 -6
- package/dist/esm/w/messenger/pq/pqxdh.js +1 -1
- package/dist/esm/w/messenger/pq/session.d.ts +6 -4
- package/dist/esm/w/messenger/pq/session.js +1 -1
- package/dist/esm/w/messenger/pq/spqr.js +1 -1
- package/dist/esm/w/messenger/pq/store-adapter.d.ts +1 -3
- package/dist/esm/w/messenger/pq/store-adapter.js +1 -1
- package/dist/esm/w/messenger/pq/types.d.ts +4 -5
- package/dist/esm/w/messenger/pq/types.js +1 -1
- package/dist/esm/w/messenger/session.d.ts +4 -5
- package/dist/esm/w/messenger/session.js +1 -1
- package/dist/esm/w/messenger/storage.js +1 -1
- package/dist/esm/w/messenger/types.d.ts +7 -10
- package/dist/esm/w/messenger/types.js +1 -1
- package/dist/esm/w/query/object.js +1 -1
- package/package.json +22 -24
- package/dist/cjs/grpc/proto/sui/rpc/v2/jwk.d.ts +0 -20
- package/dist/cjs/grpc/proto/sui/rpc/v2/jwk.js +0 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/name_service.client.d.ts +0 -23
- package/dist/cjs/grpc/proto/sui/rpc/v2/name_service.client.js +0 -1
- package/dist/cjs/grpc/proto/sui/rpc/v2/name_service.d.ts +0 -47
- package/dist/cjs/grpc/proto/sui/rpc/v2/name_service.js +0 -1
- package/dist/cjs/keypairs/ed25519/ed25519-hd-key.d.ts +0 -8
- package/dist/cjs/keypairs/ed25519/ed25519-hd-key.js +0 -1
- package/dist/cjs/keypairs/ed25519/index.d.ts +0 -2
- package/dist/cjs/keypairs/ed25519/index.js +0 -1
- package/dist/cjs/keypairs/ed25519/keypair.d.ts +0 -22
- package/dist/cjs/keypairs/ed25519/keypair.js +0 -1
- package/dist/cjs/keypairs/ed25519/publickey.js +0 -1
- package/dist/cjs/keypairs/passkey/index.d.ts +0 -3
- package/dist/cjs/keypairs/passkey/index.js +0 -1
- package/dist/cjs/keypairs/passkey/keypair.d.ts +0 -33
- package/dist/cjs/keypairs/passkey/keypair.js +0 -1
- package/dist/cjs/keypairs/passkey/publickey.d.ts +0 -25
- package/dist/cjs/keypairs/passkey/publickey.js +0 -1
- package/dist/cjs/keypairs/passkey/types.d.ts +0 -6
- package/dist/cjs/keypairs/secp256k1/index.d.ts +0 -2
- package/dist/cjs/keypairs/secp256k1/index.js +0 -1
- package/dist/cjs/keypairs/secp256k1/keypair.d.ts +0 -22
- package/dist/cjs/keypairs/secp256k1/keypair.js +0 -1
- package/dist/cjs/keypairs/secp256k1/publickey.d.ts +0 -11
- package/dist/cjs/keypairs/secp256k1/publickey.js +0 -1
- package/dist/cjs/keypairs/secp256r1/index.d.ts +0 -2
- package/dist/cjs/keypairs/secp256r1/index.js +0 -1
- package/dist/cjs/keypairs/secp256r1/keypair.d.ts +0 -22
- package/dist/cjs/keypairs/secp256r1/keypair.js +0 -1
- package/dist/cjs/keypairs/secp256r1/publickey.d.ts +0 -11
- package/dist/cjs/keypairs/secp256r1/publickey.js +0 -1
- package/dist/cjs/utils/suins.d.ts +0 -2
- package/dist/cjs/utils/suins.js +0 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/jwk.d.ts +0 -20
- package/dist/esm/grpc/proto/sui/rpc/v2/jwk.js +0 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/name_service.client.d.ts +0 -23
- package/dist/esm/grpc/proto/sui/rpc/v2/name_service.client.js +0 -1
- package/dist/esm/grpc/proto/sui/rpc/v2/name_service.d.ts +0 -47
- package/dist/esm/grpc/proto/sui/rpc/v2/name_service.js +0 -1
- package/dist/esm/keypairs/ed25519/ed25519-hd-key.d.ts +0 -8
- package/dist/esm/keypairs/ed25519/ed25519-hd-key.js +0 -1
- package/dist/esm/keypairs/ed25519/index.d.ts +0 -2
- package/dist/esm/keypairs/ed25519/index.js +0 -1
- package/dist/esm/keypairs/ed25519/keypair.d.ts +0 -22
- package/dist/esm/keypairs/ed25519/keypair.js +0 -1
- package/dist/esm/keypairs/ed25519/publickey.js +0 -1
- package/dist/esm/keypairs/passkey/index.d.ts +0 -3
- package/dist/esm/keypairs/passkey/index.js +0 -1
- package/dist/esm/keypairs/passkey/keypair.d.ts +0 -33
- package/dist/esm/keypairs/passkey/keypair.js +0 -1
- package/dist/esm/keypairs/passkey/publickey.d.ts +0 -25
- package/dist/esm/keypairs/passkey/publickey.js +0 -1
- package/dist/esm/keypairs/passkey/types.d.ts +0 -6
- package/dist/esm/keypairs/secp256k1/index.d.ts +0 -2
- package/dist/esm/keypairs/secp256k1/index.js +0 -1
- package/dist/esm/keypairs/secp256k1/keypair.d.ts +0 -22
- package/dist/esm/keypairs/secp256k1/keypair.js +0 -1
- package/dist/esm/keypairs/secp256k1/publickey.d.ts +0 -11
- package/dist/esm/keypairs/secp256k1/publickey.js +0 -1
- package/dist/esm/keypairs/secp256r1/index.d.ts +0 -2
- package/dist/esm/keypairs/secp256r1/index.js +0 -1
- package/dist/esm/keypairs/secp256r1/keypair.d.ts +0 -22
- package/dist/esm/keypairs/secp256r1/keypair.js +0 -1
- package/dist/esm/keypairs/secp256r1/publickey.d.ts +0 -11
- package/dist/esm/keypairs/secp256r1/publickey.js +0 -1
- package/dist/esm/utils/suins.d.ts +0 -2
- package/dist/esm/utils/suins.js +0 -1
- /package/dist/cjs/{keypairs/passkey → _deps/bcs}/types.js +0 -0
- /package/dist/{esm/keypairs/passkey → cjs/_deps/utils}/types.js +0 -0
package/dist/cjs/bcs/bcs.d.ts
CHANGED
|
@@ -1,62 +1,62 @@
|
|
|
1
|
-
import type { BcsType } from "
|
|
1
|
+
import type { BcsType } from "../_deps/bcs/index.js";
|
|
2
2
|
import type { TypeTag as TypeTagType } from "./types.js";
|
|
3
3
|
export declare const Address: BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
4
4
|
export declare const ObjectDigest: BcsType<string, string, "ObjectDigest">;
|
|
5
|
-
export declare const SuiObjectRef: import("
|
|
5
|
+
export declare const SuiObjectRef: import("../_deps/bcs/bcs-type.js").BcsStruct<{
|
|
6
6
|
objectId: BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
7
7
|
version: BcsType<string, string | number | bigint, "u64">;
|
|
8
8
|
digest: BcsType<string, string, "ObjectDigest">;
|
|
9
9
|
}, string>;
|
|
10
|
-
export declare const SharedObjectRef: import("
|
|
10
|
+
export declare const SharedObjectRef: import("../_deps/bcs/bcs-type.js").BcsStruct<{
|
|
11
11
|
objectId: BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
12
12
|
initialSharedVersion: BcsType<string, string | number | bigint, "u64">;
|
|
13
13
|
mutable: BcsType<boolean, boolean, "bool">;
|
|
14
14
|
}, string>;
|
|
15
|
-
export declare const ObjectArg: import("
|
|
16
|
-
ImmOrOwnedObject: import("
|
|
15
|
+
export declare const ObjectArg: import("../_deps/bcs/bcs-type.js").BcsEnum<{
|
|
16
|
+
ImmOrOwnedObject: import("../_deps/bcs/bcs-type.js").BcsStruct<{
|
|
17
17
|
objectId: BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
18
18
|
version: BcsType<string, string | number | bigint, "u64">;
|
|
19
19
|
digest: BcsType<string, string, "ObjectDigest">;
|
|
20
20
|
}, string>;
|
|
21
|
-
SharedObject: import("
|
|
21
|
+
SharedObject: import("../_deps/bcs/bcs-type.js").BcsStruct<{
|
|
22
22
|
objectId: BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
23
23
|
initialSharedVersion: BcsType<string, string | number | bigint, "u64">;
|
|
24
24
|
mutable: BcsType<boolean, boolean, "bool">;
|
|
25
25
|
}, string>;
|
|
26
|
-
Receiving: import("
|
|
26
|
+
Receiving: import("../_deps/bcs/bcs-type.js").BcsStruct<{
|
|
27
27
|
objectId: BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
28
28
|
version: BcsType<string, string | number | bigint, "u64">;
|
|
29
29
|
digest: BcsType<string, string, "ObjectDigest">;
|
|
30
30
|
}, string>;
|
|
31
31
|
}, "ObjectArg">;
|
|
32
|
-
export declare const Owner: import("
|
|
32
|
+
export declare const Owner: import("../_deps/bcs/bcs-type.js").BcsEnum<{
|
|
33
33
|
AddressOwner: BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
34
34
|
ObjectOwner: BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
35
|
-
Shared: import("
|
|
35
|
+
Shared: import("../_deps/bcs/bcs-type.js").BcsStruct<{
|
|
36
36
|
initialSharedVersion: BcsType<string, string | number | bigint, "u64">;
|
|
37
37
|
}, string>;
|
|
38
38
|
Immutable: any;
|
|
39
|
-
ConsensusAddressOwner: import("
|
|
39
|
+
ConsensusAddressOwner: import("../_deps/bcs/bcs-type.js").BcsStruct<{
|
|
40
40
|
owner: BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
41
41
|
startVersion: BcsType<string, string | number | bigint, "u64">;
|
|
42
42
|
}, string>;
|
|
43
43
|
}, "Owner">;
|
|
44
|
-
export declare const CallArg: import("
|
|
45
|
-
Pure: import("
|
|
44
|
+
export declare const CallArg: import("../_deps/bcs/bcs-type.js").BcsEnum<{
|
|
45
|
+
Pure: import("../_deps/bcs/bcs-type.js").BcsStruct<{
|
|
46
46
|
bytes: BcsType<string, string | Uint8Array<ArrayBufferLike>, string>;
|
|
47
47
|
}, string>;
|
|
48
|
-
Object: import("
|
|
49
|
-
ImmOrOwnedObject: import("
|
|
48
|
+
Object: import("../_deps/bcs/bcs-type.js").BcsEnum<{
|
|
49
|
+
ImmOrOwnedObject: import("../_deps/bcs/bcs-type.js").BcsStruct<{
|
|
50
50
|
objectId: BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
51
51
|
version: BcsType<string, string | number | bigint, "u64">;
|
|
52
52
|
digest: BcsType<string, string, "ObjectDigest">;
|
|
53
53
|
}, string>;
|
|
54
|
-
SharedObject: import("
|
|
54
|
+
SharedObject: import("../_deps/bcs/bcs-type.js").BcsStruct<{
|
|
55
55
|
objectId: BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
56
56
|
initialSharedVersion: BcsType<string, string | number | bigint, "u64">;
|
|
57
57
|
mutable: BcsType<boolean, boolean, "bool">;
|
|
58
58
|
}, string>;
|
|
59
|
-
Receiving: import("
|
|
59
|
+
Receiving: import("../_deps/bcs/bcs-type.js").BcsStruct<{
|
|
60
60
|
objectId: BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
61
61
|
version: BcsType<string, string | number | bigint, "u64">;
|
|
62
62
|
digest: BcsType<string, string, "ObjectDigest">;
|
|
@@ -64,25 +64,25 @@ export declare const CallArg: import("@mysten/bcs").BcsEnum<{
|
|
|
64
64
|
}, "ObjectArg">;
|
|
65
65
|
}, "CallArg">;
|
|
66
66
|
export declare const TypeTag: BcsType<string, string | TypeTagType, string>;
|
|
67
|
-
export declare const Argument: import("
|
|
67
|
+
export declare const Argument: import("../_deps/bcs/bcs-type.js").BcsEnum<{
|
|
68
68
|
GasCoin: any;
|
|
69
69
|
Input: BcsType<number, number, "u16">;
|
|
70
70
|
Result: BcsType<number, number, "u16">;
|
|
71
|
-
NestedResult: import("
|
|
71
|
+
NestedResult: import("../_deps/bcs/bcs-type.js").BcsTuple<readonly [BcsType<number, number, "u16">, BcsType<number, number, "u16">], string>;
|
|
72
72
|
}, "Argument">;
|
|
73
|
-
export declare const ProgrammableMoveCall: import("
|
|
73
|
+
export declare const ProgrammableMoveCall: import("../_deps/bcs/bcs-type.js").BcsStruct<{
|
|
74
74
|
package: BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
75
75
|
module: BcsType<string, string, "string">;
|
|
76
76
|
function: BcsType<string, string, "string">;
|
|
77
77
|
typeArguments: BcsType<string[], Iterable<string | TypeTagType> & {
|
|
78
78
|
length: number;
|
|
79
79
|
}, string>;
|
|
80
|
-
arguments: BcsType<import("
|
|
80
|
+
arguments: BcsType<import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
81
81
|
GasCoin: unknown;
|
|
82
82
|
Input: number;
|
|
83
83
|
Result: number;
|
|
84
84
|
NestedResult: [number, number];
|
|
85
|
-
}, "GasCoin" | "Input" | "Result" | "NestedResult">[], Iterable<import("
|
|
85
|
+
}, "GasCoin" | "Input" | "Result" | "NestedResult">[], Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
|
|
86
86
|
GasCoin: unknown;
|
|
87
87
|
Input: number;
|
|
88
88
|
Result: number;
|
|
@@ -91,20 +91,20 @@ export declare const ProgrammableMoveCall: import("@mysten/bcs").BcsStruct<{
|
|
|
91
91
|
length: number;
|
|
92
92
|
}, string>;
|
|
93
93
|
}, string>;
|
|
94
|
-
export declare const Command: import("
|
|
95
|
-
MoveCall: import("
|
|
94
|
+
export declare const Command: import("../_deps/bcs/bcs-type.js").BcsEnum<{
|
|
95
|
+
MoveCall: import("../_deps/bcs/bcs-type.js").BcsStruct<{
|
|
96
96
|
package: BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
97
97
|
module: BcsType<string, string, "string">;
|
|
98
98
|
function: BcsType<string, string, "string">;
|
|
99
99
|
typeArguments: BcsType<string[], Iterable<string | TypeTagType> & {
|
|
100
100
|
length: number;
|
|
101
101
|
}, string>;
|
|
102
|
-
arguments: BcsType<import("
|
|
102
|
+
arguments: BcsType<import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
103
103
|
GasCoin: unknown;
|
|
104
104
|
Input: number;
|
|
105
105
|
Result: number;
|
|
106
106
|
NestedResult: [number, number];
|
|
107
|
-
}, "GasCoin" | "Input" | "Result" | "NestedResult">[], Iterable<import("
|
|
107
|
+
}, "GasCoin" | "Input" | "Result" | "NestedResult">[], Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
|
|
108
108
|
GasCoin: unknown;
|
|
109
109
|
Input: number;
|
|
110
110
|
Result: number;
|
|
@@ -113,13 +113,13 @@ export declare const Command: import("@mysten/bcs").BcsEnum<{
|
|
|
113
113
|
length: number;
|
|
114
114
|
}, string>;
|
|
115
115
|
}, string>;
|
|
116
|
-
TransferObjects: import("
|
|
117
|
-
objects: BcsType<import("
|
|
116
|
+
TransferObjects: import("../_deps/bcs/bcs-type.js").BcsStruct<{
|
|
117
|
+
objects: BcsType<import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
118
118
|
GasCoin: unknown;
|
|
119
119
|
Input: number;
|
|
120
120
|
Result: number;
|
|
121
121
|
NestedResult: [number, number];
|
|
122
|
-
}, "GasCoin" | "Input" | "Result" | "NestedResult">[], Iterable<import("
|
|
122
|
+
}, "GasCoin" | "Input" | "Result" | "NestedResult">[], Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
|
|
123
123
|
GasCoin: unknown;
|
|
124
124
|
Input: number;
|
|
125
125
|
Result: number;
|
|
@@ -127,26 +127,26 @@ export declare const Command: import("@mysten/bcs").BcsEnum<{
|
|
|
127
127
|
}>> & {
|
|
128
128
|
length: number;
|
|
129
129
|
}, string>;
|
|
130
|
-
address: import("
|
|
130
|
+
address: import("../_deps/bcs/bcs-type.js").BcsEnum<{
|
|
131
131
|
GasCoin: any;
|
|
132
132
|
Input: BcsType<number, number, "u16">;
|
|
133
133
|
Result: BcsType<number, number, "u16">;
|
|
134
|
-
NestedResult: import("
|
|
134
|
+
NestedResult: import("../_deps/bcs/bcs-type.js").BcsTuple<readonly [BcsType<number, number, "u16">, BcsType<number, number, "u16">], string>;
|
|
135
135
|
}, "Argument">;
|
|
136
136
|
}, string>;
|
|
137
|
-
SplitCoins: import("
|
|
138
|
-
coin: import("
|
|
137
|
+
SplitCoins: import("../_deps/bcs/bcs-type.js").BcsStruct<{
|
|
138
|
+
coin: import("../_deps/bcs/bcs-type.js").BcsEnum<{
|
|
139
139
|
GasCoin: any;
|
|
140
140
|
Input: BcsType<number, number, "u16">;
|
|
141
141
|
Result: BcsType<number, number, "u16">;
|
|
142
|
-
NestedResult: import("
|
|
142
|
+
NestedResult: import("../_deps/bcs/bcs-type.js").BcsTuple<readonly [BcsType<number, number, "u16">, BcsType<number, number, "u16">], string>;
|
|
143
143
|
}, "Argument">;
|
|
144
|
-
amounts: BcsType<import("
|
|
144
|
+
amounts: BcsType<import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
145
145
|
GasCoin: unknown;
|
|
146
146
|
Input: number;
|
|
147
147
|
Result: number;
|
|
148
148
|
NestedResult: [number, number];
|
|
149
|
-
}, "GasCoin" | "Input" | "Result" | "NestedResult">[], Iterable<import("
|
|
149
|
+
}, "GasCoin" | "Input" | "Result" | "NestedResult">[], Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
|
|
150
150
|
GasCoin: unknown;
|
|
151
151
|
Input: number;
|
|
152
152
|
Result: number;
|
|
@@ -155,19 +155,19 @@ export declare const Command: import("@mysten/bcs").BcsEnum<{
|
|
|
155
155
|
length: number;
|
|
156
156
|
}, string>;
|
|
157
157
|
}, string>;
|
|
158
|
-
MergeCoins: import("
|
|
159
|
-
destination: import("
|
|
158
|
+
MergeCoins: import("../_deps/bcs/bcs-type.js").BcsStruct<{
|
|
159
|
+
destination: import("../_deps/bcs/bcs-type.js").BcsEnum<{
|
|
160
160
|
GasCoin: any;
|
|
161
161
|
Input: BcsType<number, number, "u16">;
|
|
162
162
|
Result: BcsType<number, number, "u16">;
|
|
163
|
-
NestedResult: import("
|
|
163
|
+
NestedResult: import("../_deps/bcs/bcs-type.js").BcsTuple<readonly [BcsType<number, number, "u16">, BcsType<number, number, "u16">], string>;
|
|
164
164
|
}, "Argument">;
|
|
165
|
-
sources: BcsType<import("
|
|
165
|
+
sources: BcsType<import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
166
166
|
GasCoin: unknown;
|
|
167
167
|
Input: number;
|
|
168
168
|
Result: number;
|
|
169
169
|
NestedResult: [number, number];
|
|
170
|
-
}, "GasCoin" | "Input" | "Result" | "NestedResult">[], Iterable<import("
|
|
170
|
+
}, "GasCoin" | "Input" | "Result" | "NestedResult">[], Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
|
|
171
171
|
GasCoin: unknown;
|
|
172
172
|
Input: number;
|
|
173
173
|
Result: number;
|
|
@@ -176,7 +176,7 @@ export declare const Command: import("@mysten/bcs").BcsEnum<{
|
|
|
176
176
|
length: number;
|
|
177
177
|
}, string>;
|
|
178
178
|
}, string>;
|
|
179
|
-
Publish: import("
|
|
179
|
+
Publish: import("../_deps/bcs/bcs-type.js").BcsStruct<{
|
|
180
180
|
modules: BcsType<string[], Iterable<string | Uint8Array<ArrayBufferLike>> & {
|
|
181
181
|
length: number;
|
|
182
182
|
}, string>;
|
|
@@ -184,14 +184,14 @@ export declare const Command: import("@mysten/bcs").BcsEnum<{
|
|
|
184
184
|
length: number;
|
|
185
185
|
}, string>;
|
|
186
186
|
}, string>;
|
|
187
|
-
MakeMoveVec: import("
|
|
187
|
+
MakeMoveVec: import("../_deps/bcs/bcs-type.js").BcsStruct<{
|
|
188
188
|
type: BcsType<string, string, string>;
|
|
189
|
-
elements: BcsType<import("
|
|
189
|
+
elements: BcsType<import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
190
190
|
GasCoin: unknown;
|
|
191
191
|
Input: number;
|
|
192
192
|
Result: number;
|
|
193
193
|
NestedResult: [number, number];
|
|
194
|
-
}, "GasCoin" | "Input" | "Result" | "NestedResult">[], Iterable<import("
|
|
194
|
+
}, "GasCoin" | "Input" | "Result" | "NestedResult">[], Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
|
|
195
195
|
GasCoin: unknown;
|
|
196
196
|
Input: number;
|
|
197
197
|
Result: number;
|
|
@@ -200,7 +200,7 @@ export declare const Command: import("@mysten/bcs").BcsEnum<{
|
|
|
200
200
|
length: number;
|
|
201
201
|
}, string>;
|
|
202
202
|
}, string>;
|
|
203
|
-
Upgrade: import("
|
|
203
|
+
Upgrade: import("../_deps/bcs/bcs-type.js").BcsStruct<{
|
|
204
204
|
modules: BcsType<string[], Iterable<string | Uint8Array<ArrayBufferLike>> & {
|
|
205
205
|
length: number;
|
|
206
206
|
}, string>;
|
|
@@ -208,20 +208,20 @@ export declare const Command: import("@mysten/bcs").BcsEnum<{
|
|
|
208
208
|
length: number;
|
|
209
209
|
}, string>;
|
|
210
210
|
package: BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
211
|
-
ticket: import("
|
|
211
|
+
ticket: import("../_deps/bcs/bcs-type.js").BcsEnum<{
|
|
212
212
|
GasCoin: any;
|
|
213
213
|
Input: BcsType<number, number, "u16">;
|
|
214
214
|
Result: BcsType<number, number, "u16">;
|
|
215
|
-
NestedResult: import("
|
|
215
|
+
NestedResult: import("../_deps/bcs/bcs-type.js").BcsTuple<readonly [BcsType<number, number, "u16">, BcsType<number, number, "u16">], string>;
|
|
216
216
|
}, "Argument">;
|
|
217
217
|
}, string>;
|
|
218
218
|
}, "Command">;
|
|
219
|
-
export declare const ProgrammableTransaction: import("
|
|
220
|
-
inputs: BcsType<import("
|
|
219
|
+
export declare const ProgrammableTransaction: import("../_deps/bcs/bcs-type.js").BcsStruct<{
|
|
220
|
+
inputs: BcsType<import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
221
221
|
Pure: {
|
|
222
222
|
bytes: string;
|
|
223
223
|
};
|
|
224
|
-
Object: import("
|
|
224
|
+
Object: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
225
225
|
ImmOrOwnedObject: {
|
|
226
226
|
objectId: string;
|
|
227
227
|
version: string;
|
|
@@ -238,11 +238,11 @@ export declare const ProgrammableTransaction: import("@mysten/bcs").BcsStruct<{
|
|
|
238
238
|
digest: string;
|
|
239
239
|
};
|
|
240
240
|
}, "ImmOrOwnedObject" | "SharedObject" | "Receiving">;
|
|
241
|
-
}, "Object" | "Pure">[], Iterable<import("
|
|
241
|
+
}, "Object" | "Pure">[], Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
|
|
242
242
|
Pure: {
|
|
243
243
|
bytes: string | Uint8Array<ArrayBufferLike>;
|
|
244
244
|
};
|
|
245
|
-
Object: import("
|
|
245
|
+
Object: import("../_deps/bcs/types.js").EnumInputShape<{
|
|
246
246
|
ImmOrOwnedObject: {
|
|
247
247
|
objectId: string | Uint8Array<ArrayBufferLike>;
|
|
248
248
|
version: string | number | bigint;
|
|
@@ -262,13 +262,13 @@ export declare const ProgrammableTransaction: import("@mysten/bcs").BcsStruct<{
|
|
|
262
262
|
}>> & {
|
|
263
263
|
length: number;
|
|
264
264
|
}, string>;
|
|
265
|
-
commands: BcsType<import("
|
|
265
|
+
commands: BcsType<import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
266
266
|
MoveCall: {
|
|
267
267
|
package: string;
|
|
268
268
|
module: string;
|
|
269
269
|
function: string;
|
|
270
270
|
typeArguments: string[];
|
|
271
|
-
arguments: import("
|
|
271
|
+
arguments: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
272
272
|
GasCoin: unknown;
|
|
273
273
|
Input: number;
|
|
274
274
|
Result: number;
|
|
@@ -276,13 +276,13 @@ export declare const ProgrammableTransaction: import("@mysten/bcs").BcsStruct<{
|
|
|
276
276
|
}, "GasCoin" | "Input" | "Result" | "NestedResult">[];
|
|
277
277
|
};
|
|
278
278
|
TransferObjects: {
|
|
279
|
-
objects: import("
|
|
279
|
+
objects: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
280
280
|
GasCoin: unknown;
|
|
281
281
|
Input: number;
|
|
282
282
|
Result: number;
|
|
283
283
|
NestedResult: [number, number];
|
|
284
284
|
}, "GasCoin" | "Input" | "Result" | "NestedResult">[];
|
|
285
|
-
address: import("
|
|
285
|
+
address: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
286
286
|
GasCoin: unknown;
|
|
287
287
|
Input: number;
|
|
288
288
|
Result: number;
|
|
@@ -290,13 +290,13 @@ export declare const ProgrammableTransaction: import("@mysten/bcs").BcsStruct<{
|
|
|
290
290
|
}, "GasCoin" | "Input" | "Result" | "NestedResult">;
|
|
291
291
|
};
|
|
292
292
|
SplitCoins: {
|
|
293
|
-
coin: import("
|
|
293
|
+
coin: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
294
294
|
GasCoin: unknown;
|
|
295
295
|
Input: number;
|
|
296
296
|
Result: number;
|
|
297
297
|
NestedResult: [number, number];
|
|
298
298
|
}, "GasCoin" | "Input" | "Result" | "NestedResult">;
|
|
299
|
-
amounts: import("
|
|
299
|
+
amounts: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
300
300
|
GasCoin: unknown;
|
|
301
301
|
Input: number;
|
|
302
302
|
Result: number;
|
|
@@ -304,13 +304,13 @@ export declare const ProgrammableTransaction: import("@mysten/bcs").BcsStruct<{
|
|
|
304
304
|
}, "GasCoin" | "Input" | "Result" | "NestedResult">[];
|
|
305
305
|
};
|
|
306
306
|
MergeCoins: {
|
|
307
|
-
destination: import("
|
|
307
|
+
destination: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
308
308
|
GasCoin: unknown;
|
|
309
309
|
Input: number;
|
|
310
310
|
Result: number;
|
|
311
311
|
NestedResult: [number, number];
|
|
312
312
|
}, "GasCoin" | "Input" | "Result" | "NestedResult">;
|
|
313
|
-
sources: import("
|
|
313
|
+
sources: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
314
314
|
GasCoin: unknown;
|
|
315
315
|
Input: number;
|
|
316
316
|
Result: number;
|
|
@@ -323,7 +323,7 @@ export declare const ProgrammableTransaction: import("@mysten/bcs").BcsStruct<{
|
|
|
323
323
|
};
|
|
324
324
|
MakeMoveVec: {
|
|
325
325
|
type: string;
|
|
326
|
-
elements: import("
|
|
326
|
+
elements: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
327
327
|
GasCoin: unknown;
|
|
328
328
|
Input: number;
|
|
329
329
|
Result: number;
|
|
@@ -334,14 +334,14 @@ export declare const ProgrammableTransaction: import("@mysten/bcs").BcsStruct<{
|
|
|
334
334
|
modules: string[];
|
|
335
335
|
dependencies: string[];
|
|
336
336
|
package: string;
|
|
337
|
-
ticket: import("
|
|
337
|
+
ticket: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
338
338
|
GasCoin: unknown;
|
|
339
339
|
Input: number;
|
|
340
340
|
Result: number;
|
|
341
341
|
NestedResult: [number, number];
|
|
342
342
|
}, "GasCoin" | "Input" | "Result" | "NestedResult">;
|
|
343
343
|
};
|
|
344
|
-
}, "MoveCall" | "TransferObjects" | "SplitCoins" | "MergeCoins" | "Publish" | "MakeMoveVec" | "Upgrade">[], Iterable<import("
|
|
344
|
+
}, "MoveCall" | "TransferObjects" | "SplitCoins" | "MergeCoins" | "Publish" | "MakeMoveVec" | "Upgrade">[], Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
|
|
345
345
|
MoveCall: {
|
|
346
346
|
package: string | Uint8Array<ArrayBufferLike>;
|
|
347
347
|
module: string;
|
|
@@ -349,7 +349,7 @@ export declare const ProgrammableTransaction: import("@mysten/bcs").BcsStruct<{
|
|
|
349
349
|
typeArguments: Iterable<string | TypeTagType> & {
|
|
350
350
|
length: number;
|
|
351
351
|
};
|
|
352
|
-
arguments: Iterable<import("
|
|
352
|
+
arguments: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
|
|
353
353
|
GasCoin: unknown;
|
|
354
354
|
Input: number;
|
|
355
355
|
Result: number;
|
|
@@ -359,7 +359,7 @@ export declare const ProgrammableTransaction: import("@mysten/bcs").BcsStruct<{
|
|
|
359
359
|
};
|
|
360
360
|
};
|
|
361
361
|
TransferObjects: {
|
|
362
|
-
objects: Iterable<import("
|
|
362
|
+
objects: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
|
|
363
363
|
GasCoin: unknown;
|
|
364
364
|
Input: number;
|
|
365
365
|
Result: number;
|
|
@@ -367,7 +367,7 @@ export declare const ProgrammableTransaction: import("@mysten/bcs").BcsStruct<{
|
|
|
367
367
|
}>> & {
|
|
368
368
|
length: number;
|
|
369
369
|
};
|
|
370
|
-
address: import("
|
|
370
|
+
address: import("../_deps/bcs/types.js").EnumInputShape<{
|
|
371
371
|
GasCoin: unknown;
|
|
372
372
|
Input: number;
|
|
373
373
|
Result: number;
|
|
@@ -375,13 +375,13 @@ export declare const ProgrammableTransaction: import("@mysten/bcs").BcsStruct<{
|
|
|
375
375
|
}>;
|
|
376
376
|
};
|
|
377
377
|
SplitCoins: {
|
|
378
|
-
coin: import("
|
|
378
|
+
coin: import("../_deps/bcs/types.js").EnumInputShape<{
|
|
379
379
|
GasCoin: unknown;
|
|
380
380
|
Input: number;
|
|
381
381
|
Result: number;
|
|
382
382
|
NestedResult: readonly [number, number];
|
|
383
383
|
}>;
|
|
384
|
-
amounts: Iterable<import("
|
|
384
|
+
amounts: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
|
|
385
385
|
GasCoin: unknown;
|
|
386
386
|
Input: number;
|
|
387
387
|
Result: number;
|
|
@@ -391,13 +391,13 @@ export declare const ProgrammableTransaction: import("@mysten/bcs").BcsStruct<{
|
|
|
391
391
|
};
|
|
392
392
|
};
|
|
393
393
|
MergeCoins: {
|
|
394
|
-
destination: import("
|
|
394
|
+
destination: import("../_deps/bcs/types.js").EnumInputShape<{
|
|
395
395
|
GasCoin: unknown;
|
|
396
396
|
Input: number;
|
|
397
397
|
Result: number;
|
|
398
398
|
NestedResult: readonly [number, number];
|
|
399
399
|
}>;
|
|
400
|
-
sources: Iterable<import("
|
|
400
|
+
sources: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
|
|
401
401
|
GasCoin: unknown;
|
|
402
402
|
Input: number;
|
|
403
403
|
Result: number;
|
|
@@ -416,7 +416,7 @@ export declare const ProgrammableTransaction: import("@mysten/bcs").BcsStruct<{
|
|
|
416
416
|
};
|
|
417
417
|
MakeMoveVec: {
|
|
418
418
|
type: string;
|
|
419
|
-
elements: Iterable<import("
|
|
419
|
+
elements: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
|
|
420
420
|
GasCoin: unknown;
|
|
421
421
|
Input: number;
|
|
422
422
|
Result: number;
|
|
@@ -433,7 +433,7 @@ export declare const ProgrammableTransaction: import("@mysten/bcs").BcsStruct<{
|
|
|
433
433
|
length: number;
|
|
434
434
|
};
|
|
435
435
|
package: string | Uint8Array<ArrayBufferLike>;
|
|
436
|
-
ticket: import("
|
|
436
|
+
ticket: import("../_deps/bcs/types.js").EnumInputShape<{
|
|
437
437
|
GasCoin: unknown;
|
|
438
438
|
Input: number;
|
|
439
439
|
Result: number;
|
|
@@ -444,13 +444,13 @@ export declare const ProgrammableTransaction: import("@mysten/bcs").BcsStruct<{
|
|
|
444
444
|
length: number;
|
|
445
445
|
}, string>;
|
|
446
446
|
}, string>;
|
|
447
|
-
export declare const TransactionKind: import("
|
|
448
|
-
ProgrammableTransaction: import("
|
|
449
|
-
inputs: BcsType<import("
|
|
447
|
+
export declare const TransactionKind: import("../_deps/bcs/bcs-type.js").BcsEnum<{
|
|
448
|
+
ProgrammableTransaction: import("../_deps/bcs/bcs-type.js").BcsStruct<{
|
|
449
|
+
inputs: BcsType<import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
450
450
|
Pure: {
|
|
451
451
|
bytes: string;
|
|
452
452
|
};
|
|
453
|
-
Object: import("
|
|
453
|
+
Object: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
454
454
|
ImmOrOwnedObject: {
|
|
455
455
|
objectId: string;
|
|
456
456
|
version: string;
|
|
@@ -467,11 +467,11 @@ export declare const TransactionKind: import("@mysten/bcs").BcsEnum<{
|
|
|
467
467
|
digest: string;
|
|
468
468
|
};
|
|
469
469
|
}, "ImmOrOwnedObject" | "SharedObject" | "Receiving">;
|
|
470
|
-
}, "Object" | "Pure">[], Iterable<import("
|
|
470
|
+
}, "Object" | "Pure">[], Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
|
|
471
471
|
Pure: {
|
|
472
472
|
bytes: string | Uint8Array<ArrayBufferLike>;
|
|
473
473
|
};
|
|
474
|
-
Object: import("
|
|
474
|
+
Object: import("../_deps/bcs/types.js").EnumInputShape<{
|
|
475
475
|
ImmOrOwnedObject: {
|
|
476
476
|
objectId: string | Uint8Array<ArrayBufferLike>;
|
|
477
477
|
version: string | number | bigint;
|
|
@@ -491,13 +491,13 @@ export declare const TransactionKind: import("@mysten/bcs").BcsEnum<{
|
|
|
491
491
|
}>> & {
|
|
492
492
|
length: number;
|
|
493
493
|
}, string>;
|
|
494
|
-
commands: BcsType<import("
|
|
494
|
+
commands: BcsType<import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
495
495
|
MoveCall: {
|
|
496
496
|
package: string;
|
|
497
497
|
module: string;
|
|
498
498
|
function: string;
|
|
499
499
|
typeArguments: string[];
|
|
500
|
-
arguments: import("
|
|
500
|
+
arguments: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
501
501
|
GasCoin: unknown;
|
|
502
502
|
Input: number;
|
|
503
503
|
Result: number;
|
|
@@ -505,13 +505,13 @@ export declare const TransactionKind: import("@mysten/bcs").BcsEnum<{
|
|
|
505
505
|
}, "GasCoin" | "Input" | "Result" | "NestedResult">[];
|
|
506
506
|
};
|
|
507
507
|
TransferObjects: {
|
|
508
|
-
objects: import("
|
|
508
|
+
objects: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
509
509
|
GasCoin: unknown;
|
|
510
510
|
Input: number;
|
|
511
511
|
Result: number;
|
|
512
512
|
NestedResult: [number, number];
|
|
513
513
|
}, "GasCoin" | "Input" | "Result" | "NestedResult">[];
|
|
514
|
-
address: import("
|
|
514
|
+
address: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
515
515
|
GasCoin: unknown;
|
|
516
516
|
Input: number;
|
|
517
517
|
Result: number;
|
|
@@ -519,13 +519,13 @@ export declare const TransactionKind: import("@mysten/bcs").BcsEnum<{
|
|
|
519
519
|
}, "GasCoin" | "Input" | "Result" | "NestedResult">;
|
|
520
520
|
};
|
|
521
521
|
SplitCoins: {
|
|
522
|
-
coin: import("
|
|
522
|
+
coin: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
523
523
|
GasCoin: unknown;
|
|
524
524
|
Input: number;
|
|
525
525
|
Result: number;
|
|
526
526
|
NestedResult: [number, number];
|
|
527
527
|
}, "GasCoin" | "Input" | "Result" | "NestedResult">;
|
|
528
|
-
amounts: import("
|
|
528
|
+
amounts: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
529
529
|
GasCoin: unknown;
|
|
530
530
|
Input: number;
|
|
531
531
|
Result: number;
|
|
@@ -533,13 +533,13 @@ export declare const TransactionKind: import("@mysten/bcs").BcsEnum<{
|
|
|
533
533
|
}, "GasCoin" | "Input" | "Result" | "NestedResult">[];
|
|
534
534
|
};
|
|
535
535
|
MergeCoins: {
|
|
536
|
-
destination: import("
|
|
536
|
+
destination: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
537
537
|
GasCoin: unknown;
|
|
538
538
|
Input: number;
|
|
539
539
|
Result: number;
|
|
540
540
|
NestedResult: [number, number];
|
|
541
541
|
}, "GasCoin" | "Input" | "Result" | "NestedResult">;
|
|
542
|
-
sources: import("
|
|
542
|
+
sources: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
543
543
|
GasCoin: unknown;
|
|
544
544
|
Input: number;
|
|
545
545
|
Result: number;
|
|
@@ -552,7 +552,7 @@ export declare const TransactionKind: import("@mysten/bcs").BcsEnum<{
|
|
|
552
552
|
};
|
|
553
553
|
MakeMoveVec: {
|
|
554
554
|
type: string;
|
|
555
|
-
elements: import("
|
|
555
|
+
elements: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
556
556
|
GasCoin: unknown;
|
|
557
557
|
Input: number;
|
|
558
558
|
Result: number;
|
|
@@ -563,14 +563,14 @@ export declare const TransactionKind: import("@mysten/bcs").BcsEnum<{
|
|
|
563
563
|
modules: string[];
|
|
564
564
|
dependencies: string[];
|
|
565
565
|
package: string;
|
|
566
|
-
ticket: import("
|
|
566
|
+
ticket: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
567
567
|
GasCoin: unknown;
|
|
568
568
|
Input: number;
|
|
569
569
|
Result: number;
|
|
570
570
|
NestedResult: [number, number];
|
|
571
571
|
}, "GasCoin" | "Input" | "Result" | "NestedResult">;
|
|
572
572
|
};
|
|
573
|
-
}, "MoveCall" | "TransferObjects" | "SplitCoins" | "MergeCoins" | "Publish" | "MakeMoveVec" | "Upgrade">[], Iterable<import("
|
|
573
|
+
}, "MoveCall" | "TransferObjects" | "SplitCoins" | "MergeCoins" | "Publish" | "MakeMoveVec" | "Upgrade">[], Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
|
|
574
574
|
MoveCall: {
|
|
575
575
|
package: string | Uint8Array<ArrayBufferLike>;
|
|
576
576
|
module: string;
|
|
@@ -578,7 +578,7 @@ export declare const TransactionKind: import("@mysten/bcs").BcsEnum<{
|
|
|
578
578
|
typeArguments: Iterable<string | TypeTagType> & {
|
|
579
579
|
length: number;
|
|
580
580
|
};
|
|
581
|
-
arguments: Iterable<import("
|
|
581
|
+
arguments: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
|
|
582
582
|
GasCoin: unknown;
|
|
583
583
|
Input: number;
|
|
584
584
|
Result: number;
|
|
@@ -588,7 +588,7 @@ export declare const TransactionKind: import("@mysten/bcs").BcsEnum<{
|
|
|
588
588
|
};
|
|
589
589
|
};
|
|
590
590
|
TransferObjects: {
|
|
591
|
-
objects: Iterable<import("
|
|
591
|
+
objects: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
|
|
592
592
|
GasCoin: unknown;
|
|
593
593
|
Input: number;
|
|
594
594
|
Result: number;
|
|
@@ -596,7 +596,7 @@ export declare const TransactionKind: import("@mysten/bcs").BcsEnum<{
|
|
|
596
596
|
}>> & {
|
|
597
597
|
length: number;
|
|
598
598
|
};
|
|
599
|
-
address: import("
|
|
599
|
+
address: import("../_deps/bcs/types.js").EnumInputShape<{
|
|
600
600
|
GasCoin: unknown;
|
|
601
601
|
Input: number;
|
|
602
602
|
Result: number;
|
|
@@ -604,13 +604,13 @@ export declare const TransactionKind: import("@mysten/bcs").BcsEnum<{
|
|
|
604
604
|
}>;
|
|
605
605
|
};
|
|
606
606
|
SplitCoins: {
|
|
607
|
-
coin: import("
|
|
607
|
+
coin: import("../_deps/bcs/types.js").EnumInputShape<{
|
|
608
608
|
GasCoin: unknown;
|
|
609
609
|
Input: number;
|
|
610
610
|
Result: number;
|
|
611
611
|
NestedResult: readonly [number, number];
|
|
612
612
|
}>;
|
|
613
|
-
amounts: Iterable<import("
|
|
613
|
+
amounts: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
|
|
614
614
|
GasCoin: unknown;
|
|
615
615
|
Input: number;
|
|
616
616
|
Result: number;
|
|
@@ -620,13 +620,13 @@ export declare const TransactionKind: import("@mysten/bcs").BcsEnum<{
|
|
|
620
620
|
};
|
|
621
621
|
};
|
|
622
622
|
MergeCoins: {
|
|
623
|
-
destination: import("
|
|
623
|
+
destination: import("../_deps/bcs/types.js").EnumInputShape<{
|
|
624
624
|
GasCoin: unknown;
|
|
625
625
|
Input: number;
|
|
626
626
|
Result: number;
|
|
627
627
|
NestedResult: readonly [number, number];
|
|
628
628
|
}>;
|
|
629
|
-
sources: Iterable<import("
|
|
629
|
+
sources: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
|
|
630
630
|
GasCoin: unknown;
|
|
631
631
|
Input: number;
|
|
632
632
|
Result: number;
|
|
@@ -645,7 +645,7 @@ export declare const TransactionKind: import("@mysten/bcs").BcsEnum<{
|
|
|
645
645
|
};
|
|
646
646
|
MakeMoveVec: {
|
|
647
647
|
type: string;
|
|
648
|
-
elements: Iterable<import("
|
|
648
|
+
elements: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
|
|
649
649
|
GasCoin: unknown;
|
|
650
650
|
Input: number;
|
|
651
651
|
Result: number;
|
|
@@ -662,7 +662,7 @@ export declare const TransactionKind: import("@mysten/bcs").BcsEnum<{
|
|
|
662
662
|
length: number;
|
|
663
663
|
};
|
|
664
664
|
package: string | Uint8Array<ArrayBufferLike>;
|
|
665
|
-
ticket: import("
|
|
665
|
+
ticket: import("../_deps/bcs/types.js").EnumInputShape<{
|
|
666
666
|
GasCoin: unknown;
|
|
667
667
|
Input: number;
|
|
668
668
|
Result: number;
|
|
@@ -677,11 +677,11 @@ export declare const TransactionKind: import("@mysten/bcs").BcsEnum<{
|
|
|
677
677
|
Genesis: any;
|
|
678
678
|
ConsensusCommitPrologue: any;
|
|
679
679
|
}, "TransactionKind">;
|
|
680
|
-
export declare const TransactionExpiration: import("
|
|
680
|
+
export declare const TransactionExpiration: import("../_deps/bcs/bcs-type.js").BcsEnum<{
|
|
681
681
|
None: any;
|
|
682
682
|
Epoch: BcsType<number, string | number, "u64">;
|
|
683
683
|
}, "TransactionExpiration">;
|
|
684
|
-
export declare const StructTag: import("
|
|
684
|
+
export declare const StructTag: import("../_deps/bcs/bcs-type.js").BcsStruct<{
|
|
685
685
|
address: BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
686
686
|
module: BcsType<string, string, "string">;
|
|
687
687
|
name: BcsType<string, string, "string">;
|
|
@@ -689,7 +689,7 @@ export declare const StructTag: import("@mysten/bcs").BcsStruct<{
|
|
|
689
689
|
length: number;
|
|
690
690
|
}, string>;
|
|
691
691
|
}, string>;
|
|
692
|
-
export declare const GasData: import("
|
|
692
|
+
export declare const GasData: import("../_deps/bcs/bcs-type.js").BcsStruct<{
|
|
693
693
|
payment: BcsType<{
|
|
694
694
|
objectId: string;
|
|
695
695
|
version: string;
|
|
@@ -705,14 +705,14 @@ export declare const GasData: import("@mysten/bcs").BcsStruct<{
|
|
|
705
705
|
price: BcsType<string, string | number | bigint, "u64">;
|
|
706
706
|
budget: BcsType<string, string | number | bigint, "u64">;
|
|
707
707
|
}, string>;
|
|
708
|
-
export declare const TransactionDataV1: import("
|
|
709
|
-
kind: import("
|
|
710
|
-
ProgrammableTransaction: import("
|
|
711
|
-
inputs: BcsType<import("
|
|
708
|
+
export declare const TransactionDataV1: import("../_deps/bcs/bcs-type.js").BcsStruct<{
|
|
709
|
+
kind: import("../_deps/bcs/bcs-type.js").BcsEnum<{
|
|
710
|
+
ProgrammableTransaction: import("../_deps/bcs/bcs-type.js").BcsStruct<{
|
|
711
|
+
inputs: BcsType<import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
712
712
|
Pure: {
|
|
713
713
|
bytes: string;
|
|
714
714
|
};
|
|
715
|
-
Object: import("
|
|
715
|
+
Object: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
716
716
|
ImmOrOwnedObject: {
|
|
717
717
|
objectId: string;
|
|
718
718
|
version: string;
|
|
@@ -729,11 +729,11 @@ export declare const TransactionDataV1: import("@mysten/bcs").BcsStruct<{
|
|
|
729
729
|
digest: string;
|
|
730
730
|
};
|
|
731
731
|
}, "ImmOrOwnedObject" | "SharedObject" | "Receiving">;
|
|
732
|
-
}, "Object" | "Pure">[], Iterable<import("
|
|
732
|
+
}, "Object" | "Pure">[], Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
|
|
733
733
|
Pure: {
|
|
734
734
|
bytes: string | Uint8Array<ArrayBufferLike>;
|
|
735
735
|
};
|
|
736
|
-
Object: import("
|
|
736
|
+
Object: import("../_deps/bcs/types.js").EnumInputShape<{
|
|
737
737
|
ImmOrOwnedObject: {
|
|
738
738
|
objectId: string | Uint8Array<ArrayBufferLike>;
|
|
739
739
|
version: string | number | bigint;
|
|
@@ -753,13 +753,13 @@ export declare const TransactionDataV1: import("@mysten/bcs").BcsStruct<{
|
|
|
753
753
|
}>> & {
|
|
754
754
|
length: number;
|
|
755
755
|
}, string>;
|
|
756
|
-
commands: BcsType<import("
|
|
756
|
+
commands: BcsType<import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
757
757
|
MoveCall: {
|
|
758
758
|
package: string;
|
|
759
759
|
module: string;
|
|
760
760
|
function: string;
|
|
761
761
|
typeArguments: string[];
|
|
762
|
-
arguments: import("
|
|
762
|
+
arguments: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
763
763
|
GasCoin: unknown;
|
|
764
764
|
Input: number;
|
|
765
765
|
Result: number;
|
|
@@ -767,13 +767,13 @@ export declare const TransactionDataV1: import("@mysten/bcs").BcsStruct<{
|
|
|
767
767
|
}, "GasCoin" | "Input" | "Result" | "NestedResult">[];
|
|
768
768
|
};
|
|
769
769
|
TransferObjects: {
|
|
770
|
-
objects: import("
|
|
770
|
+
objects: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
771
771
|
GasCoin: unknown;
|
|
772
772
|
Input: number;
|
|
773
773
|
Result: number;
|
|
774
774
|
NestedResult: [number, number];
|
|
775
775
|
}, "GasCoin" | "Input" | "Result" | "NestedResult">[];
|
|
776
|
-
address: import("
|
|
776
|
+
address: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
777
777
|
GasCoin: unknown;
|
|
778
778
|
Input: number;
|
|
779
779
|
Result: number;
|
|
@@ -781,13 +781,13 @@ export declare const TransactionDataV1: import("@mysten/bcs").BcsStruct<{
|
|
|
781
781
|
}, "GasCoin" | "Input" | "Result" | "NestedResult">;
|
|
782
782
|
};
|
|
783
783
|
SplitCoins: {
|
|
784
|
-
coin: import("
|
|
784
|
+
coin: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
785
785
|
GasCoin: unknown;
|
|
786
786
|
Input: number;
|
|
787
787
|
Result: number;
|
|
788
788
|
NestedResult: [number, number];
|
|
789
789
|
}, "GasCoin" | "Input" | "Result" | "NestedResult">;
|
|
790
|
-
amounts: import("
|
|
790
|
+
amounts: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
791
791
|
GasCoin: unknown;
|
|
792
792
|
Input: number;
|
|
793
793
|
Result: number;
|
|
@@ -795,13 +795,13 @@ export declare const TransactionDataV1: import("@mysten/bcs").BcsStruct<{
|
|
|
795
795
|
}, "GasCoin" | "Input" | "Result" | "NestedResult">[];
|
|
796
796
|
};
|
|
797
797
|
MergeCoins: {
|
|
798
|
-
destination: import("
|
|
798
|
+
destination: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
799
799
|
GasCoin: unknown;
|
|
800
800
|
Input: number;
|
|
801
801
|
Result: number;
|
|
802
802
|
NestedResult: [number, number];
|
|
803
803
|
}, "GasCoin" | "Input" | "Result" | "NestedResult">;
|
|
804
|
-
sources: import("
|
|
804
|
+
sources: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
805
805
|
GasCoin: unknown;
|
|
806
806
|
Input: number;
|
|
807
807
|
Result: number;
|
|
@@ -814,7 +814,7 @@ export declare const TransactionDataV1: import("@mysten/bcs").BcsStruct<{
|
|
|
814
814
|
};
|
|
815
815
|
MakeMoveVec: {
|
|
816
816
|
type: string;
|
|
817
|
-
elements: import("
|
|
817
|
+
elements: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
818
818
|
GasCoin: unknown;
|
|
819
819
|
Input: number;
|
|
820
820
|
Result: number;
|
|
@@ -825,14 +825,14 @@ export declare const TransactionDataV1: import("@mysten/bcs").BcsStruct<{
|
|
|
825
825
|
modules: string[];
|
|
826
826
|
dependencies: string[];
|
|
827
827
|
package: string;
|
|
828
|
-
ticket: import("
|
|
828
|
+
ticket: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
829
829
|
GasCoin: unknown;
|
|
830
830
|
Input: number;
|
|
831
831
|
Result: number;
|
|
832
832
|
NestedResult: [number, number];
|
|
833
833
|
}, "GasCoin" | "Input" | "Result" | "NestedResult">;
|
|
834
834
|
};
|
|
835
|
-
}, "MoveCall" | "TransferObjects" | "SplitCoins" | "MergeCoins" | "Publish" | "MakeMoveVec" | "Upgrade">[], Iterable<import("
|
|
835
|
+
}, "MoveCall" | "TransferObjects" | "SplitCoins" | "MergeCoins" | "Publish" | "MakeMoveVec" | "Upgrade">[], Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
|
|
836
836
|
MoveCall: {
|
|
837
837
|
package: string | Uint8Array<ArrayBufferLike>;
|
|
838
838
|
module: string;
|
|
@@ -840,7 +840,7 @@ export declare const TransactionDataV1: import("@mysten/bcs").BcsStruct<{
|
|
|
840
840
|
typeArguments: Iterable<string | TypeTagType> & {
|
|
841
841
|
length: number;
|
|
842
842
|
};
|
|
843
|
-
arguments: Iterable<import("
|
|
843
|
+
arguments: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
|
|
844
844
|
GasCoin: unknown;
|
|
845
845
|
Input: number;
|
|
846
846
|
Result: number;
|
|
@@ -850,7 +850,7 @@ export declare const TransactionDataV1: import("@mysten/bcs").BcsStruct<{
|
|
|
850
850
|
};
|
|
851
851
|
};
|
|
852
852
|
TransferObjects: {
|
|
853
|
-
objects: Iterable<import("
|
|
853
|
+
objects: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
|
|
854
854
|
GasCoin: unknown;
|
|
855
855
|
Input: number;
|
|
856
856
|
Result: number;
|
|
@@ -858,7 +858,7 @@ export declare const TransactionDataV1: import("@mysten/bcs").BcsStruct<{
|
|
|
858
858
|
}>> & {
|
|
859
859
|
length: number;
|
|
860
860
|
};
|
|
861
|
-
address: import("
|
|
861
|
+
address: import("../_deps/bcs/types.js").EnumInputShape<{
|
|
862
862
|
GasCoin: unknown;
|
|
863
863
|
Input: number;
|
|
864
864
|
Result: number;
|
|
@@ -866,13 +866,13 @@ export declare const TransactionDataV1: import("@mysten/bcs").BcsStruct<{
|
|
|
866
866
|
}>;
|
|
867
867
|
};
|
|
868
868
|
SplitCoins: {
|
|
869
|
-
coin: import("
|
|
869
|
+
coin: import("../_deps/bcs/types.js").EnumInputShape<{
|
|
870
870
|
GasCoin: unknown;
|
|
871
871
|
Input: number;
|
|
872
872
|
Result: number;
|
|
873
873
|
NestedResult: readonly [number, number];
|
|
874
874
|
}>;
|
|
875
|
-
amounts: Iterable<import("
|
|
875
|
+
amounts: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
|
|
876
876
|
GasCoin: unknown;
|
|
877
877
|
Input: number;
|
|
878
878
|
Result: number;
|
|
@@ -882,13 +882,13 @@ export declare const TransactionDataV1: import("@mysten/bcs").BcsStruct<{
|
|
|
882
882
|
};
|
|
883
883
|
};
|
|
884
884
|
MergeCoins: {
|
|
885
|
-
destination: import("
|
|
885
|
+
destination: import("../_deps/bcs/types.js").EnumInputShape<{
|
|
886
886
|
GasCoin: unknown;
|
|
887
887
|
Input: number;
|
|
888
888
|
Result: number;
|
|
889
889
|
NestedResult: readonly [number, number];
|
|
890
890
|
}>;
|
|
891
|
-
sources: Iterable<import("
|
|
891
|
+
sources: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
|
|
892
892
|
GasCoin: unknown;
|
|
893
893
|
Input: number;
|
|
894
894
|
Result: number;
|
|
@@ -907,7 +907,7 @@ export declare const TransactionDataV1: import("@mysten/bcs").BcsStruct<{
|
|
|
907
907
|
};
|
|
908
908
|
MakeMoveVec: {
|
|
909
909
|
type: string;
|
|
910
|
-
elements: Iterable<import("
|
|
910
|
+
elements: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
|
|
911
911
|
GasCoin: unknown;
|
|
912
912
|
Input: number;
|
|
913
913
|
Result: number;
|
|
@@ -924,7 +924,7 @@ export declare const TransactionDataV1: import("@mysten/bcs").BcsStruct<{
|
|
|
924
924
|
length: number;
|
|
925
925
|
};
|
|
926
926
|
package: string | Uint8Array<ArrayBufferLike>;
|
|
927
|
-
ticket: import("
|
|
927
|
+
ticket: import("../_deps/bcs/types.js").EnumInputShape<{
|
|
928
928
|
GasCoin: unknown;
|
|
929
929
|
Input: number;
|
|
930
930
|
Result: number;
|
|
@@ -940,7 +940,7 @@ export declare const TransactionDataV1: import("@mysten/bcs").BcsStruct<{
|
|
|
940
940
|
ConsensusCommitPrologue: any;
|
|
941
941
|
}, "TransactionKind">;
|
|
942
942
|
sender: BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
943
|
-
gasData: import("
|
|
943
|
+
gasData: import("../_deps/bcs/bcs-type.js").BcsStruct<{
|
|
944
944
|
payment: BcsType<{
|
|
945
945
|
objectId: string;
|
|
946
946
|
version: string;
|
|
@@ -956,20 +956,20 @@ export declare const TransactionDataV1: import("@mysten/bcs").BcsStruct<{
|
|
|
956
956
|
price: BcsType<string, string | number | bigint, "u64">;
|
|
957
957
|
budget: BcsType<string, string | number | bigint, "u64">;
|
|
958
958
|
}, string>;
|
|
959
|
-
expiration: import("
|
|
959
|
+
expiration: import("../_deps/bcs/bcs-type.js").BcsEnum<{
|
|
960
960
|
None: any;
|
|
961
961
|
Epoch: BcsType<number, string | number, "u64">;
|
|
962
962
|
}, "TransactionExpiration">;
|
|
963
963
|
}, string>;
|
|
964
|
-
export declare const TransactionData: import("
|
|
965
|
-
V1: import("
|
|
966
|
-
kind: import("
|
|
967
|
-
ProgrammableTransaction: import("
|
|
968
|
-
inputs: BcsType<import("
|
|
964
|
+
export declare const TransactionData: import("../_deps/bcs/bcs-type.js").BcsEnum<{
|
|
965
|
+
V1: import("../_deps/bcs/bcs-type.js").BcsStruct<{
|
|
966
|
+
kind: import("../_deps/bcs/bcs-type.js").BcsEnum<{
|
|
967
|
+
ProgrammableTransaction: import("../_deps/bcs/bcs-type.js").BcsStruct<{
|
|
968
|
+
inputs: BcsType<import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
969
969
|
Pure: {
|
|
970
970
|
bytes: string;
|
|
971
971
|
};
|
|
972
|
-
Object: import("
|
|
972
|
+
Object: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
973
973
|
ImmOrOwnedObject: {
|
|
974
974
|
objectId: string;
|
|
975
975
|
version: string;
|
|
@@ -986,11 +986,11 @@ export declare const TransactionData: import("@mysten/bcs").BcsEnum<{
|
|
|
986
986
|
digest: string;
|
|
987
987
|
};
|
|
988
988
|
}, "ImmOrOwnedObject" | "SharedObject" | "Receiving">;
|
|
989
|
-
}, "Object" | "Pure">[], Iterable<import("
|
|
989
|
+
}, "Object" | "Pure">[], Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
|
|
990
990
|
Pure: {
|
|
991
991
|
bytes: string | Uint8Array<ArrayBufferLike>;
|
|
992
992
|
};
|
|
993
|
-
Object: import("
|
|
993
|
+
Object: import("../_deps/bcs/types.js").EnumInputShape<{
|
|
994
994
|
ImmOrOwnedObject: {
|
|
995
995
|
objectId: string | Uint8Array<ArrayBufferLike>;
|
|
996
996
|
version: string | number | bigint;
|
|
@@ -1010,13 +1010,13 @@ export declare const TransactionData: import("@mysten/bcs").BcsEnum<{
|
|
|
1010
1010
|
}>> & {
|
|
1011
1011
|
length: number;
|
|
1012
1012
|
}, string>;
|
|
1013
|
-
commands: BcsType<import("
|
|
1013
|
+
commands: BcsType<import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
1014
1014
|
MoveCall: {
|
|
1015
1015
|
package: string;
|
|
1016
1016
|
module: string;
|
|
1017
1017
|
function: string;
|
|
1018
1018
|
typeArguments: string[];
|
|
1019
|
-
arguments: import("
|
|
1019
|
+
arguments: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
1020
1020
|
GasCoin: unknown;
|
|
1021
1021
|
Input: number;
|
|
1022
1022
|
Result: number;
|
|
@@ -1024,13 +1024,13 @@ export declare const TransactionData: import("@mysten/bcs").BcsEnum<{
|
|
|
1024
1024
|
}, "GasCoin" | "Input" | "Result" | "NestedResult">[];
|
|
1025
1025
|
};
|
|
1026
1026
|
TransferObjects: {
|
|
1027
|
-
objects: import("
|
|
1027
|
+
objects: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
1028
1028
|
GasCoin: unknown;
|
|
1029
1029
|
Input: number;
|
|
1030
1030
|
Result: number;
|
|
1031
1031
|
NestedResult: [number, number];
|
|
1032
1032
|
}, "GasCoin" | "Input" | "Result" | "NestedResult">[];
|
|
1033
|
-
address: import("
|
|
1033
|
+
address: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
1034
1034
|
GasCoin: unknown;
|
|
1035
1035
|
Input: number;
|
|
1036
1036
|
Result: number;
|
|
@@ -1038,13 +1038,13 @@ export declare const TransactionData: import("@mysten/bcs").BcsEnum<{
|
|
|
1038
1038
|
}, "GasCoin" | "Input" | "Result" | "NestedResult">;
|
|
1039
1039
|
};
|
|
1040
1040
|
SplitCoins: {
|
|
1041
|
-
coin: import("
|
|
1041
|
+
coin: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
1042
1042
|
GasCoin: unknown;
|
|
1043
1043
|
Input: number;
|
|
1044
1044
|
Result: number;
|
|
1045
1045
|
NestedResult: [number, number];
|
|
1046
1046
|
}, "GasCoin" | "Input" | "Result" | "NestedResult">;
|
|
1047
|
-
amounts: import("
|
|
1047
|
+
amounts: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
1048
1048
|
GasCoin: unknown;
|
|
1049
1049
|
Input: number;
|
|
1050
1050
|
Result: number;
|
|
@@ -1052,13 +1052,13 @@ export declare const TransactionData: import("@mysten/bcs").BcsEnum<{
|
|
|
1052
1052
|
}, "GasCoin" | "Input" | "Result" | "NestedResult">[];
|
|
1053
1053
|
};
|
|
1054
1054
|
MergeCoins: {
|
|
1055
|
-
destination: import("
|
|
1055
|
+
destination: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
1056
1056
|
GasCoin: unknown;
|
|
1057
1057
|
Input: number;
|
|
1058
1058
|
Result: number;
|
|
1059
1059
|
NestedResult: [number, number];
|
|
1060
1060
|
}, "GasCoin" | "Input" | "Result" | "NestedResult">;
|
|
1061
|
-
sources: import("
|
|
1061
|
+
sources: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
1062
1062
|
GasCoin: unknown;
|
|
1063
1063
|
Input: number;
|
|
1064
1064
|
Result: number;
|
|
@@ -1071,7 +1071,7 @@ export declare const TransactionData: import("@mysten/bcs").BcsEnum<{
|
|
|
1071
1071
|
};
|
|
1072
1072
|
MakeMoveVec: {
|
|
1073
1073
|
type: string;
|
|
1074
|
-
elements: import("
|
|
1074
|
+
elements: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
1075
1075
|
GasCoin: unknown;
|
|
1076
1076
|
Input: number;
|
|
1077
1077
|
Result: number;
|
|
@@ -1082,14 +1082,14 @@ export declare const TransactionData: import("@mysten/bcs").BcsEnum<{
|
|
|
1082
1082
|
modules: string[];
|
|
1083
1083
|
dependencies: string[];
|
|
1084
1084
|
package: string;
|
|
1085
|
-
ticket: import("
|
|
1085
|
+
ticket: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
1086
1086
|
GasCoin: unknown;
|
|
1087
1087
|
Input: number;
|
|
1088
1088
|
Result: number;
|
|
1089
1089
|
NestedResult: [number, number];
|
|
1090
1090
|
}, "GasCoin" | "Input" | "Result" | "NestedResult">;
|
|
1091
1091
|
};
|
|
1092
|
-
}, "MoveCall" | "TransferObjects" | "SplitCoins" | "MergeCoins" | "Publish" | "MakeMoveVec" | "Upgrade">[], Iterable<import("
|
|
1092
|
+
}, "MoveCall" | "TransferObjects" | "SplitCoins" | "MergeCoins" | "Publish" | "MakeMoveVec" | "Upgrade">[], Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
|
|
1093
1093
|
MoveCall: {
|
|
1094
1094
|
package: string | Uint8Array<ArrayBufferLike>;
|
|
1095
1095
|
module: string;
|
|
@@ -1097,7 +1097,7 @@ export declare const TransactionData: import("@mysten/bcs").BcsEnum<{
|
|
|
1097
1097
|
typeArguments: Iterable<string | TypeTagType> & {
|
|
1098
1098
|
length: number;
|
|
1099
1099
|
};
|
|
1100
|
-
arguments: Iterable<import("
|
|
1100
|
+
arguments: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
|
|
1101
1101
|
GasCoin: unknown;
|
|
1102
1102
|
Input: number;
|
|
1103
1103
|
Result: number;
|
|
@@ -1107,7 +1107,7 @@ export declare const TransactionData: import("@mysten/bcs").BcsEnum<{
|
|
|
1107
1107
|
};
|
|
1108
1108
|
};
|
|
1109
1109
|
TransferObjects: {
|
|
1110
|
-
objects: Iterable<import("
|
|
1110
|
+
objects: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
|
|
1111
1111
|
GasCoin: unknown;
|
|
1112
1112
|
Input: number;
|
|
1113
1113
|
Result: number;
|
|
@@ -1115,7 +1115,7 @@ export declare const TransactionData: import("@mysten/bcs").BcsEnum<{
|
|
|
1115
1115
|
}>> & {
|
|
1116
1116
|
length: number;
|
|
1117
1117
|
};
|
|
1118
|
-
address: import("
|
|
1118
|
+
address: import("../_deps/bcs/types.js").EnumInputShape<{
|
|
1119
1119
|
GasCoin: unknown;
|
|
1120
1120
|
Input: number;
|
|
1121
1121
|
Result: number;
|
|
@@ -1123,13 +1123,13 @@ export declare const TransactionData: import("@mysten/bcs").BcsEnum<{
|
|
|
1123
1123
|
}>;
|
|
1124
1124
|
};
|
|
1125
1125
|
SplitCoins: {
|
|
1126
|
-
coin: import("
|
|
1126
|
+
coin: import("../_deps/bcs/types.js").EnumInputShape<{
|
|
1127
1127
|
GasCoin: unknown;
|
|
1128
1128
|
Input: number;
|
|
1129
1129
|
Result: number;
|
|
1130
1130
|
NestedResult: readonly [number, number];
|
|
1131
1131
|
}>;
|
|
1132
|
-
amounts: Iterable<import("
|
|
1132
|
+
amounts: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
|
|
1133
1133
|
GasCoin: unknown;
|
|
1134
1134
|
Input: number;
|
|
1135
1135
|
Result: number;
|
|
@@ -1139,13 +1139,13 @@ export declare const TransactionData: import("@mysten/bcs").BcsEnum<{
|
|
|
1139
1139
|
};
|
|
1140
1140
|
};
|
|
1141
1141
|
MergeCoins: {
|
|
1142
|
-
destination: import("
|
|
1142
|
+
destination: import("../_deps/bcs/types.js").EnumInputShape<{
|
|
1143
1143
|
GasCoin: unknown;
|
|
1144
1144
|
Input: number;
|
|
1145
1145
|
Result: number;
|
|
1146
1146
|
NestedResult: readonly [number, number];
|
|
1147
1147
|
}>;
|
|
1148
|
-
sources: Iterable<import("
|
|
1148
|
+
sources: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
|
|
1149
1149
|
GasCoin: unknown;
|
|
1150
1150
|
Input: number;
|
|
1151
1151
|
Result: number;
|
|
@@ -1164,7 +1164,7 @@ export declare const TransactionData: import("@mysten/bcs").BcsEnum<{
|
|
|
1164
1164
|
};
|
|
1165
1165
|
MakeMoveVec: {
|
|
1166
1166
|
type: string;
|
|
1167
|
-
elements: Iterable<import("
|
|
1167
|
+
elements: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
|
|
1168
1168
|
GasCoin: unknown;
|
|
1169
1169
|
Input: number;
|
|
1170
1170
|
Result: number;
|
|
@@ -1181,7 +1181,7 @@ export declare const TransactionData: import("@mysten/bcs").BcsEnum<{
|
|
|
1181
1181
|
length: number;
|
|
1182
1182
|
};
|
|
1183
1183
|
package: string | Uint8Array<ArrayBufferLike>;
|
|
1184
|
-
ticket: import("
|
|
1184
|
+
ticket: import("../_deps/bcs/types.js").EnumInputShape<{
|
|
1185
1185
|
GasCoin: unknown;
|
|
1186
1186
|
Input: number;
|
|
1187
1187
|
Result: number;
|
|
@@ -1197,7 +1197,7 @@ export declare const TransactionData: import("@mysten/bcs").BcsEnum<{
|
|
|
1197
1197
|
ConsensusCommitPrologue: any;
|
|
1198
1198
|
}, "TransactionKind">;
|
|
1199
1199
|
sender: BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
1200
|
-
gasData: import("
|
|
1200
|
+
gasData: import("../_deps/bcs/bcs-type.js").BcsStruct<{
|
|
1201
1201
|
payment: BcsType<{
|
|
1202
1202
|
objectId: string;
|
|
1203
1203
|
version: string;
|
|
@@ -1213,138 +1213,105 @@ export declare const TransactionData: import("@mysten/bcs").BcsEnum<{
|
|
|
1213
1213
|
price: BcsType<string, string | number | bigint, "u64">;
|
|
1214
1214
|
budget: BcsType<string, string | number | bigint, "u64">;
|
|
1215
1215
|
}, string>;
|
|
1216
|
-
expiration: import("
|
|
1216
|
+
expiration: import("../_deps/bcs/bcs-type.js").BcsEnum<{
|
|
1217
1217
|
None: any;
|
|
1218
1218
|
Epoch: BcsType<number, string | number, "u64">;
|
|
1219
1219
|
}, "TransactionExpiration">;
|
|
1220
1220
|
}, string>;
|
|
1221
1221
|
}, "TransactionData">;
|
|
1222
|
-
export declare const IntentScope: import("
|
|
1222
|
+
export declare const IntentScope: import("../_deps/bcs/bcs-type.js").BcsEnum<{
|
|
1223
1223
|
TransactionData: any;
|
|
1224
1224
|
TransactionEffects: any;
|
|
1225
1225
|
CheckpointSummary: any;
|
|
1226
1226
|
PersonalMessage: any;
|
|
1227
1227
|
}, "IntentScope">;
|
|
1228
|
-
export declare const IntentVersion: import("
|
|
1228
|
+
export declare const IntentVersion: import("../_deps/bcs/bcs-type.js").BcsEnum<{
|
|
1229
1229
|
V0: any;
|
|
1230
1230
|
}, "IntentVersion">;
|
|
1231
|
-
export declare const AppId: import("
|
|
1232
|
-
|
|
1231
|
+
export declare const AppId: import("../_deps/bcs/bcs-type.js").BcsEnum<{
|
|
1232
|
+
Wow: any;
|
|
1233
1233
|
}, "AppId">;
|
|
1234
|
-
export declare const Intent: import("
|
|
1235
|
-
scope: import("
|
|
1234
|
+
export declare const Intent: import("../_deps/bcs/bcs-type.js").BcsStruct<{
|
|
1235
|
+
scope: import("../_deps/bcs/bcs-type.js").BcsEnum<{
|
|
1236
1236
|
TransactionData: any;
|
|
1237
1237
|
TransactionEffects: any;
|
|
1238
1238
|
CheckpointSummary: any;
|
|
1239
1239
|
PersonalMessage: any;
|
|
1240
1240
|
}, "IntentScope">;
|
|
1241
|
-
version: import("
|
|
1241
|
+
version: import("../_deps/bcs/bcs-type.js").BcsEnum<{
|
|
1242
1242
|
V0: any;
|
|
1243
1243
|
}, "IntentVersion">;
|
|
1244
|
-
appId: import("
|
|
1245
|
-
|
|
1244
|
+
appId: import("../_deps/bcs/bcs-type.js").BcsEnum<{
|
|
1245
|
+
Wow: any;
|
|
1246
1246
|
}, "AppId">;
|
|
1247
1247
|
}, string>;
|
|
1248
|
-
export declare function IntentMessage<T extends BcsType<any>>(T: T): import("
|
|
1249
|
-
intent: import("
|
|
1250
|
-
scope: import("
|
|
1248
|
+
export declare function IntentMessage<T extends BcsType<any>>(T: T): import("../_deps/bcs/bcs-type.js").BcsStruct<{
|
|
1249
|
+
intent: import("../_deps/bcs/bcs-type.js").BcsStruct<{
|
|
1250
|
+
scope: import("../_deps/bcs/bcs-type.js").BcsEnum<{
|
|
1251
1251
|
TransactionData: any;
|
|
1252
1252
|
TransactionEffects: any;
|
|
1253
1253
|
CheckpointSummary: any;
|
|
1254
1254
|
PersonalMessage: any;
|
|
1255
1255
|
}, "IntentScope">;
|
|
1256
|
-
version: import("
|
|
1256
|
+
version: import("../_deps/bcs/bcs-type.js").BcsEnum<{
|
|
1257
1257
|
V0: any;
|
|
1258
1258
|
}, "IntentVersion">;
|
|
1259
|
-
appId: import("
|
|
1260
|
-
|
|
1259
|
+
appId: import("../_deps/bcs/bcs-type.js").BcsEnum<{
|
|
1260
|
+
Wow: any;
|
|
1261
1261
|
}, "AppId">;
|
|
1262
1262
|
}, string>;
|
|
1263
1263
|
value: T;
|
|
1264
1264
|
}, string>;
|
|
1265
|
-
export declare const CompressedSignature: import("
|
|
1266
|
-
|
|
1267
|
-
Secp256k1: BcsType<Uint8Array<ArrayBufferLike>, Iterable<number>, "bytes[64]">;
|
|
1268
|
-
Secp256r1: BcsType<Uint8Array<ArrayBufferLike>, Iterable<number>, "bytes[64]">;
|
|
1269
|
-
ZkLogin: BcsType<Uint8Array<ArrayBufferLike>, Iterable<number>, "vector<u8>">;
|
|
1270
|
-
Passkey: BcsType<Uint8Array<ArrayBufferLike>, Iterable<number>, "vector<u8>">;
|
|
1265
|
+
export declare const CompressedSignature: import("../_deps/bcs/bcs-type.js").BcsEnum<{
|
|
1266
|
+
Falcon512: BcsType<Uint8Array<ArrayBufferLike>, Iterable<number>, "vector<u8>">;
|
|
1271
1267
|
}, "CompressedSignature">;
|
|
1272
|
-
export declare const PublicKey: import("
|
|
1273
|
-
|
|
1274
|
-
Secp256k1: BcsType<Uint8Array<ArrayBufferLike>, Iterable<number>, "bytes[33]">;
|
|
1275
|
-
Secp256r1: BcsType<Uint8Array<ArrayBufferLike>, Iterable<number>, "bytes[33]">;
|
|
1276
|
-
ZkLogin: BcsType<Uint8Array<ArrayBufferLike>, Iterable<number>, "vector<u8>">;
|
|
1277
|
-
Passkey: BcsType<Uint8Array<ArrayBufferLike>, Iterable<number>, "bytes[33]">;
|
|
1268
|
+
export declare const PublicKey: import("../_deps/bcs/bcs-type.js").BcsEnum<{
|
|
1269
|
+
Falcon512: BcsType<Uint8Array<ArrayBufferLike>, Iterable<number>, "bytes[897]">;
|
|
1278
1270
|
}, "PublicKey">;
|
|
1279
|
-
export declare const MultiSigPkMap: import("
|
|
1280
|
-
pubKey: import("
|
|
1281
|
-
|
|
1282
|
-
Secp256k1: BcsType<Uint8Array<ArrayBufferLike>, Iterable<number>, "bytes[33]">;
|
|
1283
|
-
Secp256r1: BcsType<Uint8Array<ArrayBufferLike>, Iterable<number>, "bytes[33]">;
|
|
1284
|
-
ZkLogin: BcsType<Uint8Array<ArrayBufferLike>, Iterable<number>, "vector<u8>">;
|
|
1285
|
-
Passkey: BcsType<Uint8Array<ArrayBufferLike>, Iterable<number>, "bytes[33]">;
|
|
1271
|
+
export declare const MultiSigPkMap: import("../_deps/bcs/bcs-type.js").BcsStruct<{
|
|
1272
|
+
pubKey: import("../_deps/bcs/bcs-type.js").BcsEnum<{
|
|
1273
|
+
Falcon512: BcsType<Uint8Array<ArrayBufferLike>, Iterable<number>, "bytes[897]">;
|
|
1286
1274
|
}, "PublicKey">;
|
|
1287
1275
|
weight: BcsType<number, number, "u8">;
|
|
1288
1276
|
}, string>;
|
|
1289
|
-
export declare const MultiSigPublicKey: import("
|
|
1277
|
+
export declare const MultiSigPublicKey: import("../_deps/bcs/bcs-type.js").BcsStruct<{
|
|
1290
1278
|
pk_map: BcsType<{
|
|
1291
|
-
pubKey:
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
ZkLogin: Uint8Array<ArrayBufferLike>;
|
|
1296
|
-
Passkey: Uint8Array<ArrayBufferLike>;
|
|
1297
|
-
}, "ED25519" | "Secp256k1" | "Secp256r1" | "ZkLogin" | "Passkey">;
|
|
1279
|
+
pubKey: {
|
|
1280
|
+
Falcon512: Uint8Array<ArrayBufferLike>;
|
|
1281
|
+
$kind: "Falcon512";
|
|
1282
|
+
};
|
|
1298
1283
|
weight: number;
|
|
1299
1284
|
}[], Iterable<{
|
|
1300
|
-
pubKey:
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
Secp256r1: Iterable<number>;
|
|
1304
|
-
ZkLogin: Iterable<number>;
|
|
1305
|
-
Passkey: Iterable<number>;
|
|
1306
|
-
}>;
|
|
1285
|
+
pubKey: {
|
|
1286
|
+
Falcon512: Iterable<number>;
|
|
1287
|
+
};
|
|
1307
1288
|
weight: number;
|
|
1308
1289
|
}> & {
|
|
1309
1290
|
length: number;
|
|
1310
1291
|
}, string>;
|
|
1311
1292
|
threshold: BcsType<number, number, "u16">;
|
|
1312
1293
|
}, string>;
|
|
1313
|
-
export declare const MultiSig: import("
|
|
1314
|
-
sigs: BcsType<
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
}, "ED25519" | "Secp256k1" | "Secp256r1" | "ZkLogin" | "Passkey">[], Iterable<import("@mysten/bcs").EnumInputShape<{
|
|
1321
|
-
ED25519: Iterable<number>;
|
|
1322
|
-
Secp256k1: Iterable<number>;
|
|
1323
|
-
Secp256r1: Iterable<number>;
|
|
1324
|
-
ZkLogin: Iterable<number>;
|
|
1325
|
-
Passkey: Iterable<number>;
|
|
1326
|
-
}>> & {
|
|
1294
|
+
export declare const MultiSig: import("../_deps/bcs/bcs-type.js").BcsStruct<{
|
|
1295
|
+
sigs: BcsType<{
|
|
1296
|
+
Falcon512: Uint8Array<ArrayBufferLike>;
|
|
1297
|
+
$kind: "Falcon512";
|
|
1298
|
+
}[], Iterable<{
|
|
1299
|
+
Falcon512: Iterable<number>;
|
|
1300
|
+
}> & {
|
|
1327
1301
|
length: number;
|
|
1328
1302
|
}, string>;
|
|
1329
1303
|
bitmap: BcsType<number, number, "u16">;
|
|
1330
|
-
multisig_pk: import("
|
|
1304
|
+
multisig_pk: import("../_deps/bcs/bcs-type.js").BcsStruct<{
|
|
1331
1305
|
pk_map: BcsType<{
|
|
1332
|
-
pubKey:
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
ZkLogin: Uint8Array<ArrayBufferLike>;
|
|
1337
|
-
Passkey: Uint8Array<ArrayBufferLike>;
|
|
1338
|
-
}, "ED25519" | "Secp256k1" | "Secp256r1" | "ZkLogin" | "Passkey">;
|
|
1306
|
+
pubKey: {
|
|
1307
|
+
Falcon512: Uint8Array<ArrayBufferLike>;
|
|
1308
|
+
$kind: "Falcon512";
|
|
1309
|
+
};
|
|
1339
1310
|
weight: number;
|
|
1340
1311
|
}[], Iterable<{
|
|
1341
|
-
pubKey:
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
Secp256r1: Iterable<number>;
|
|
1345
|
-
ZkLogin: Iterable<number>;
|
|
1346
|
-
Passkey: Iterable<number>;
|
|
1347
|
-
}>;
|
|
1312
|
+
pubKey: {
|
|
1313
|
+
Falcon512: Iterable<number>;
|
|
1314
|
+
};
|
|
1348
1315
|
weight: number;
|
|
1349
1316
|
}> & {
|
|
1350
1317
|
length: number;
|
|
@@ -1353,31 +1320,31 @@ export declare const MultiSig: import("@mysten/bcs").BcsStruct<{
|
|
|
1353
1320
|
}, string>;
|
|
1354
1321
|
}, string>;
|
|
1355
1322
|
export declare const base64String: BcsType<string, string | Uint8Array<ArrayBufferLike>, "vector<u8>">;
|
|
1356
|
-
export declare const SenderSignedTransaction: import("
|
|
1357
|
-
intentMessage: import("
|
|
1358
|
-
intent: import("
|
|
1359
|
-
scope: import("
|
|
1323
|
+
export declare const SenderSignedTransaction: import("../_deps/bcs/bcs-type.js").BcsStruct<{
|
|
1324
|
+
intentMessage: import("../_deps/bcs/bcs-type.js").BcsStruct<{
|
|
1325
|
+
intent: import("../_deps/bcs/bcs-type.js").BcsStruct<{
|
|
1326
|
+
scope: import("../_deps/bcs/bcs-type.js").BcsEnum<{
|
|
1360
1327
|
TransactionData: any;
|
|
1361
1328
|
TransactionEffects: any;
|
|
1362
1329
|
CheckpointSummary: any;
|
|
1363
1330
|
PersonalMessage: any;
|
|
1364
1331
|
}, "IntentScope">;
|
|
1365
|
-
version: import("
|
|
1332
|
+
version: import("../_deps/bcs/bcs-type.js").BcsEnum<{
|
|
1366
1333
|
V0: any;
|
|
1367
1334
|
}, "IntentVersion">;
|
|
1368
|
-
appId: import("
|
|
1369
|
-
|
|
1335
|
+
appId: import("../_deps/bcs/bcs-type.js").BcsEnum<{
|
|
1336
|
+
Wow: any;
|
|
1370
1337
|
}, "AppId">;
|
|
1371
1338
|
}, string>;
|
|
1372
|
-
value: import("
|
|
1373
|
-
V1: import("
|
|
1374
|
-
kind: import("
|
|
1375
|
-
ProgrammableTransaction: import("
|
|
1376
|
-
inputs: BcsType<import("
|
|
1339
|
+
value: import("../_deps/bcs/bcs-type.js").BcsEnum<{
|
|
1340
|
+
V1: import("../_deps/bcs/bcs-type.js").BcsStruct<{
|
|
1341
|
+
kind: import("../_deps/bcs/bcs-type.js").BcsEnum<{
|
|
1342
|
+
ProgrammableTransaction: import("../_deps/bcs/bcs-type.js").BcsStruct<{
|
|
1343
|
+
inputs: BcsType<import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
1377
1344
|
Pure: {
|
|
1378
1345
|
bytes: string;
|
|
1379
1346
|
};
|
|
1380
|
-
Object: import("
|
|
1347
|
+
Object: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
1381
1348
|
ImmOrOwnedObject: {
|
|
1382
1349
|
objectId: string;
|
|
1383
1350
|
version: string;
|
|
@@ -1394,11 +1361,11 @@ export declare const SenderSignedTransaction: import("@mysten/bcs").BcsStruct<{
|
|
|
1394
1361
|
digest: string;
|
|
1395
1362
|
};
|
|
1396
1363
|
}, "ImmOrOwnedObject" | "SharedObject" | "Receiving">;
|
|
1397
|
-
}, "Object" | "Pure">[], Iterable<import("
|
|
1364
|
+
}, "Object" | "Pure">[], Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
|
|
1398
1365
|
Pure: {
|
|
1399
1366
|
bytes: string | Uint8Array<ArrayBufferLike>;
|
|
1400
1367
|
};
|
|
1401
|
-
Object: import("
|
|
1368
|
+
Object: import("../_deps/bcs/types.js").EnumInputShape<{
|
|
1402
1369
|
ImmOrOwnedObject: {
|
|
1403
1370
|
objectId: string | Uint8Array<ArrayBufferLike>;
|
|
1404
1371
|
version: string | number | bigint;
|
|
@@ -1418,13 +1385,13 @@ export declare const SenderSignedTransaction: import("@mysten/bcs").BcsStruct<{
|
|
|
1418
1385
|
}>> & {
|
|
1419
1386
|
length: number;
|
|
1420
1387
|
}, string>;
|
|
1421
|
-
commands: BcsType<import("
|
|
1388
|
+
commands: BcsType<import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
1422
1389
|
MoveCall: {
|
|
1423
1390
|
package: string;
|
|
1424
1391
|
module: string;
|
|
1425
1392
|
function: string;
|
|
1426
1393
|
typeArguments: string[];
|
|
1427
|
-
arguments: import("
|
|
1394
|
+
arguments: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
1428
1395
|
GasCoin: unknown;
|
|
1429
1396
|
Input: number;
|
|
1430
1397
|
Result: number;
|
|
@@ -1432,13 +1399,13 @@ export declare const SenderSignedTransaction: import("@mysten/bcs").BcsStruct<{
|
|
|
1432
1399
|
}, "GasCoin" | "Input" | "Result" | "NestedResult">[];
|
|
1433
1400
|
};
|
|
1434
1401
|
TransferObjects: {
|
|
1435
|
-
objects: import("
|
|
1402
|
+
objects: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
1436
1403
|
GasCoin: unknown;
|
|
1437
1404
|
Input: number;
|
|
1438
1405
|
Result: number;
|
|
1439
1406
|
NestedResult: [number, number];
|
|
1440
1407
|
}, "GasCoin" | "Input" | "Result" | "NestedResult">[];
|
|
1441
|
-
address: import("
|
|
1408
|
+
address: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
1442
1409
|
GasCoin: unknown;
|
|
1443
1410
|
Input: number;
|
|
1444
1411
|
Result: number;
|
|
@@ -1446,13 +1413,13 @@ export declare const SenderSignedTransaction: import("@mysten/bcs").BcsStruct<{
|
|
|
1446
1413
|
}, "GasCoin" | "Input" | "Result" | "NestedResult">;
|
|
1447
1414
|
};
|
|
1448
1415
|
SplitCoins: {
|
|
1449
|
-
coin: import("
|
|
1416
|
+
coin: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
1450
1417
|
GasCoin: unknown;
|
|
1451
1418
|
Input: number;
|
|
1452
1419
|
Result: number;
|
|
1453
1420
|
NestedResult: [number, number];
|
|
1454
1421
|
}, "GasCoin" | "Input" | "Result" | "NestedResult">;
|
|
1455
|
-
amounts: import("
|
|
1422
|
+
amounts: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
1456
1423
|
GasCoin: unknown;
|
|
1457
1424
|
Input: number;
|
|
1458
1425
|
Result: number;
|
|
@@ -1460,13 +1427,13 @@ export declare const SenderSignedTransaction: import("@mysten/bcs").BcsStruct<{
|
|
|
1460
1427
|
}, "GasCoin" | "Input" | "Result" | "NestedResult">[];
|
|
1461
1428
|
};
|
|
1462
1429
|
MergeCoins: {
|
|
1463
|
-
destination: import("
|
|
1430
|
+
destination: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
1464
1431
|
GasCoin: unknown;
|
|
1465
1432
|
Input: number;
|
|
1466
1433
|
Result: number;
|
|
1467
1434
|
NestedResult: [number, number];
|
|
1468
1435
|
}, "GasCoin" | "Input" | "Result" | "NestedResult">;
|
|
1469
|
-
sources: import("
|
|
1436
|
+
sources: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
1470
1437
|
GasCoin: unknown;
|
|
1471
1438
|
Input: number;
|
|
1472
1439
|
Result: number;
|
|
@@ -1479,7 +1446,7 @@ export declare const SenderSignedTransaction: import("@mysten/bcs").BcsStruct<{
|
|
|
1479
1446
|
};
|
|
1480
1447
|
MakeMoveVec: {
|
|
1481
1448
|
type: string;
|
|
1482
|
-
elements: import("
|
|
1449
|
+
elements: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
1483
1450
|
GasCoin: unknown;
|
|
1484
1451
|
Input: number;
|
|
1485
1452
|
Result: number;
|
|
@@ -1490,14 +1457,14 @@ export declare const SenderSignedTransaction: import("@mysten/bcs").BcsStruct<{
|
|
|
1490
1457
|
modules: string[];
|
|
1491
1458
|
dependencies: string[];
|
|
1492
1459
|
package: string;
|
|
1493
|
-
ticket: import("
|
|
1460
|
+
ticket: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
1494
1461
|
GasCoin: unknown;
|
|
1495
1462
|
Input: number;
|
|
1496
1463
|
Result: number;
|
|
1497
1464
|
NestedResult: [number, number];
|
|
1498
1465
|
}, "GasCoin" | "Input" | "Result" | "NestedResult">;
|
|
1499
1466
|
};
|
|
1500
|
-
}, "MoveCall" | "TransferObjects" | "SplitCoins" | "MergeCoins" | "Publish" | "MakeMoveVec" | "Upgrade">[], Iterable<import("
|
|
1467
|
+
}, "MoveCall" | "TransferObjects" | "SplitCoins" | "MergeCoins" | "Publish" | "MakeMoveVec" | "Upgrade">[], Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
|
|
1501
1468
|
MoveCall: {
|
|
1502
1469
|
package: string | Uint8Array<ArrayBufferLike>;
|
|
1503
1470
|
module: string;
|
|
@@ -1505,7 +1472,7 @@ export declare const SenderSignedTransaction: import("@mysten/bcs").BcsStruct<{
|
|
|
1505
1472
|
typeArguments: Iterable<string | TypeTagType> & {
|
|
1506
1473
|
length: number;
|
|
1507
1474
|
};
|
|
1508
|
-
arguments: Iterable<import("
|
|
1475
|
+
arguments: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
|
|
1509
1476
|
GasCoin: unknown;
|
|
1510
1477
|
Input: number;
|
|
1511
1478
|
Result: number;
|
|
@@ -1515,7 +1482,7 @@ export declare const SenderSignedTransaction: import("@mysten/bcs").BcsStruct<{
|
|
|
1515
1482
|
};
|
|
1516
1483
|
};
|
|
1517
1484
|
TransferObjects: {
|
|
1518
|
-
objects: Iterable<import("
|
|
1485
|
+
objects: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
|
|
1519
1486
|
GasCoin: unknown;
|
|
1520
1487
|
Input: number;
|
|
1521
1488
|
Result: number;
|
|
@@ -1523,7 +1490,7 @@ export declare const SenderSignedTransaction: import("@mysten/bcs").BcsStruct<{
|
|
|
1523
1490
|
}>> & {
|
|
1524
1491
|
length: number;
|
|
1525
1492
|
};
|
|
1526
|
-
address: import("
|
|
1493
|
+
address: import("../_deps/bcs/types.js").EnumInputShape<{
|
|
1527
1494
|
GasCoin: unknown;
|
|
1528
1495
|
Input: number;
|
|
1529
1496
|
Result: number;
|
|
@@ -1531,13 +1498,13 @@ export declare const SenderSignedTransaction: import("@mysten/bcs").BcsStruct<{
|
|
|
1531
1498
|
}>;
|
|
1532
1499
|
};
|
|
1533
1500
|
SplitCoins: {
|
|
1534
|
-
coin: import("
|
|
1501
|
+
coin: import("../_deps/bcs/types.js").EnumInputShape<{
|
|
1535
1502
|
GasCoin: unknown;
|
|
1536
1503
|
Input: number;
|
|
1537
1504
|
Result: number;
|
|
1538
1505
|
NestedResult: readonly [number, number];
|
|
1539
1506
|
}>;
|
|
1540
|
-
amounts: Iterable<import("
|
|
1507
|
+
amounts: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
|
|
1541
1508
|
GasCoin: unknown;
|
|
1542
1509
|
Input: number;
|
|
1543
1510
|
Result: number;
|
|
@@ -1547,13 +1514,13 @@ export declare const SenderSignedTransaction: import("@mysten/bcs").BcsStruct<{
|
|
|
1547
1514
|
};
|
|
1548
1515
|
};
|
|
1549
1516
|
MergeCoins: {
|
|
1550
|
-
destination: import("
|
|
1517
|
+
destination: import("../_deps/bcs/types.js").EnumInputShape<{
|
|
1551
1518
|
GasCoin: unknown;
|
|
1552
1519
|
Input: number;
|
|
1553
1520
|
Result: number;
|
|
1554
1521
|
NestedResult: readonly [number, number];
|
|
1555
1522
|
}>;
|
|
1556
|
-
sources: Iterable<import("
|
|
1523
|
+
sources: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
|
|
1557
1524
|
GasCoin: unknown;
|
|
1558
1525
|
Input: number;
|
|
1559
1526
|
Result: number;
|
|
@@ -1572,7 +1539,7 @@ export declare const SenderSignedTransaction: import("@mysten/bcs").BcsStruct<{
|
|
|
1572
1539
|
};
|
|
1573
1540
|
MakeMoveVec: {
|
|
1574
1541
|
type: string;
|
|
1575
|
-
elements: Iterable<import("
|
|
1542
|
+
elements: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
|
|
1576
1543
|
GasCoin: unknown;
|
|
1577
1544
|
Input: number;
|
|
1578
1545
|
Result: number;
|
|
@@ -1589,7 +1556,7 @@ export declare const SenderSignedTransaction: import("@mysten/bcs").BcsStruct<{
|
|
|
1589
1556
|
length: number;
|
|
1590
1557
|
};
|
|
1591
1558
|
package: string | Uint8Array<ArrayBufferLike>;
|
|
1592
|
-
ticket: import("
|
|
1559
|
+
ticket: import("../_deps/bcs/types.js").EnumInputShape<{
|
|
1593
1560
|
GasCoin: unknown;
|
|
1594
1561
|
Input: number;
|
|
1595
1562
|
Result: number;
|
|
@@ -1605,7 +1572,7 @@ export declare const SenderSignedTransaction: import("@mysten/bcs").BcsStruct<{
|
|
|
1605
1572
|
ConsensusCommitPrologue: any;
|
|
1606
1573
|
}, "TransactionKind">;
|
|
1607
1574
|
sender: BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
1608
|
-
gasData: import("
|
|
1575
|
+
gasData: import("../_deps/bcs/bcs-type.js").BcsStruct<{
|
|
1609
1576
|
payment: BcsType<{
|
|
1610
1577
|
objectId: string;
|
|
1611
1578
|
version: string;
|
|
@@ -1621,7 +1588,7 @@ export declare const SenderSignedTransaction: import("@mysten/bcs").BcsStruct<{
|
|
|
1621
1588
|
price: BcsType<string, string | number | bigint, "u64">;
|
|
1622
1589
|
budget: BcsType<string, string | number | bigint, "u64">;
|
|
1623
1590
|
}, string>;
|
|
1624
|
-
expiration: import("
|
|
1591
|
+
expiration: import("../_deps/bcs/bcs-type.js").BcsEnum<{
|
|
1625
1592
|
None: any;
|
|
1626
1593
|
Epoch: BcsType<number, string | number, "u64">;
|
|
1627
1594
|
}, "TransactionExpiration">;
|
|
@@ -1635,7 +1602,7 @@ export declare const SenderSignedTransaction: import("@mysten/bcs").BcsStruct<{
|
|
|
1635
1602
|
export declare const SenderSignedData: BcsType<{
|
|
1636
1603
|
intentMessage: {
|
|
1637
1604
|
intent: {
|
|
1638
|
-
scope: import("
|
|
1605
|
+
scope: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
1639
1606
|
TransactionData: unknown;
|
|
1640
1607
|
TransactionEffects: unknown;
|
|
1641
1608
|
CheckpointSummary: unknown;
|
|
@@ -1646,19 +1613,19 @@ export declare const SenderSignedData: BcsType<{
|
|
|
1646
1613
|
$kind: "V0";
|
|
1647
1614
|
};
|
|
1648
1615
|
appId: {
|
|
1649
|
-
|
|
1650
|
-
$kind: "
|
|
1616
|
+
Wow: unknown;
|
|
1617
|
+
$kind: "Wow";
|
|
1651
1618
|
};
|
|
1652
1619
|
};
|
|
1653
1620
|
value: {
|
|
1654
1621
|
V1: {
|
|
1655
|
-
kind: import("
|
|
1622
|
+
kind: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
1656
1623
|
ProgrammableTransaction: {
|
|
1657
|
-
inputs: import("
|
|
1624
|
+
inputs: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
1658
1625
|
Pure: {
|
|
1659
1626
|
bytes: string;
|
|
1660
1627
|
};
|
|
1661
|
-
Object: import("
|
|
1628
|
+
Object: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
1662
1629
|
ImmOrOwnedObject: {
|
|
1663
1630
|
objectId: string;
|
|
1664
1631
|
version: string;
|
|
@@ -1676,13 +1643,13 @@ export declare const SenderSignedData: BcsType<{
|
|
|
1676
1643
|
};
|
|
1677
1644
|
}, "ImmOrOwnedObject" | "SharedObject" | "Receiving">;
|
|
1678
1645
|
}, "Object" | "Pure">[];
|
|
1679
|
-
commands: import("
|
|
1646
|
+
commands: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
1680
1647
|
MoveCall: {
|
|
1681
1648
|
package: string;
|
|
1682
1649
|
module: string;
|
|
1683
1650
|
function: string;
|
|
1684
1651
|
typeArguments: string[];
|
|
1685
|
-
arguments: import("
|
|
1652
|
+
arguments: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
1686
1653
|
GasCoin: unknown;
|
|
1687
1654
|
Input: number;
|
|
1688
1655
|
Result: number;
|
|
@@ -1690,13 +1657,13 @@ export declare const SenderSignedData: BcsType<{
|
|
|
1690
1657
|
}, "GasCoin" | "Input" | "Result" | "NestedResult">[];
|
|
1691
1658
|
};
|
|
1692
1659
|
TransferObjects: {
|
|
1693
|
-
objects: import("
|
|
1660
|
+
objects: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
1694
1661
|
GasCoin: unknown;
|
|
1695
1662
|
Input: number;
|
|
1696
1663
|
Result: number;
|
|
1697
1664
|
NestedResult: [number, number];
|
|
1698
1665
|
}, "GasCoin" | "Input" | "Result" | "NestedResult">[];
|
|
1699
|
-
address: import("
|
|
1666
|
+
address: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
1700
1667
|
GasCoin: unknown;
|
|
1701
1668
|
Input: number;
|
|
1702
1669
|
Result: number;
|
|
@@ -1704,13 +1671,13 @@ export declare const SenderSignedData: BcsType<{
|
|
|
1704
1671
|
}, "GasCoin" | "Input" | "Result" | "NestedResult">;
|
|
1705
1672
|
};
|
|
1706
1673
|
SplitCoins: {
|
|
1707
|
-
coin: import("
|
|
1674
|
+
coin: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
1708
1675
|
GasCoin: unknown;
|
|
1709
1676
|
Input: number;
|
|
1710
1677
|
Result: number;
|
|
1711
1678
|
NestedResult: [number, number];
|
|
1712
1679
|
}, "GasCoin" | "Input" | "Result" | "NestedResult">;
|
|
1713
|
-
amounts: import("
|
|
1680
|
+
amounts: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
1714
1681
|
GasCoin: unknown;
|
|
1715
1682
|
Input: number;
|
|
1716
1683
|
Result: number;
|
|
@@ -1718,13 +1685,13 @@ export declare const SenderSignedData: BcsType<{
|
|
|
1718
1685
|
}, "GasCoin" | "Input" | "Result" | "NestedResult">[];
|
|
1719
1686
|
};
|
|
1720
1687
|
MergeCoins: {
|
|
1721
|
-
destination: import("
|
|
1688
|
+
destination: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
1722
1689
|
GasCoin: unknown;
|
|
1723
1690
|
Input: number;
|
|
1724
1691
|
Result: number;
|
|
1725
1692
|
NestedResult: [number, number];
|
|
1726
1693
|
}, "GasCoin" | "Input" | "Result" | "NestedResult">;
|
|
1727
|
-
sources: import("
|
|
1694
|
+
sources: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
1728
1695
|
GasCoin: unknown;
|
|
1729
1696
|
Input: number;
|
|
1730
1697
|
Result: number;
|
|
@@ -1737,7 +1704,7 @@ export declare const SenderSignedData: BcsType<{
|
|
|
1737
1704
|
};
|
|
1738
1705
|
MakeMoveVec: {
|
|
1739
1706
|
type: string;
|
|
1740
|
-
elements: import("
|
|
1707
|
+
elements: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
1741
1708
|
GasCoin: unknown;
|
|
1742
1709
|
Input: number;
|
|
1743
1710
|
Result: number;
|
|
@@ -1748,7 +1715,7 @@ export declare const SenderSignedData: BcsType<{
|
|
|
1748
1715
|
modules: string[];
|
|
1749
1716
|
dependencies: string[];
|
|
1750
1717
|
package: string;
|
|
1751
|
-
ticket: import("
|
|
1718
|
+
ticket: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
1752
1719
|
GasCoin: unknown;
|
|
1753
1720
|
Input: number;
|
|
1754
1721
|
Result: number;
|
|
@@ -1772,7 +1739,7 @@ export declare const SenderSignedData: BcsType<{
|
|
|
1772
1739
|
price: string;
|
|
1773
1740
|
budget: string;
|
|
1774
1741
|
};
|
|
1775
|
-
expiration: import("
|
|
1742
|
+
expiration: import("../_deps/bcs/types.js").EnumOutputShapeWithKeys<{
|
|
1776
1743
|
None: unknown;
|
|
1777
1744
|
Epoch: number;
|
|
1778
1745
|
}, "None" | "Epoch">;
|
|
@@ -1784,7 +1751,7 @@ export declare const SenderSignedData: BcsType<{
|
|
|
1784
1751
|
}[], Iterable<{
|
|
1785
1752
|
intentMessage: {
|
|
1786
1753
|
intent: {
|
|
1787
|
-
scope: import("
|
|
1754
|
+
scope: import("../_deps/bcs/types.js").EnumInputShape<{
|
|
1788
1755
|
TransactionData: unknown;
|
|
1789
1756
|
TransactionEffects: unknown;
|
|
1790
1757
|
CheckpointSummary: unknown;
|
|
@@ -1794,18 +1761,18 @@ export declare const SenderSignedData: BcsType<{
|
|
|
1794
1761
|
V0: unknown;
|
|
1795
1762
|
};
|
|
1796
1763
|
appId: {
|
|
1797
|
-
|
|
1764
|
+
Wow: unknown;
|
|
1798
1765
|
};
|
|
1799
1766
|
};
|
|
1800
1767
|
value: {
|
|
1801
1768
|
V1: {
|
|
1802
|
-
kind: import("
|
|
1769
|
+
kind: import("../_deps/bcs/types.js").EnumInputShape<{
|
|
1803
1770
|
ProgrammableTransaction: {
|
|
1804
|
-
inputs: Iterable<import("
|
|
1771
|
+
inputs: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
|
|
1805
1772
|
Pure: {
|
|
1806
1773
|
bytes: string | Uint8Array<ArrayBufferLike>;
|
|
1807
1774
|
};
|
|
1808
|
-
Object: import("
|
|
1775
|
+
Object: import("../_deps/bcs/types.js").EnumInputShape<{
|
|
1809
1776
|
ImmOrOwnedObject: {
|
|
1810
1777
|
objectId: string | Uint8Array<ArrayBufferLike>;
|
|
1811
1778
|
version: string | number | bigint;
|
|
@@ -1825,7 +1792,7 @@ export declare const SenderSignedData: BcsType<{
|
|
|
1825
1792
|
}>> & {
|
|
1826
1793
|
length: number;
|
|
1827
1794
|
};
|
|
1828
|
-
commands: Iterable<import("
|
|
1795
|
+
commands: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
|
|
1829
1796
|
MoveCall: {
|
|
1830
1797
|
package: string | Uint8Array<ArrayBufferLike>;
|
|
1831
1798
|
module: string;
|
|
@@ -1833,7 +1800,7 @@ export declare const SenderSignedData: BcsType<{
|
|
|
1833
1800
|
typeArguments: Iterable<string | TypeTagType> & {
|
|
1834
1801
|
length: number;
|
|
1835
1802
|
};
|
|
1836
|
-
arguments: Iterable<import("
|
|
1803
|
+
arguments: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
|
|
1837
1804
|
GasCoin: unknown;
|
|
1838
1805
|
Input: number;
|
|
1839
1806
|
Result: number;
|
|
@@ -1843,7 +1810,7 @@ export declare const SenderSignedData: BcsType<{
|
|
|
1843
1810
|
};
|
|
1844
1811
|
};
|
|
1845
1812
|
TransferObjects: {
|
|
1846
|
-
objects: Iterable<import("
|
|
1813
|
+
objects: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
|
|
1847
1814
|
GasCoin: unknown;
|
|
1848
1815
|
Input: number;
|
|
1849
1816
|
Result: number;
|
|
@@ -1851,7 +1818,7 @@ export declare const SenderSignedData: BcsType<{
|
|
|
1851
1818
|
}>> & {
|
|
1852
1819
|
length: number;
|
|
1853
1820
|
};
|
|
1854
|
-
address: import("
|
|
1821
|
+
address: import("../_deps/bcs/types.js").EnumInputShape<{
|
|
1855
1822
|
GasCoin: unknown;
|
|
1856
1823
|
Input: number;
|
|
1857
1824
|
Result: number;
|
|
@@ -1859,13 +1826,13 @@ export declare const SenderSignedData: BcsType<{
|
|
|
1859
1826
|
}>;
|
|
1860
1827
|
};
|
|
1861
1828
|
SplitCoins: {
|
|
1862
|
-
coin: import("
|
|
1829
|
+
coin: import("../_deps/bcs/types.js").EnumInputShape<{
|
|
1863
1830
|
GasCoin: unknown;
|
|
1864
1831
|
Input: number;
|
|
1865
1832
|
Result: number;
|
|
1866
1833
|
NestedResult: readonly [number, number];
|
|
1867
1834
|
}>;
|
|
1868
|
-
amounts: Iterable<import("
|
|
1835
|
+
amounts: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
|
|
1869
1836
|
GasCoin: unknown;
|
|
1870
1837
|
Input: number;
|
|
1871
1838
|
Result: number;
|
|
@@ -1875,13 +1842,13 @@ export declare const SenderSignedData: BcsType<{
|
|
|
1875
1842
|
};
|
|
1876
1843
|
};
|
|
1877
1844
|
MergeCoins: {
|
|
1878
|
-
destination: import("
|
|
1845
|
+
destination: import("../_deps/bcs/types.js").EnumInputShape<{
|
|
1879
1846
|
GasCoin: unknown;
|
|
1880
1847
|
Input: number;
|
|
1881
1848
|
Result: number;
|
|
1882
1849
|
NestedResult: readonly [number, number];
|
|
1883
1850
|
}>;
|
|
1884
|
-
sources: Iterable<import("
|
|
1851
|
+
sources: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
|
|
1885
1852
|
GasCoin: unknown;
|
|
1886
1853
|
Input: number;
|
|
1887
1854
|
Result: number;
|
|
@@ -1900,7 +1867,7 @@ export declare const SenderSignedData: BcsType<{
|
|
|
1900
1867
|
};
|
|
1901
1868
|
MakeMoveVec: {
|
|
1902
1869
|
type: string;
|
|
1903
|
-
elements: Iterable<import("
|
|
1870
|
+
elements: Iterable<import("../_deps/bcs/types.js").EnumInputShape<{
|
|
1904
1871
|
GasCoin: unknown;
|
|
1905
1872
|
Input: number;
|
|
1906
1873
|
Result: number;
|
|
@@ -1917,7 +1884,7 @@ export declare const SenderSignedData: BcsType<{
|
|
|
1917
1884
|
length: number;
|
|
1918
1885
|
};
|
|
1919
1886
|
package: string | Uint8Array<ArrayBufferLike>;
|
|
1920
|
-
ticket: import("
|
|
1887
|
+
ticket: import("../_deps/bcs/types.js").EnumInputShape<{
|
|
1921
1888
|
GasCoin: unknown;
|
|
1922
1889
|
Input: number;
|
|
1923
1890
|
Result: number;
|
|
@@ -1945,7 +1912,7 @@ export declare const SenderSignedData: BcsType<{
|
|
|
1945
1912
|
price: string | number | bigint;
|
|
1946
1913
|
budget: string | number | bigint;
|
|
1947
1914
|
};
|
|
1948
|
-
expiration: import("
|
|
1915
|
+
expiration: import("../_deps/bcs/types.js").EnumInputShape<{
|
|
1949
1916
|
None: unknown;
|
|
1950
1917
|
Epoch: string | number;
|
|
1951
1918
|
}>;
|
|
@@ -1958,8 +1925,3 @@ export declare const SenderSignedData: BcsType<{
|
|
|
1958
1925
|
}> & {
|
|
1959
1926
|
length: number;
|
|
1960
1927
|
}, "SenderSignedData">;
|
|
1961
|
-
export declare const PasskeyAuthenticator: import("@mysten/bcs").BcsStruct<{
|
|
1962
|
-
authenticatorData: BcsType<Uint8Array<ArrayBufferLike>, Iterable<number>, "vector<u8>">;
|
|
1963
|
-
clientDataJson: BcsType<string, string, "string">;
|
|
1964
|
-
userSignature: BcsType<Uint8Array<ArrayBufferLike>, Iterable<number>, "vector<u8>">;
|
|
1965
|
-
}, string>;
|