@allbridge/bridge-core-sdk 3.22.1-alpha.2 → 3.23.0-beta.2
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/README.md +8 -8
- package/dist/browser/index.js +1 -1
- package/dist/browser/index.js.map +4 -4
- package/dist/cjs/index.js +1 -5
- package/dist/cjs/index.js.map +4 -4
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +4 -4
- package/dist/src/chains/chain.enums.d.ts +5 -1
- package/dist/src/chains/chain.enums.js +4 -0
- package/dist/src/chains/chain.enums.js.map +1 -1
- package/dist/src/chains/index.js +6 -0
- package/dist/src/chains/index.js.map +1 -1
- package/dist/src/client/core-api/api-client-caching.js +1 -1
- package/dist/src/client/core-api/api-client-caching.js.map +1 -1
- package/dist/src/client/core-api/api-client.js +6 -0
- package/dist/src/client/core-api/api-client.js.map +1 -1
- package/dist/src/client/core-api/core-api-mapper.js +3 -0
- package/dist/src/client/core-api/core-api-mapper.js.map +1 -1
- package/dist/src/client/core-api/core-api.model.d.ts +8 -2
- package/dist/src/client/core-api/core-api.model.js +2 -0
- package/dist/src/client/core-api/core-api.model.js.map +1 -1
- package/dist/src/exceptions/exceptions.d.ts +4 -0
- package/dist/src/exceptions/exceptions.js +8 -1
- package/dist/src/exceptions/exceptions.js.map +1 -1
- package/dist/src/index.d.ts +10 -17
- package/dist/src/index.js +34 -26
- package/dist/src/index.js.map +1 -1
- package/dist/src/models/index.d.ts +1 -0
- package/dist/src/models/index.js.map +1 -1
- package/dist/src/services/bridge/evm/index.d.ts +3 -1
- package/dist/src/services/bridge/evm/index.js +47 -15
- package/dist/src/services/bridge/evm/index.js.map +1 -1
- package/dist/src/services/bridge/get-cctp-sol-token-recipient-address.js +3 -3
- package/dist/src/services/bridge/get-cctp-sol-token-recipient-address.js.map +1 -1
- package/dist/src/services/bridge/index.d.ts +1 -1
- package/dist/src/services/bridge/index.js +30 -26
- package/dist/src/services/bridge/index.js.map +1 -1
- package/dist/src/services/bridge/models/bridge.model.d.ts +4 -0
- package/dist/src/services/bridge/models/bridge.model.js.map +1 -1
- package/dist/src/services/bridge/raw-bridge-transaction-builder.js +2 -2
- package/dist/src/services/bridge/raw-bridge-transaction-builder.js.map +1 -1
- package/dist/src/services/bridge/sol/index.d.ts +2 -2
- package/dist/src/services/bridge/sol/index.js +8 -5
- package/dist/src/services/bridge/sol/index.js.map +1 -1
- package/dist/src/services/bridge/srb/index.js +1 -1
- package/dist/src/services/bridge/srb/index.js.map +1 -1
- package/dist/src/services/bridge/sui/index.js +3 -1
- package/dist/src/services/bridge/sui/index.js.map +1 -1
- package/dist/src/services/bridge/trx/index.d.ts +1 -1
- package/dist/src/services/bridge/trx/index.js +85 -54
- package/dist/src/services/bridge/trx/index.js.map +1 -1
- package/dist/src/services/bridge/utils.d.ts +12 -12
- package/dist/src/services/bridge/utils.js +78 -51
- package/dist/src/services/bridge/utils.js.map +1 -1
- package/dist/src/services/index.d.ts +13 -7
- package/dist/src/services/index.js +129 -48
- package/dist/src/services/index.js.map +1 -1
- package/dist/src/services/liquidity-pool/index.d.ts +1 -1
- package/dist/src/services/liquidity-pool/index.js +5 -8
- package/dist/src/services/liquidity-pool/index.js.map +1 -1
- package/dist/src/services/liquidity-pool/raw-pool-transaction-builder.js +3 -3
- package/dist/src/services/liquidity-pool/raw-pool-transaction-builder.js.map +1 -1
- package/dist/src/services/liquidity-pool/trx/index.js +3 -3
- package/dist/src/services/liquidity-pool/trx/index.js.map +1 -1
- package/dist/src/services/models/abi/OftBridge.d.ts +386 -0
- package/dist/src/services/models/abi/OftBridge.js +500 -0
- package/dist/src/services/models/abi/OftBridge.js.map +1 -0
- package/dist/src/services/models/sui/_dependencies/source/0x1/ascii/structs.d.ts +2 -2
- package/dist/src/services/models/sui/_dependencies/source/0x1/bit-vector/structs.d.ts +1 -1
- package/dist/src/services/models/sui/_dependencies/source/0x1/fixed-point32/structs.d.ts +1 -1
- package/dist/src/services/models/sui/_dependencies/source/0x1/string/structs.d.ts +1 -1
- package/dist/src/services/models/sui/_dependencies/source/0x1/type-name/structs.d.ts +1 -1
- package/dist/src/services/models/sui/_dependencies/source/0x1/uq32-32/structs.d.ts +1 -1
- package/dist/src/services/models/sui/_dependencies/source/0x1/uq64-64/structs.d.ts +1 -1
- package/dist/src/services/models/sui/_dependencies/source/0x31cc14d80c175ae39777c0238f20594c6d4869cfab199f40b69f3319956b8beb/burn-message/structs.d.ts +1 -1
- package/dist/src/services/models/sui/_dependencies/source/0x31cc14d80c175ae39777c0238f20594c6d4869cfab199f40b69f3319956b8beb/handle-receive-message/structs.d.ts +1 -1
- package/dist/src/services/models/sui/_dependencies/source/0x31cc14d80c175ae39777c0238f20594c6d4869cfab199f40b69f3319956b8beb/message-transmitter-authenticator/structs.d.ts +1 -1
- package/dist/src/services/models/sui/_dependencies/source/0x31cc14d80c175ae39777c0238f20594c6d4869cfab199f40b69f3319956b8beb/state/structs.d.ts +1 -1
- package/dist/src/services/models/sui/_dependencies/source/0x346e3233f61eb0055713417bfaddda7dc3bf26816faad1f7606994a368b92917/mint-allowance/structs.d.ts +1 -1
- package/dist/src/services/models/sui/_dependencies/source/0x346e3233f61eb0055713417bfaddda7dc3bf26816faad1f7606994a368b92917/treasury/structs.d.ts +4 -4
- package/dist/src/services/models/sui/_dependencies/source/0x4931e06dce648b3931f890035bd196920770e913e43e45990b383f6486fdd0a5/message/structs.d.ts +1 -1
- package/dist/src/services/models/sui/_dependencies/source/0x4931e06dce648b3931f890035bd196920770e913e43e45990b383f6486fdd0a5/state/structs.d.ts +1 -1
- package/dist/src/services/models/sui/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/bytes20/structs.d.ts +1 -1
- package/dist/src/services/models/sui/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/bytes32/structs.d.ts +1 -1
- package/dist/src/services/models/sui/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/consumed-vaas/structs.d.ts +1 -1
- package/dist/src/services/models/sui/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/emitter/structs.d.ts +2 -2
- package/dist/src/services/models/sui/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/external-address/structs.d.ts +1 -1
- package/dist/src/services/models/sui/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/fee-collector/structs.d.ts +1 -1
- package/dist/src/services/models/sui/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/guardian/structs.d.ts +1 -1
- package/dist/src/services/models/sui/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/guardian-set/structs.d.ts +1 -1
- package/dist/src/services/models/sui/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/publish-message/structs.d.ts +2 -2
- package/dist/src/services/models/sui/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/set/structs.d.ts +2 -2
- package/dist/src/services/models/sui/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/state/structs.d.ts +1 -1
- package/dist/src/services/models/sui/_dependencies/source/0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94/vaa/structs.d.ts +1 -1
- package/dist/src/services/models/sui/_framework/util.d.ts +30 -3
- package/dist/src/services/models/sui/_framework/vector.d.ts +2 -2
- package/dist/src/services/models/sui/bridge/another-bridge/functions.d.ts +9 -9
- package/dist/src/services/models/sui/bridge/another-bridge/structs.d.ts +1 -1
- package/dist/src/services/models/sui/bridge/bridge/functions.d.ts +31 -31
- package/dist/src/services/models/sui/bridge/bridge/structs.d.ts +4 -4
- package/dist/src/services/models/sui/bridge/bridge-interface/functions.d.ts +54 -54
- package/dist/src/services/models/sui/bridge/events/functions.d.ts +9 -9
- package/dist/src/services/models/sui/bridge/events/structs.d.ts +9 -9
- package/dist/src/services/models/sui/bridge/pool/functions.d.ts +26 -26
- package/dist/src/services/models/sui/bridge/pool/structs.d.ts +3 -3
- package/dist/src/services/models/sui/bridge/pool-rewards/functions.d.ts +10 -10
- package/dist/src/services/models/sui/bridge/pool-rewards/structs.d.ts +1 -1
- package/dist/src/services/models/sui/bridge/pool-state/functions.d.ts +21 -21
- package/dist/src/services/models/sui/bridge/pool-state/structs.d.ts +1 -1
- package/dist/src/services/models/sui/bridge/user-deposit/functions.d.ts +7 -7
- package/dist/src/services/models/sui/bridge/user-deposit/structs.d.ts +1 -1
- package/dist/src/services/models/sui/cctp-bridge/cctp-bridge/functions.d.ts +19 -19
- package/dist/src/services/models/sui/cctp-bridge/cctp-bridge/structs.d.ts +3 -3
- package/dist/src/services/models/sui/cctp-bridge/cctp-bridge-interface/functions.d.ts +15 -15
- package/dist/src/services/models/sui/cctp-bridge/events/functions.d.ts +4 -4
- package/dist/src/services/models/sui/cctp-bridge/events/structs.d.ts +4 -4
- package/dist/src/services/models/sui/cctp-bridge/message-transmitter-authenticator/functions.d.ts +1 -1
- package/dist/src/services/models/sui/cctp-bridge/message-transmitter-authenticator/structs.d.ts +1 -1
- package/dist/src/services/models/sui/gas-oracle/gas-oracle/functions.d.ts +16 -16
- package/dist/src/services/models/sui/gas-oracle/gas-oracle/structs.d.ts +3 -3
- package/dist/src/services/models/sui/gas-oracle/gas-oracle-interface/functions.d.ts +13 -13
- package/dist/src/services/models/sui/messenger/events/functions.d.ts +2 -2
- package/dist/src/services/models/sui/messenger/events/structs.d.ts +2 -2
- package/dist/src/services/models/sui/messenger/messenger/functions.d.ts +18 -18
- package/dist/src/services/models/sui/messenger/messenger/structs.d.ts +2 -2
- package/dist/src/services/models/sui/messenger/messenger-interface/functions.d.ts +15 -15
- package/dist/src/services/models/sui/sui/address/functions.d.ts +10 -10
- package/dist/src/services/models/sui/sui/authenticator-state/functions.d.ts +13 -13
- package/dist/src/services/models/sui/sui/authenticator-state/structs.d.ts +5 -5
- package/dist/src/services/models/sui/sui/bag/functions.d.ts +10 -10
- package/dist/src/services/models/sui/sui/bag/structs.d.ts +1 -1
- package/dist/src/services/models/sui/sui/balance/functions.d.ts +13 -13
- package/dist/src/services/models/sui/sui/balance/structs.d.ts +2 -2
- package/dist/src/services/models/sui/sui/bcs/functions.d.ts +29 -29
- package/dist/src/services/models/sui/sui/bcs/structs.d.ts +1 -1
- package/dist/src/services/models/sui/sui/bls12381/functions.d.ts +43 -43
- package/dist/src/services/models/sui/sui/bls12381/structs.d.ts +5 -5
- package/dist/src/services/models/sui/sui/borrow/functions.d.ts +4 -4
- package/dist/src/services/models/sui/sui/clock/functions.d.ts +3 -3
- package/dist/src/services/models/sui/sui/clock/structs.d.ts +1 -1
- package/dist/src/services/models/sui/sui/coin/functions.d.ts +45 -45
- package/dist/src/services/models/sui/sui/coin/structs.d.ts +7 -7
- package/dist/src/services/models/sui/sui/config/functions.d.ts +11 -11
- package/dist/src/services/models/sui/sui/deny-list/functions.d.ts +21 -21
- package/dist/src/services/models/sui/sui/deny-list/structs.d.ts +7 -7
- package/dist/src/services/models/sui/sui/display/functions.d.ts +13 -13
- package/dist/src/services/models/sui/sui/display/structs.d.ts +3 -3
- package/dist/src/services/models/sui/sui/dynamic-field/functions.d.ts +16 -16
- package/dist/src/services/models/sui/sui/dynamic-object-field/functions.d.ts +12 -12
- package/dist/src/services/models/sui/sui/ecdsa-k1/functions.d.ts +3 -3
- package/dist/src/services/models/sui/sui/ecdsa-r1/functions.d.ts +2 -2
- package/dist/src/services/models/sui/sui/ecvrf/functions.d.ts +1 -1
- package/dist/src/services/models/sui/sui/ed25519/functions.d.ts +1 -1
- package/dist/src/services/models/sui/sui/event/functions.d.ts +1 -1
- package/dist/src/services/models/sui/sui/groth16/functions.d.ts +10 -10
- package/dist/src/services/models/sui/sui/groth16/structs.d.ts +4 -4
- package/dist/src/services/models/sui/sui/group-ops/functions.d.ts +23 -23
- package/dist/src/services/models/sui/sui/group-ops/structs.d.ts +1 -1
- package/dist/src/services/models/sui/sui/hash/functions.d.ts +2 -2
- package/dist/src/services/models/sui/sui/hex/functions.d.ts +3 -3
- package/dist/src/services/models/sui/sui/hmac/functions.d.ts +1 -1
- package/dist/src/services/models/sui/sui/kiosk/functions.d.ts +41 -41
- package/dist/src/services/models/sui/sui/kiosk/structs.d.ts +10 -10
- package/dist/src/services/models/sui/sui/kiosk-extension/functions.d.ts +14 -14
- package/dist/src/services/models/sui/sui/kiosk-extension/structs.d.ts +2 -2
- package/dist/src/services/models/sui/sui/linked-table/functions.d.ts +17 -17
- package/dist/src/services/models/sui/sui/math/functions.d.ts +7 -7
- package/dist/src/services/models/sui/sui/object/functions.d.ts +24 -24
- package/dist/src/services/models/sui/sui/object/structs.d.ts +2 -2
- package/dist/src/services/models/sui/sui/object-bag/functions.d.ts +11 -11
- package/dist/src/services/models/sui/sui/object-bag/structs.d.ts +1 -1
- package/dist/src/services/models/sui/sui/object-table/functions.d.ts +10 -10
- package/dist/src/services/models/sui/sui/object-table/structs.d.ts +1 -1
- package/dist/src/services/models/sui/sui/package/functions.d.ts +24 -24
- package/dist/src/services/models/sui/sui/package/structs.d.ts +4 -4
- package/dist/src/services/models/sui/sui/pay/functions.d.ts +8 -8
- package/dist/src/services/models/sui/sui/poseidon/functions.d.ts +2 -2
- package/dist/src/services/models/sui/sui/priority-queue/functions.d.ts +8 -8
- package/dist/src/services/models/sui/sui/random/functions.d.ts +23 -23
- package/dist/src/services/models/sui/sui/random/structs.d.ts +3 -3
- package/dist/src/services/models/sui/sui/sui/functions.d.ts +2 -2
- package/dist/src/services/models/sui/sui/sui/structs.d.ts +1 -1
- package/dist/src/services/models/sui/sui/table/functions.d.ts +10 -10
- package/dist/src/services/models/sui/sui/table/structs.d.ts +1 -1
- package/dist/src/services/models/sui/sui/table-vec/functions.d.ts +12 -12
- package/dist/src/services/models/sui/sui/table-vec/structs.d.ts +1 -1
- package/dist/src/services/models/sui/sui/token/functions.d.ts +45 -45
- package/dist/src/services/models/sui/sui/token/structs.d.ts +6 -6
- package/dist/src/services/models/sui/sui/transfer/functions.d.ts +13 -13
- package/dist/src/services/models/sui/sui/transfer/structs.d.ts +1 -1
- package/dist/src/services/models/sui/sui/transfer-policy/functions.d.ts +18 -18
- package/dist/src/services/models/sui/sui/transfer-policy/structs.d.ts +6 -6
- package/dist/src/services/models/sui/sui/tx-context/functions.d.ts +7 -7
- package/dist/src/services/models/sui/sui/tx-context/structs.d.ts +1 -1
- package/dist/src/services/models/sui/sui/types/functions.d.ts +1 -1
- package/dist/src/services/models/sui/sui/url/functions.d.ts +4 -4
- package/dist/src/services/models/sui/sui/url/structs.d.ts +1 -1
- package/dist/src/services/models/sui/sui/vdf/functions.d.ts +4 -4
- package/dist/src/services/models/sui/sui/vec-map/functions.d.ts +19 -19
- package/dist/src/services/models/sui/sui/vec-set/functions.d.ts +12 -12
- package/dist/src/services/models/sui/sui/versioned/functions.d.ts +7 -7
- package/dist/src/services/models/sui/sui/versioned/structs.d.ts +2 -2
- package/dist/src/services/models/sui/sui/zklogin-verified-id/functions.d.ts +9 -9
- package/dist/src/services/models/sui/sui/zklogin-verified-id/structs.d.ts +1 -1
- package/dist/src/services/models/sui/sui/zklogin-verified-issuer/functions.d.ts +6 -6
- package/dist/src/services/models/sui/sui/zklogin-verified-issuer/structs.d.ts +1 -1
- package/dist/src/services/models/sui/utils/bytes32/functions.d.ts +14 -14
- package/dist/src/services/models/sui/utils/bytes32/structs.d.ts +1 -1
- package/dist/src/services/models/sui/utils/fee-collector/functions.d.ts +5 -5
- package/dist/src/services/models/sui/utils/fee-collector/structs.d.ts +1 -1
- package/dist/src/services/models/sui/utils/message/functions.d.ts +9 -9
- package/dist/src/services/models/sui/utils/message/structs.d.ts +1 -1
- package/dist/src/services/models/sui/utils/messenger-protocol/functions.d.ts +3 -3
- package/dist/src/services/models/sui/utils/messenger-protocol/structs.d.ts +1 -1
- package/dist/src/services/models/sui/utils/set/functions.d.ts +5 -5
- package/dist/src/services/models/sui/utils/set/structs.d.ts +2 -2
- package/dist/src/services/models/sui/utils/version/functions.d.ts +3 -3
- package/dist/src/services/models/sui/utils/version/structs.d.ts +1 -1
- package/dist/src/services/models/sui/wormhole-messenger/events/functions.d.ts +2 -2
- package/dist/src/services/models/sui/wormhole-messenger/events/structs.d.ts +2 -2
- package/dist/src/services/models/sui/wormhole-messenger/wh-messenger-interface/functions.d.ts +15 -15
- package/dist/src/services/models/sui/wormhole-messenger/wormhole-messenger/functions.d.ts +20 -20
- package/dist/src/services/models/sui/wormhole-messenger/wormhole-messenger/structs.d.ts +2 -2
- package/dist/src/services/token/index.js +9 -12
- package/dist/src/services/token/index.js.map +1 -1
- package/dist/src/tokens-info/tokens-info.model.d.ts +14 -0
- package/dist/src/tokens-info/tokens-info.model.js.map +1 -1
- package/dist/src/version.d.ts +1 -1
- package/dist/src/version.js +1 -1
- package/dist/src/version.js.map +1 -1
- package/package.json +14 -13
- package/dist/src/utils/tronweb/lazy-load-tronweb-import.d.ts +0 -1
- package/dist/src/utils/tronweb/lazy-load-tronweb-import.js +0 -35
- package/dist/src/utils/tronweb/lazy-load-tronweb-import.js.map +0 -1
|
@@ -1,73 +1,73 @@
|
|
|
1
1
|
import { GenericArg } from "../../_framework/util";
|
|
2
2
|
import { Transaction, TransactionArgument, TransactionObjectInput } from "@mysten/sui/transactions";
|
|
3
|
-
export declare function create(tx: Transaction): import("@mysten/sui/transactions").TransactionResult;
|
|
4
|
-
export declare function loadInner(tx: Transaction, self: TransactionObjectInput): import("@mysten/sui/transactions").TransactionResult;
|
|
5
|
-
export declare function loadInnerMut(tx: Transaction, self: TransactionObjectInput): import("@mysten/sui/transactions").TransactionResult;
|
|
6
|
-
export declare function deriveNextBlock(tx: Transaction, g: TransactionObjectInput): import("@mysten/sui/transactions").TransactionResult;
|
|
7
|
-
export declare function fillBuffer(tx: Transaction, g: TransactionObjectInput): import("@mysten/sui/transactions").TransactionResult;
|
|
8
|
-
export declare function generateBool(tx: Transaction, g: TransactionObjectInput): import("@mysten/sui/transactions").TransactionResult;
|
|
3
|
+
export declare function create(tx: Transaction): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
4
|
+
export declare function loadInner(tx: Transaction, self: TransactionObjectInput): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
5
|
+
export declare function loadInnerMut(tx: Transaction, self: TransactionObjectInput): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
6
|
+
export declare function deriveNextBlock(tx: Transaction, g: TransactionObjectInput): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
7
|
+
export declare function fillBuffer(tx: Transaction, g: TransactionObjectInput): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
8
|
+
export declare function generateBool(tx: Transaction, g: TransactionObjectInput): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
9
9
|
export interface GenerateBytesArgs {
|
|
10
10
|
g: TransactionObjectInput;
|
|
11
11
|
numOfBytes: number | TransactionArgument;
|
|
12
12
|
}
|
|
13
|
-
export declare function generateBytes(tx: Transaction, args: GenerateBytesArgs): import("@mysten/sui/transactions").TransactionResult;
|
|
14
|
-
export declare function generateU128(tx: Transaction, g: TransactionObjectInput): import("@mysten/sui/transactions").TransactionResult;
|
|
13
|
+
export declare function generateBytes(tx: Transaction, args: GenerateBytesArgs): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
14
|
+
export declare function generateU128(tx: Transaction, g: TransactionObjectInput): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
15
15
|
export interface GenerateU128InRangeArgs {
|
|
16
16
|
g: TransactionObjectInput;
|
|
17
17
|
min: bigint | TransactionArgument;
|
|
18
18
|
max: bigint | TransactionArgument;
|
|
19
19
|
}
|
|
20
|
-
export declare function generateU128InRange(tx: Transaction, args: GenerateU128InRangeArgs): import("@mysten/sui/transactions").TransactionResult;
|
|
21
|
-
export declare function generateU16(tx: Transaction, g: TransactionObjectInput): import("@mysten/sui/transactions").TransactionResult;
|
|
20
|
+
export declare function generateU128InRange(tx: Transaction, args: GenerateU128InRangeArgs): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
21
|
+
export declare function generateU16(tx: Transaction, g: TransactionObjectInput): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
22
22
|
export interface GenerateU16InRangeArgs {
|
|
23
23
|
g: TransactionObjectInput;
|
|
24
24
|
min: number | TransactionArgument;
|
|
25
25
|
max: number | TransactionArgument;
|
|
26
26
|
}
|
|
27
|
-
export declare function generateU16InRange(tx: Transaction, args: GenerateU16InRangeArgs): import("@mysten/sui/transactions").TransactionResult;
|
|
28
|
-
export declare function generateU256(tx: Transaction, g: TransactionObjectInput): import("@mysten/sui/transactions").TransactionResult;
|
|
29
|
-
export declare function generateU32(tx: Transaction, g: TransactionObjectInput): import("@mysten/sui/transactions").TransactionResult;
|
|
27
|
+
export declare function generateU16InRange(tx: Transaction, args: GenerateU16InRangeArgs): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
28
|
+
export declare function generateU256(tx: Transaction, g: TransactionObjectInput): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
29
|
+
export declare function generateU32(tx: Transaction, g: TransactionObjectInput): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
30
30
|
export interface GenerateU32InRangeArgs {
|
|
31
31
|
g: TransactionObjectInput;
|
|
32
32
|
min: number | TransactionArgument;
|
|
33
33
|
max: number | TransactionArgument;
|
|
34
34
|
}
|
|
35
|
-
export declare function generateU32InRange(tx: Transaction, args: GenerateU32InRangeArgs): import("@mysten/sui/transactions").TransactionResult;
|
|
36
|
-
export declare function generateU64(tx: Transaction, g: TransactionObjectInput): import("@mysten/sui/transactions").TransactionResult;
|
|
35
|
+
export declare function generateU32InRange(tx: Transaction, args: GenerateU32InRangeArgs): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
36
|
+
export declare function generateU64(tx: Transaction, g: TransactionObjectInput): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
37
37
|
export interface GenerateU64InRangeArgs {
|
|
38
38
|
g: TransactionObjectInput;
|
|
39
39
|
min: bigint | TransactionArgument;
|
|
40
40
|
max: bigint | TransactionArgument;
|
|
41
41
|
}
|
|
42
|
-
export declare function generateU64InRange(tx: Transaction, args: GenerateU64InRangeArgs): import("@mysten/sui/transactions").TransactionResult;
|
|
43
|
-
export declare function generateU8(tx: Transaction, g: TransactionObjectInput): import("@mysten/sui/transactions").TransactionResult;
|
|
42
|
+
export declare function generateU64InRange(tx: Transaction, args: GenerateU64InRangeArgs): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
43
|
+
export declare function generateU8(tx: Transaction, g: TransactionObjectInput): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
44
44
|
export interface GenerateU8InRangeArgs {
|
|
45
45
|
g: TransactionObjectInput;
|
|
46
46
|
min: number | TransactionArgument;
|
|
47
47
|
max: number | TransactionArgument;
|
|
48
48
|
}
|
|
49
|
-
export declare function generateU8InRange(tx: Transaction, args: GenerateU8InRangeArgs): import("@mysten/sui/transactions").TransactionResult;
|
|
50
|
-
export declare function newGenerator(tx: Transaction, r: TransactionObjectInput): import("@mysten/sui/transactions").TransactionResult;
|
|
49
|
+
export declare function generateU8InRange(tx: Transaction, args: GenerateU8InRangeArgs): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
50
|
+
export declare function newGenerator(tx: Transaction, r: TransactionObjectInput): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
51
51
|
export interface ShuffleArgs {
|
|
52
52
|
g: TransactionObjectInput;
|
|
53
53
|
v: Array<GenericArg> | TransactionArgument;
|
|
54
54
|
}
|
|
55
|
-
export declare function shuffle(tx: Transaction, typeArg: string, args: ShuffleArgs): import("@mysten/sui/transactions").TransactionResult;
|
|
55
|
+
export declare function shuffle(tx: Transaction, typeArg: string, args: ShuffleArgs): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
56
56
|
export interface U128InRangeArgs {
|
|
57
57
|
g: TransactionObjectInput;
|
|
58
58
|
min: bigint | TransactionArgument;
|
|
59
59
|
max: bigint | TransactionArgument;
|
|
60
60
|
numOfBytes: number | TransactionArgument;
|
|
61
61
|
}
|
|
62
|
-
export declare function u128InRange(tx: Transaction, args: U128InRangeArgs): import("@mysten/sui/transactions").TransactionResult;
|
|
62
|
+
export declare function u128InRange(tx: Transaction, args: U128InRangeArgs): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
63
63
|
export interface U256FromBytesArgs {
|
|
64
64
|
g: TransactionObjectInput;
|
|
65
65
|
numOfBytes: number | TransactionArgument;
|
|
66
66
|
}
|
|
67
|
-
export declare function u256FromBytes(tx: Transaction, args: U256FromBytesArgs): import("@mysten/sui/transactions").TransactionResult;
|
|
67
|
+
export declare function u256FromBytes(tx: Transaction, args: U256FromBytesArgs): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
68
68
|
export interface UpdateRandomnessStateArgs {
|
|
69
69
|
self: TransactionObjectInput;
|
|
70
70
|
newRound: bigint | TransactionArgument;
|
|
71
71
|
newBytes: Array<number | TransactionArgument> | TransactionArgument;
|
|
72
72
|
}
|
|
73
|
-
export declare function updateRandomnessState(tx: Transaction, args: UpdateRandomnessStateArgs): import("@mysten/sui/transactions").TransactionResult;
|
|
73
|
+
export declare function updateRandomnessState(tx: Transaction, args: UpdateRandomnessStateArgs): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
@@ -27,7 +27,7 @@ export declare class Random implements StructClass {
|
|
|
27
27
|
static get r(): reified.StructClassReified<Random, RandomFields>;
|
|
28
28
|
static phantom(): PhantomReified<ToTypeStr<Random>>;
|
|
29
29
|
static get p(): reified.PhantomReified<string>;
|
|
30
|
-
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
30
|
+
static get bcs(): import("@mysten/sui/dist/cjs/bcs").BcsType<{
|
|
31
31
|
id: {
|
|
32
32
|
id: {
|
|
33
33
|
bytes: string;
|
|
@@ -105,7 +105,7 @@ export declare class RandomGenerator implements StructClass {
|
|
|
105
105
|
static get r(): reified.StructClassReified<RandomGenerator, RandomGeneratorFields>;
|
|
106
106
|
static phantom(): PhantomReified<ToTypeStr<RandomGenerator>>;
|
|
107
107
|
static get p(): reified.PhantomReified<string>;
|
|
108
|
-
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
108
|
+
static get bcs(): import("@mysten/sui/dist/cjs/bcs").BcsType<{
|
|
109
109
|
seed: number[];
|
|
110
110
|
counter: number;
|
|
111
111
|
buffer: number[];
|
|
@@ -165,7 +165,7 @@ export declare class RandomInner implements StructClass {
|
|
|
165
165
|
static get r(): reified.StructClassReified<RandomInner, RandomInnerFields>;
|
|
166
166
|
static phantom(): PhantomReified<ToTypeStr<RandomInner>>;
|
|
167
167
|
static get p(): reified.PhantomReified<string>;
|
|
168
|
-
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
168
|
+
static get bcs(): import("@mysten/sui/dist/cjs/bcs").BcsType<{
|
|
169
169
|
version: string;
|
|
170
170
|
epoch: string;
|
|
171
171
|
randomness_round: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Transaction, TransactionArgument, TransactionObjectInput } from "@mysten/sui/transactions";
|
|
2
|
-
export declare function new_(tx: Transaction): import("@mysten/sui/transactions").TransactionResult;
|
|
2
|
+
export declare function new_(tx: Transaction): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
3
3
|
export interface TransferArgs {
|
|
4
4
|
c: TransactionObjectInput;
|
|
5
5
|
recipient: string | TransactionArgument;
|
|
6
6
|
}
|
|
7
|
-
export declare function transfer(tx: Transaction, args: TransferArgs): import("@mysten/sui/transactions").TransactionResult;
|
|
7
|
+
export declare function transfer(tx: Transaction, args: TransferArgs): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
@@ -21,7 +21,7 @@ export declare class SUI implements StructClass {
|
|
|
21
21
|
static get r(): import("../../_framework/reified").StructClassReified<SUI, SUIFields>;
|
|
22
22
|
static phantom(): PhantomReified<ToTypeStr<SUI>>;
|
|
23
23
|
static get p(): PhantomReified<string>;
|
|
24
|
-
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
24
|
+
static get bcs(): import("@mysten/sui/dist/cjs/bcs").BcsType<{
|
|
25
25
|
dummy_field: boolean;
|
|
26
26
|
}, {
|
|
27
27
|
dummy_field: boolean;
|
|
@@ -5,29 +5,29 @@ export interface AddArgs {
|
|
|
5
5
|
k: GenericArg;
|
|
6
6
|
v: GenericArg;
|
|
7
7
|
}
|
|
8
|
-
export declare function add(tx: Transaction, typeArgs: [string, string], args: AddArgs): import("@mysten/sui/transactions").TransactionResult;
|
|
8
|
+
export declare function add(tx: Transaction, typeArgs: [string, string], args: AddArgs): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
9
9
|
export interface BorrowArgs {
|
|
10
10
|
table: TransactionObjectInput;
|
|
11
11
|
k: GenericArg;
|
|
12
12
|
}
|
|
13
|
-
export declare function borrow(tx: Transaction, typeArgs: [string, string], args: BorrowArgs): import("@mysten/sui/transactions").TransactionResult;
|
|
13
|
+
export declare function borrow(tx: Transaction, typeArgs: [string, string], args: BorrowArgs): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
14
14
|
export interface BorrowMutArgs {
|
|
15
15
|
table: TransactionObjectInput;
|
|
16
16
|
k: GenericArg;
|
|
17
17
|
}
|
|
18
|
-
export declare function borrowMut(tx: Transaction, typeArgs: [string, string], args: BorrowMutArgs): import("@mysten/sui/transactions").TransactionResult;
|
|
18
|
+
export declare function borrowMut(tx: Transaction, typeArgs: [string, string], args: BorrowMutArgs): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
19
19
|
export interface ContainsArgs {
|
|
20
20
|
table: TransactionObjectInput;
|
|
21
21
|
k: GenericArg;
|
|
22
22
|
}
|
|
23
|
-
export declare function contains(tx: Transaction, typeArgs: [string, string], args: ContainsArgs): import("@mysten/sui/transactions").TransactionResult;
|
|
24
|
-
export declare function destroyEmpty(tx: Transaction, typeArgs: [string, string], table: TransactionObjectInput): import("@mysten/sui/transactions").TransactionResult;
|
|
25
|
-
export declare function isEmpty(tx: Transaction, typeArgs: [string, string], table: TransactionObjectInput): import("@mysten/sui/transactions").TransactionResult;
|
|
26
|
-
export declare function length(tx: Transaction, typeArgs: [string, string], table: TransactionObjectInput): import("@mysten/sui/transactions").TransactionResult;
|
|
23
|
+
export declare function contains(tx: Transaction, typeArgs: [string, string], args: ContainsArgs): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
24
|
+
export declare function destroyEmpty(tx: Transaction, typeArgs: [string, string], table: TransactionObjectInput): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
25
|
+
export declare function isEmpty(tx: Transaction, typeArgs: [string, string], table: TransactionObjectInput): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
26
|
+
export declare function length(tx: Transaction, typeArgs: [string, string], table: TransactionObjectInput): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
27
27
|
export interface RemoveArgs {
|
|
28
28
|
table: TransactionObjectInput;
|
|
29
29
|
k: GenericArg;
|
|
30
30
|
}
|
|
31
|
-
export declare function remove(tx: Transaction, typeArgs: [string, string], args: RemoveArgs): import("@mysten/sui/transactions").TransactionResult;
|
|
32
|
-
export declare function new_(tx: Transaction, typeArgs: [string, string]): import("@mysten/sui/transactions").TransactionResult;
|
|
33
|
-
export declare function drop(tx: Transaction, typeArgs: [string, string], table: TransactionObjectInput): import("@mysten/sui/transactions").TransactionResult;
|
|
31
|
+
export declare function remove(tx: Transaction, typeArgs: [string, string], args: RemoveArgs): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
32
|
+
export declare function new_(tx: Transaction, typeArgs: [string, string]): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
33
|
+
export declare function drop(tx: Transaction, typeArgs: [string, string], table: TransactionObjectInput): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
@@ -24,7 +24,7 @@ export declare class Table<K extends PhantomTypeArgument, V extends PhantomTypeA
|
|
|
24
24
|
static get r(): typeof Table.reified;
|
|
25
25
|
static phantom<K extends PhantomReified<PhantomTypeArgument>, V extends PhantomReified<PhantomTypeArgument>>(K: K, V: V): PhantomReified<ToTypeStr<Table<ToPhantomTypeArgument<K>, ToPhantomTypeArgument<V>>>>;
|
|
26
26
|
static get p(): typeof Table.phantom;
|
|
27
|
-
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
27
|
+
static get bcs(): import("@mysten/sui/dist/cjs/bcs").BcsType<{
|
|
28
28
|
id: {
|
|
29
29
|
id: {
|
|
30
30
|
bytes: string;
|
|
@@ -4,32 +4,32 @@ export interface BorrowArgs {
|
|
|
4
4
|
t: TransactionObjectInput;
|
|
5
5
|
i: bigint | TransactionArgument;
|
|
6
6
|
}
|
|
7
|
-
export declare function borrow(tx: Transaction, typeArg: string, args: BorrowArgs): import("@mysten/sui/transactions").TransactionResult;
|
|
7
|
+
export declare function borrow(tx: Transaction, typeArg: string, args: BorrowArgs): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
8
8
|
export interface BorrowMutArgs {
|
|
9
9
|
t: TransactionObjectInput;
|
|
10
10
|
i: bigint | TransactionArgument;
|
|
11
11
|
}
|
|
12
|
-
export declare function borrowMut(tx: Transaction, typeArg: string, args: BorrowMutArgs): import("@mysten/sui/transactions").TransactionResult;
|
|
13
|
-
export declare function destroyEmpty(tx: Transaction, typeArg: string, t: TransactionObjectInput): import("@mysten/sui/transactions").TransactionResult;
|
|
14
|
-
export declare function empty(tx: Transaction, typeArg: string): import("@mysten/sui/transactions").TransactionResult;
|
|
15
|
-
export declare function isEmpty(tx: Transaction, typeArg: string, t: TransactionObjectInput): import("@mysten/sui/transactions").TransactionResult;
|
|
16
|
-
export declare function length(tx: Transaction, typeArg: string, t: TransactionObjectInput): import("@mysten/sui/transactions").TransactionResult;
|
|
17
|
-
export declare function popBack(tx: Transaction, typeArg: string, t: TransactionObjectInput): import("@mysten/sui/transactions").TransactionResult;
|
|
12
|
+
export declare function borrowMut(tx: Transaction, typeArg: string, args: BorrowMutArgs): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
13
|
+
export declare function destroyEmpty(tx: Transaction, typeArg: string, t: TransactionObjectInput): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
14
|
+
export declare function empty(tx: Transaction, typeArg: string): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
15
|
+
export declare function isEmpty(tx: Transaction, typeArg: string, t: TransactionObjectInput): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
16
|
+
export declare function length(tx: Transaction, typeArg: string, t: TransactionObjectInput): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
17
|
+
export declare function popBack(tx: Transaction, typeArg: string, t: TransactionObjectInput): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
18
18
|
export interface PushBackArgs {
|
|
19
19
|
t: TransactionObjectInput;
|
|
20
20
|
e: GenericArg;
|
|
21
21
|
}
|
|
22
|
-
export declare function pushBack(tx: Transaction, typeArg: string, args: PushBackArgs): import("@mysten/sui/transactions").TransactionResult;
|
|
23
|
-
export declare function singleton(tx: Transaction, typeArg: string, e: GenericArg): import("@mysten/sui/transactions").TransactionResult;
|
|
22
|
+
export declare function pushBack(tx: Transaction, typeArg: string, args: PushBackArgs): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
23
|
+
export declare function singleton(tx: Transaction, typeArg: string, e: GenericArg): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
24
24
|
export interface SwapArgs {
|
|
25
25
|
t: TransactionObjectInput;
|
|
26
26
|
i: bigint | TransactionArgument;
|
|
27
27
|
j: bigint | TransactionArgument;
|
|
28
28
|
}
|
|
29
|
-
export declare function swap(tx: Transaction, typeArg: string, args: SwapArgs): import("@mysten/sui/transactions").TransactionResult;
|
|
29
|
+
export declare function swap(tx: Transaction, typeArg: string, args: SwapArgs): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
30
30
|
export interface SwapRemoveArgs {
|
|
31
31
|
t: TransactionObjectInput;
|
|
32
32
|
i: bigint | TransactionArgument;
|
|
33
33
|
}
|
|
34
|
-
export declare function swapRemove(tx: Transaction, typeArg: string, args: SwapRemoveArgs): import("@mysten/sui/transactions").TransactionResult;
|
|
35
|
-
export declare function drop(tx: Transaction, typeArg: string, t: TransactionObjectInput): import("@mysten/sui/transactions").TransactionResult;
|
|
34
|
+
export declare function swapRemove(tx: Transaction, typeArg: string, args: SwapRemoveArgs): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
35
|
+
export declare function drop(tx: Transaction, typeArg: string, t: TransactionObjectInput): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
@@ -23,7 +23,7 @@ export declare class TableVec<Element extends PhantomTypeArgument> implements St
|
|
|
23
23
|
static get r(): typeof TableVec.reified;
|
|
24
24
|
static phantom<Element extends PhantomReified<PhantomTypeArgument>>(Element: Element): PhantomReified<ToTypeStr<TableVec<ToPhantomTypeArgument<Element>>>>;
|
|
25
25
|
static get p(): typeof TableVec.phantom;
|
|
26
|
-
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
26
|
+
static get bcs(): import("@mysten/sui/dist/cjs/bcs").BcsType<{
|
|
27
27
|
contents: {
|
|
28
28
|
id: {
|
|
29
29
|
id: {
|
|
@@ -1,144 +1,144 @@
|
|
|
1
1
|
import { GenericArg } from "../../_framework/util";
|
|
2
2
|
import { Transaction, TransactionArgument, TransactionObjectInput } from "@mysten/sui/transactions";
|
|
3
|
-
export declare function value(tx: Transaction, typeArg: string, t: TransactionObjectInput): import("@mysten/sui/transactions").TransactionResult;
|
|
3
|
+
export declare function value(tx: Transaction, typeArg: string, t: TransactionObjectInput): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
4
4
|
export interface AllowArgs {
|
|
5
5
|
self: TransactionObjectInput;
|
|
6
6
|
cap: TransactionObjectInput;
|
|
7
7
|
action: string | TransactionArgument;
|
|
8
8
|
}
|
|
9
|
-
export declare function allow(tx: Transaction, typeArg: string, args: AllowArgs): import("@mysten/sui/transactions").TransactionResult;
|
|
10
|
-
export declare function sender(tx: Transaction, typeArg: string, self: TransactionObjectInput): import("@mysten/sui/transactions").TransactionResult;
|
|
11
|
-
export declare function amount(tx: Transaction, typeArg: string, self: TransactionObjectInput): import("@mysten/sui/transactions").TransactionResult;
|
|
12
|
-
export declare function recipient(tx: Transaction, typeArg: string, self: TransactionObjectInput): import("@mysten/sui/transactions").TransactionResult;
|
|
9
|
+
export declare function allow(tx: Transaction, typeArg: string, args: AllowArgs): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
10
|
+
export declare function sender(tx: Transaction, typeArg: string, self: TransactionObjectInput): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
11
|
+
export declare function amount(tx: Transaction, typeArg: string, self: TransactionObjectInput): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
12
|
+
export declare function recipient(tx: Transaction, typeArg: string, self: TransactionObjectInput): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
13
13
|
export interface TransferArgs {
|
|
14
14
|
t: TransactionObjectInput;
|
|
15
15
|
recipient: string | TransactionArgument;
|
|
16
16
|
}
|
|
17
|
-
export declare function transfer(tx: Transaction, typeArg: string, args: TransferArgs): import("@mysten/sui/transactions").TransactionResult;
|
|
18
|
-
export declare function key(tx: Transaction, typeArg: string): import("@mysten/sui/transactions").TransactionResult;
|
|
19
|
-
export declare function destroyZero(tx: Transaction, typeArg: string, token: TransactionObjectInput): import("@mysten/sui/transactions").TransactionResult;
|
|
17
|
+
export declare function transfer(tx: Transaction, typeArg: string, args: TransferArgs): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
18
|
+
export declare function key(tx: Transaction, typeArg: string): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
19
|
+
export declare function destroyZero(tx: Transaction, typeArg: string, token: TransactionObjectInput): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
20
20
|
export interface JoinArgs {
|
|
21
21
|
token: TransactionObjectInput;
|
|
22
22
|
another: TransactionObjectInput;
|
|
23
23
|
}
|
|
24
|
-
export declare function join(tx: Transaction, typeArg: string, args: JoinArgs): import("@mysten/sui/transactions").TransactionResult;
|
|
24
|
+
export declare function join(tx: Transaction, typeArg: string, args: JoinArgs): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
25
25
|
export interface SplitArgs {
|
|
26
26
|
token: TransactionObjectInput;
|
|
27
27
|
amount: bigint | TransactionArgument;
|
|
28
28
|
}
|
|
29
|
-
export declare function split(tx: Transaction, typeArg: string, args: SplitArgs): import("@mysten/sui/transactions").TransactionResult;
|
|
30
|
-
export declare function zero(tx: Transaction, typeArg: string): import("@mysten/sui/transactions").TransactionResult;
|
|
29
|
+
export declare function split(tx: Transaction, typeArg: string, args: SplitArgs): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
30
|
+
export declare function zero(tx: Transaction, typeArg: string): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
31
31
|
export interface BurnArgs {
|
|
32
32
|
cap: TransactionObjectInput;
|
|
33
33
|
token: TransactionObjectInput;
|
|
34
34
|
}
|
|
35
|
-
export declare function burn(tx: Transaction, typeArg: string, args: BurnArgs): import("@mysten/sui/transactions").TransactionResult;
|
|
35
|
+
export declare function burn(tx: Transaction, typeArg: string, args: BurnArgs): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
36
36
|
export interface MintArgs {
|
|
37
37
|
cap: TransactionObjectInput;
|
|
38
38
|
amount: bigint | TransactionArgument;
|
|
39
39
|
}
|
|
40
|
-
export declare function mint(tx: Transaction, typeArg: string, args: MintArgs): import("@mysten/sui/transactions").TransactionResult;
|
|
40
|
+
export declare function mint(tx: Transaction, typeArg: string, args: MintArgs): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
41
41
|
export interface ConfirmRequestArgs {
|
|
42
42
|
policy: TransactionObjectInput;
|
|
43
43
|
request: TransactionObjectInput;
|
|
44
44
|
}
|
|
45
|
-
export declare function confirmRequest(tx: Transaction, typeArg: string, args: ConfirmRequestArgs): import("@mysten/sui/transactions").TransactionResult;
|
|
45
|
+
export declare function confirmRequest(tx: Transaction, typeArg: string, args: ConfirmRequestArgs): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
46
46
|
export interface NewRequestArgs {
|
|
47
47
|
name: string | TransactionArgument;
|
|
48
48
|
amount: bigint | TransactionArgument;
|
|
49
49
|
recipient: string | TransactionArgument | TransactionArgument | null;
|
|
50
50
|
spentBalance: TransactionObjectInput | TransactionArgument | null;
|
|
51
51
|
}
|
|
52
|
-
export declare function newRequest(tx: Transaction, typeArg: string, args: NewRequestArgs): import("@mysten/sui/transactions").TransactionResult;
|
|
52
|
+
export declare function newRequest(tx: Transaction, typeArg: string, args: NewRequestArgs): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
53
53
|
export interface RulesArgs {
|
|
54
54
|
self: TransactionObjectInput;
|
|
55
55
|
action: string | TransactionArgument;
|
|
56
56
|
}
|
|
57
|
-
export declare function rules(tx: Transaction, typeArg: string, args: RulesArgs): import("@mysten/sui/transactions").TransactionResult;
|
|
58
|
-
export declare function keep(tx: Transaction, typeArg: string, token: TransactionObjectInput): import("@mysten/sui/transactions").TransactionResult;
|
|
59
|
-
export declare function action(tx: Transaction, typeArg: string, self: TransactionObjectInput): import("@mysten/sui/transactions").TransactionResult;
|
|
57
|
+
export declare function rules(tx: Transaction, typeArg: string, args: RulesArgs): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
58
|
+
export declare function keep(tx: Transaction, typeArg: string, token: TransactionObjectInput): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
59
|
+
export declare function action(tx: Transaction, typeArg: string, self: TransactionObjectInput): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
60
60
|
export interface AddApprovalArgs {
|
|
61
61
|
t: GenericArg;
|
|
62
62
|
request: TransactionObjectInput;
|
|
63
63
|
}
|
|
64
|
-
export declare function addApproval(tx: Transaction, typeArgs: [string, string], args: AddApprovalArgs): import("@mysten/sui/transactions").TransactionResult;
|
|
64
|
+
export declare function addApproval(tx: Transaction, typeArgs: [string, string], args: AddApprovalArgs): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
65
65
|
export interface AddRuleConfigArgs {
|
|
66
66
|
rule: GenericArg;
|
|
67
67
|
self: TransactionObjectInput;
|
|
68
68
|
cap: TransactionObjectInput;
|
|
69
69
|
config: GenericArg;
|
|
70
70
|
}
|
|
71
|
-
export declare function addRuleConfig(tx: Transaction, typeArgs: [string, string, string], args: AddRuleConfigArgs): import("@mysten/sui/transactions").TransactionResult;
|
|
71
|
+
export declare function addRuleConfig(tx: Transaction, typeArgs: [string, string, string], args: AddRuleConfigArgs): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
72
72
|
export interface AddRuleForActionArgs {
|
|
73
73
|
self: TransactionObjectInput;
|
|
74
74
|
cap: TransactionObjectInput;
|
|
75
75
|
action: string | TransactionArgument;
|
|
76
76
|
}
|
|
77
|
-
export declare function addRuleForAction(tx: Transaction, typeArgs: [string, string], args: AddRuleForActionArgs): import("@mysten/sui/transactions").TransactionResult;
|
|
78
|
-
export declare function approvals(tx: Transaction, typeArg: string, self: TransactionObjectInput): import("@mysten/sui/transactions").TransactionResult;
|
|
77
|
+
export declare function addRuleForAction(tx: Transaction, typeArgs: [string, string], args: AddRuleForActionArgs): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
78
|
+
export declare function approvals(tx: Transaction, typeArg: string, self: TransactionObjectInput): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
79
79
|
export interface ConfirmRequestMutArgs {
|
|
80
80
|
policy: TransactionObjectInput;
|
|
81
81
|
request: TransactionObjectInput;
|
|
82
82
|
}
|
|
83
|
-
export declare function confirmRequestMut(tx: Transaction, typeArg: string, args: ConfirmRequestMutArgs): import("@mysten/sui/transactions").TransactionResult;
|
|
83
|
+
export declare function confirmRequestMut(tx: Transaction, typeArg: string, args: ConfirmRequestMutArgs): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
84
84
|
export interface ConfirmWithPolicyCapArgs {
|
|
85
85
|
policyCap: TransactionObjectInput;
|
|
86
86
|
request: TransactionObjectInput;
|
|
87
87
|
}
|
|
88
|
-
export declare function confirmWithPolicyCap(tx: Transaction, typeArg: string, args: ConfirmWithPolicyCapArgs): import("@mysten/sui/transactions").TransactionResult;
|
|
88
|
+
export declare function confirmWithPolicyCap(tx: Transaction, typeArg: string, args: ConfirmWithPolicyCapArgs): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
89
89
|
export interface ConfirmWithTreasuryCapArgs {
|
|
90
90
|
treasuryCap: TransactionObjectInput;
|
|
91
91
|
request: TransactionObjectInput;
|
|
92
92
|
}
|
|
93
|
-
export declare function confirmWithTreasuryCap(tx: Transaction, typeArg: string, args: ConfirmWithTreasuryCapArgs): import("@mysten/sui/transactions").TransactionResult;
|
|
93
|
+
export declare function confirmWithTreasuryCap(tx: Transaction, typeArg: string, args: ConfirmWithTreasuryCapArgs): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
94
94
|
export interface DisallowArgs {
|
|
95
95
|
self: TransactionObjectInput;
|
|
96
96
|
cap: TransactionObjectInput;
|
|
97
97
|
action: string | TransactionArgument;
|
|
98
98
|
}
|
|
99
|
-
export declare function disallow(tx: Transaction, typeArg: string, args: DisallowArgs): import("@mysten/sui/transactions").TransactionResult;
|
|
99
|
+
export declare function disallow(tx: Transaction, typeArg: string, args: DisallowArgs): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
100
100
|
export interface FlushArgs {
|
|
101
101
|
self: TransactionObjectInput;
|
|
102
102
|
cap: TransactionObjectInput;
|
|
103
103
|
}
|
|
104
|
-
export declare function flush(tx: Transaction, typeArg: string, args: FlushArgs): import("@mysten/sui/transactions").TransactionResult;
|
|
105
|
-
export declare function fromCoin(tx: Transaction, typeArg: string, coin: TransactionObjectInput): import("@mysten/sui/transactions").TransactionResult;
|
|
106
|
-
export declare function fromCoinAction(tx: Transaction): import("@mysten/sui/transactions").TransactionResult;
|
|
107
|
-
export declare function hasRuleConfig(tx: Transaction, typeArgs: [string, string], self: TransactionObjectInput): import("@mysten/sui/transactions").TransactionResult;
|
|
108
|
-
export declare function hasRuleConfigWithType(tx: Transaction, typeArgs: [string, string, string], self: TransactionObjectInput): import("@mysten/sui/transactions").TransactionResult;
|
|
104
|
+
export declare function flush(tx: Transaction, typeArg: string, args: FlushArgs): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
105
|
+
export declare function fromCoin(tx: Transaction, typeArg: string, coin: TransactionObjectInput): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
106
|
+
export declare function fromCoinAction(tx: Transaction): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
107
|
+
export declare function hasRuleConfig(tx: Transaction, typeArgs: [string, string], self: TransactionObjectInput): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
108
|
+
export declare function hasRuleConfigWithType(tx: Transaction, typeArgs: [string, string, string], self: TransactionObjectInput): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
109
109
|
export interface IsAllowedArgs {
|
|
110
110
|
self: TransactionObjectInput;
|
|
111
111
|
action: string | TransactionArgument;
|
|
112
112
|
}
|
|
113
|
-
export declare function isAllowed(tx: Transaction, typeArg: string, args: IsAllowedArgs): import("@mysten/sui/transactions").TransactionResult;
|
|
114
|
-
export declare function newPolicy(tx: Transaction, typeArg: string, treasuryCap: TransactionObjectInput): import("@mysten/sui/transactions").TransactionResult;
|
|
115
|
-
export declare function spentBalance(tx: Transaction, typeArg: string, self: TransactionObjectInput): import("@mysten/sui/transactions").TransactionResult;
|
|
113
|
+
export declare function isAllowed(tx: Transaction, typeArg: string, args: IsAllowedArgs): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
114
|
+
export declare function newPolicy(tx: Transaction, typeArg: string, treasuryCap: TransactionObjectInput): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
115
|
+
export declare function spentBalance(tx: Transaction, typeArg: string, self: TransactionObjectInput): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
116
116
|
export interface RemoveRuleConfigArgs {
|
|
117
117
|
self: TransactionObjectInput;
|
|
118
118
|
cap: TransactionObjectInput;
|
|
119
119
|
}
|
|
120
|
-
export declare function removeRuleConfig(tx: Transaction, typeArgs: [string, string, string], args: RemoveRuleConfigArgs): import("@mysten/sui/transactions").TransactionResult;
|
|
120
|
+
export declare function removeRuleConfig(tx: Transaction, typeArgs: [string, string, string], args: RemoveRuleConfigArgs): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
121
121
|
export interface RemoveRuleForActionArgs {
|
|
122
122
|
self: TransactionObjectInput;
|
|
123
123
|
cap: TransactionObjectInput;
|
|
124
124
|
action: string | TransactionArgument;
|
|
125
125
|
}
|
|
126
|
-
export declare function removeRuleForAction(tx: Transaction, typeArgs: [string, string], args: RemoveRuleForActionArgs): import("@mysten/sui/transactions").TransactionResult;
|
|
126
|
+
export declare function removeRuleForAction(tx: Transaction, typeArgs: [string, string], args: RemoveRuleForActionArgs): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
127
127
|
export interface RuleConfigArgs {
|
|
128
128
|
rule: GenericArg;
|
|
129
129
|
self: TransactionObjectInput;
|
|
130
130
|
}
|
|
131
|
-
export declare function ruleConfig(tx: Transaction, typeArgs: [string, string, string], args: RuleConfigArgs): import("@mysten/sui/transactions").TransactionResult;
|
|
131
|
+
export declare function ruleConfig(tx: Transaction, typeArgs: [string, string, string], args: RuleConfigArgs): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
132
132
|
export interface RuleConfigMutArgs {
|
|
133
133
|
rule: GenericArg;
|
|
134
134
|
self: TransactionObjectInput;
|
|
135
135
|
cap: TransactionObjectInput;
|
|
136
136
|
}
|
|
137
|
-
export declare function ruleConfigMut(tx: Transaction, typeArgs: [string, string, string], args: RuleConfigMutArgs): import("@mysten/sui/transactions").TransactionResult;
|
|
138
|
-
export declare function sharePolicy(tx: Transaction, typeArg: string, policy: TransactionObjectInput): import("@mysten/sui/transactions").TransactionResult;
|
|
139
|
-
export declare function spend(tx: Transaction, typeArg: string, t: TransactionObjectInput): import("@mysten/sui/transactions").TransactionResult;
|
|
140
|
-
export declare function spendAction(tx: Transaction): import("@mysten/sui/transactions").TransactionResult;
|
|
141
|
-
export declare function spent(tx: Transaction, typeArg: string, self: TransactionObjectInput): import("@mysten/sui/transactions").TransactionResult;
|
|
142
|
-
export declare function toCoin(tx: Transaction, typeArg: string, t: TransactionObjectInput): import("@mysten/sui/transactions").TransactionResult;
|
|
143
|
-
export declare function toCoinAction(tx: Transaction): import("@mysten/sui/transactions").TransactionResult;
|
|
144
|
-
export declare function transferAction(tx: Transaction): import("@mysten/sui/transactions").TransactionResult;
|
|
137
|
+
export declare function ruleConfigMut(tx: Transaction, typeArgs: [string, string, string], args: RuleConfigMutArgs): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
138
|
+
export declare function sharePolicy(tx: Transaction, typeArg: string, policy: TransactionObjectInput): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
139
|
+
export declare function spend(tx: Transaction, typeArg: string, t: TransactionObjectInput): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
140
|
+
export declare function spendAction(tx: Transaction): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
141
|
+
export declare function spent(tx: Transaction, typeArg: string, self: TransactionObjectInput): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
142
|
+
export declare function toCoin(tx: Transaction, typeArg: string, t: TransactionObjectInput): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
143
|
+
export declare function toCoinAction(tx: Transaction): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
144
|
+
export declare function transferAction(tx: Transaction): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
@@ -28,7 +28,7 @@ export declare class RuleKey<T extends PhantomTypeArgument> implements StructCla
|
|
|
28
28
|
static get r(): typeof RuleKey.reified;
|
|
29
29
|
static phantom<T extends PhantomReified<PhantomTypeArgument>>(T: T): PhantomReified<ToTypeStr<RuleKey<ToPhantomTypeArgument<T>>>>;
|
|
30
30
|
static get p(): typeof RuleKey.phantom;
|
|
31
|
-
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
31
|
+
static get bcs(): import("@mysten/sui/dist/cjs/bcs").BcsType<{
|
|
32
32
|
is_protected: boolean;
|
|
33
33
|
}, {
|
|
34
34
|
is_protected: boolean;
|
|
@@ -80,7 +80,7 @@ export declare class ActionRequest<T extends PhantomTypeArgument> implements Str
|
|
|
80
80
|
static get r(): typeof ActionRequest.reified;
|
|
81
81
|
static phantom<T extends PhantomReified<PhantomTypeArgument>>(T: T): PhantomReified<ToTypeStr<ActionRequest<ToPhantomTypeArgument<T>>>>;
|
|
82
82
|
static get p(): typeof ActionRequest.phantom;
|
|
83
|
-
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
83
|
+
static get bcs(): import("@mysten/sui/dist/cjs/bcs").BcsType<{
|
|
84
84
|
name: {
|
|
85
85
|
bytes: number[];
|
|
86
86
|
};
|
|
@@ -188,7 +188,7 @@ export declare class Token<T extends PhantomTypeArgument> implements StructClass
|
|
|
188
188
|
static get r(): typeof Token.reified;
|
|
189
189
|
static phantom<T extends PhantomReified<PhantomTypeArgument>>(T: T): PhantomReified<ToTypeStr<Token<ToPhantomTypeArgument<T>>>>;
|
|
190
190
|
static get p(): typeof Token.phantom;
|
|
191
|
-
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
191
|
+
static get bcs(): import("@mysten/sui/dist/cjs/bcs").BcsType<{
|
|
192
192
|
id: {
|
|
193
193
|
id: {
|
|
194
194
|
bytes: string;
|
|
@@ -254,7 +254,7 @@ export declare class TokenPolicy<T extends PhantomTypeArgument> implements Struc
|
|
|
254
254
|
static get r(): typeof TokenPolicy.reified;
|
|
255
255
|
static phantom<T extends PhantomReified<PhantomTypeArgument>>(T: T): PhantomReified<ToTypeStr<TokenPolicy<ToPhantomTypeArgument<T>>>>;
|
|
256
256
|
static get p(): typeof TokenPolicy.phantom;
|
|
257
|
-
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
257
|
+
static get bcs(): import("@mysten/sui/dist/cjs/bcs").BcsType<{
|
|
258
258
|
id: {
|
|
259
259
|
id: {
|
|
260
260
|
bytes: string;
|
|
@@ -368,7 +368,7 @@ export declare class TokenPolicyCap<T extends PhantomTypeArgument> implements St
|
|
|
368
368
|
static get r(): typeof TokenPolicyCap.reified;
|
|
369
369
|
static phantom<T extends PhantomReified<PhantomTypeArgument>>(T: T): PhantomReified<ToTypeStr<TokenPolicyCap<ToPhantomTypeArgument<T>>>>;
|
|
370
370
|
static get p(): typeof TokenPolicyCap.phantom;
|
|
371
|
-
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
371
|
+
static get bcs(): import("@mysten/sui/dist/cjs/bcs").BcsType<{
|
|
372
372
|
id: {
|
|
373
373
|
id: {
|
|
374
374
|
bytes: string;
|
|
@@ -428,7 +428,7 @@ export declare class TokenPolicyCreated<T extends PhantomTypeArgument> implement
|
|
|
428
428
|
static get r(): typeof TokenPolicyCreated.reified;
|
|
429
429
|
static phantom<T extends PhantomReified<PhantomTypeArgument>>(T: T): PhantomReified<ToTypeStr<TokenPolicyCreated<ToPhantomTypeArgument<T>>>>;
|
|
430
430
|
static get p(): typeof TokenPolicyCreated.phantom;
|
|
431
|
-
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
431
|
+
static get bcs(): import("@mysten/sui/dist/cjs/bcs").BcsType<{
|
|
432
432
|
id: {
|
|
433
433
|
bytes: string;
|
|
434
434
|
};
|
|
@@ -4,37 +4,37 @@ export interface TransferArgs {
|
|
|
4
4
|
obj: GenericArg;
|
|
5
5
|
recipient: string | TransactionArgument;
|
|
6
6
|
}
|
|
7
|
-
export declare function transfer(tx: Transaction, typeArg: string, args: TransferArgs): import("@mysten/sui/transactions").TransactionResult;
|
|
8
|
-
export declare function freezeObject(tx: Transaction, typeArg: string, obj: GenericArg): import("@mysten/sui/transactions").TransactionResult;
|
|
9
|
-
export declare function freezeObjectImpl(tx: Transaction, typeArg: string, obj: GenericArg): import("@mysten/sui/transactions").TransactionResult;
|
|
10
|
-
export declare function publicFreezeObject(tx: Transaction, typeArg: string, obj: GenericArg): import("@mysten/sui/transactions").TransactionResult;
|
|
7
|
+
export declare function transfer(tx: Transaction, typeArg: string, args: TransferArgs): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
8
|
+
export declare function freezeObject(tx: Transaction, typeArg: string, obj: GenericArg): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
9
|
+
export declare function freezeObjectImpl(tx: Transaction, typeArg: string, obj: GenericArg): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
10
|
+
export declare function publicFreezeObject(tx: Transaction, typeArg: string, obj: GenericArg): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
11
11
|
export interface PublicReceiveArgs {
|
|
12
12
|
parent: TransactionObjectInput;
|
|
13
13
|
toReceive: TransactionObjectInput;
|
|
14
14
|
}
|
|
15
|
-
export declare function publicReceive(tx: Transaction, typeArg: string, args: PublicReceiveArgs): import("@mysten/sui/transactions").TransactionResult;
|
|
16
|
-
export declare function publicShareObject(tx: Transaction, typeArg: string, obj: GenericArg): import("@mysten/sui/transactions").TransactionResult;
|
|
15
|
+
export declare function publicReceive(tx: Transaction, typeArg: string, args: PublicReceiveArgs): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
16
|
+
export declare function publicShareObject(tx: Transaction, typeArg: string, obj: GenericArg): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
17
17
|
export interface PublicTransferArgs {
|
|
18
18
|
obj: GenericArg;
|
|
19
19
|
recipient: string | TransactionArgument;
|
|
20
20
|
}
|
|
21
|
-
export declare function publicTransfer(tx: Transaction, typeArg: string, args: PublicTransferArgs): import("@mysten/sui/transactions").TransactionResult;
|
|
21
|
+
export declare function publicTransfer(tx: Transaction, typeArg: string, args: PublicTransferArgs): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
22
22
|
export interface ReceiveArgs {
|
|
23
23
|
parent: TransactionObjectInput;
|
|
24
24
|
toReceive: TransactionObjectInput;
|
|
25
25
|
}
|
|
26
|
-
export declare function receive(tx: Transaction, typeArg: string, args: ReceiveArgs): import("@mysten/sui/transactions").TransactionResult;
|
|
26
|
+
export declare function receive(tx: Transaction, typeArg: string, args: ReceiveArgs): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
27
27
|
export interface ReceiveImplArgs {
|
|
28
28
|
parent: string | TransactionArgument;
|
|
29
29
|
toReceive: string | TransactionArgument;
|
|
30
30
|
version: bigint | TransactionArgument;
|
|
31
31
|
}
|
|
32
|
-
export declare function receiveImpl(tx: Transaction, typeArg: string, args: ReceiveImplArgs): import("@mysten/sui/transactions").TransactionResult;
|
|
33
|
-
export declare function receivingObjectId(tx: Transaction, typeArg: string, receiving: TransactionObjectInput): import("@mysten/sui/transactions").TransactionResult;
|
|
34
|
-
export declare function shareObject(tx: Transaction, typeArg: string, obj: GenericArg): import("@mysten/sui/transactions").TransactionResult;
|
|
35
|
-
export declare function shareObjectImpl(tx: Transaction, typeArg: string, obj: GenericArg): import("@mysten/sui/transactions").TransactionResult;
|
|
32
|
+
export declare function receiveImpl(tx: Transaction, typeArg: string, args: ReceiveImplArgs): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
33
|
+
export declare function receivingObjectId(tx: Transaction, typeArg: string, receiving: TransactionObjectInput): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
34
|
+
export declare function shareObject(tx: Transaction, typeArg: string, obj: GenericArg): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
35
|
+
export declare function shareObjectImpl(tx: Transaction, typeArg: string, obj: GenericArg): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
36
36
|
export interface TransferImplArgs {
|
|
37
37
|
obj: GenericArg;
|
|
38
38
|
recipient: string | TransactionArgument;
|
|
39
39
|
}
|
|
40
|
-
export declare function transferImpl(tx: Transaction, typeArg: string, args: TransferImplArgs): import("@mysten/sui/transactions").TransactionResult;
|
|
40
|
+
export declare function transferImpl(tx: Transaction, typeArg: string, args: TransferImplArgs): import("@mysten/sui/dist/cjs/transactions").TransactionResult;
|
|
@@ -24,7 +24,7 @@ export declare class Receiving<T extends PhantomTypeArgument> implements StructC
|
|
|
24
24
|
static get r(): typeof Receiving.reified;
|
|
25
25
|
static phantom<T extends PhantomReified<PhantomTypeArgument>>(T: T): PhantomReified<ToTypeStr<Receiving<ToPhantomTypeArgument<T>>>>;
|
|
26
26
|
static get p(): typeof Receiving.phantom;
|
|
27
|
-
static get bcs(): import("@mysten/sui/bcs").BcsType<{
|
|
27
|
+
static get bcs(): import("@mysten/sui/dist/cjs/bcs").BcsType<{
|
|
28
28
|
id: {
|
|
29
29
|
bytes: string;
|
|
30
30
|
};
|