@waterx/sdk 2.1.0 → 2.3.1-dev.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +75 -169
- package/dist/src/client.d.ts +52 -2
- package/dist/src/client.js +76 -6
- package/dist/src/config.d.ts +57 -3
- package/dist/src/config.js +10 -4
- package/dist/src/constants.d.ts +6 -0
- package/dist/src/constants.js +6 -0
- package/dist/src/core/waterx-account.d.ts +31 -0
- package/dist/src/core/waterx-account.js +26 -0
- package/dist/src/fetch.d.ts +110 -0
- package/dist/src/fetch.js +149 -4
- package/dist/src/generated/bucket_v2_framework/account.d.ts +5 -5
- package/dist/src/generated/bucket_v2_framework/double.d.ts +77 -77
- package/dist/src/generated/bucket_v2_framework/float.d.ts +73 -73
- package/dist/src/generated/bucket_v2_framework/liability.d.ts +33 -33
- package/dist/src/generated/bucket_v2_framework/linked_table.d.ts +5 -5
- package/dist/src/generated/bucket_v2_framework/linked_table.js +2 -2
- package/dist/src/generated/bucket_v2_framework/sheet.d.ts +57 -57
- package/dist/src/generated/bucket_v2_framework/sheet.js +5 -11
- package/dist/src/generated/native_custody/custody_vault.d.ts +46 -32
- package/dist/src/generated/native_custody/custody_vault.js +19 -10
- package/dist/src/generated/native_custody/deps/bucket_v2_framework/sheet.js +1 -3
- package/dist/src/generated/native_custody/events.js +1 -2
- package/dist/src/generated/pyth_sponsor_rule/pyth_sponsor_rule.d.ts +7 -7
- package/dist/src/generated/pyth_sponsor_rule/pyth_sponsor_rule.js +1 -2
- package/dist/src/generated/utils/index.d.ts +7 -7
- package/dist/src/generated/utils/index.js +9 -6
- package/dist/src/generated/waterx_account/account.d.ts +124 -71
- package/dist/src/generated/waterx_account/account.js +64 -29
- package/dist/src/generated/waterx_account/deps/bucket_v2_framework/sheet.js +1 -3
- package/dist/src/generated/waterx_account/direct_rule.d.ts +5 -5
- package/dist/src/generated/waterx_account/events.d.ts +10 -0
- package/dist/src/generated/waterx_account/events.js +31 -50
- package/dist/src/generated/waterx_constant_rule/constant_rule.d.ts +68 -0
- package/dist/src/generated/waterx_constant_rule/constant_rule.js +59 -0
- package/dist/src/generated/waterx_constant_rule/deps/bucket_v2_framework/float.d.ts +8 -0
- package/dist/src/generated/waterx_constant_rule/deps/bucket_v2_framework/float.js +10 -0
- package/dist/src/generated/waterx_constant_rule/deps/sui/vec_map.d.ts +36 -0
- package/dist/src/generated/waterx_constant_rule/deps/sui/vec_map.js +27 -0
- package/dist/src/generated/waterx_credit/credit_registry.d.ts +9 -9
- package/dist/src/generated/waterx_credit/credit_registry.js +1 -2
- package/dist/src/generated/waterx_credit/limited_supply.d.ts +17 -17
- package/dist/src/generated/waterx_oracle/aggregator.js +1 -2
- package/dist/src/generated/waterx_oracle/collector.d.ts +17 -17
- package/dist/src/generated/waterx_oracle/collector.js +1 -1
- package/dist/src/generated/waterx_oracle/oracle.d.ts +5 -5
- package/dist/src/generated/waterx_perp/account_data.d.ts +5 -5
- package/dist/src/generated/waterx_perp/account_data.js +1 -2
- package/dist/src/generated/waterx_perp/deps/bucket_v2_framework/sheet.js +1 -3
- package/dist/src/generated/waterx_perp/events.d.ts +181 -181
- package/dist/src/generated/waterx_perp/events.js +87 -173
- package/dist/src/generated/waterx_perp/global_config.d.ts +3 -3
- package/dist/src/generated/waterx_perp/global_config.js +6 -12
- package/dist/src/generated/waterx_perp/keyed_big_vector.d.ts +9 -9
- package/dist/src/generated/waterx_perp/keyed_big_vector.js +1 -2
- package/dist/src/generated/waterx_perp/lp_pool.d.ts +115 -115
- package/dist/src/generated/waterx_perp/lp_pool.js +11 -22
- package/dist/src/generated/waterx_perp/market_config.d.ts +61 -43
- package/dist/src/generated/waterx_perp/market_config.js +29 -22
- package/dist/src/generated/waterx_perp/math.d.ts +7 -7
- package/dist/src/generated/waterx_perp/order_book.d.ts +47 -47
- package/dist/src/generated/waterx_perp/position.d.ts +99 -99
- package/dist/src/generated/waterx_perp/position.js +6 -12
- package/dist/src/generated/waterx_perp/request.d.ts +67 -67
- package/dist/src/generated/waterx_perp/request.js +2 -3
- package/dist/src/generated/waterx_perp/response.d.ts +35 -35
- package/dist/src/generated/waterx_perp/response.js +1 -2
- package/dist/src/generated/waterx_perp/trading.d.ts +303 -179
- package/dist/src/generated/waterx_perp/trading.js +99 -14
- package/dist/src/generated/waterx_perp_view/view.js +5 -10
- package/dist/src/generated/waterx_pyth_rule/pyth_rule.d.ts +5 -5
- package/dist/src/generated/waterx_pyth_rule/pyth_rule.js +1 -2
- package/dist/src/generated/waterx_referral/referral_table.d.ts +5 -5
- package/dist/src/generated/waterx_referral/referral_table.js +1 -2
- package/dist/src/generated/waterx_staking/waterx_staking.d.ts +19 -19
- package/dist/src/generated/waterx_staking/waterx_staking.js +10 -20
- package/dist/src/generated/waterx_supra_rule/deps/sui/vec_map.d.ts +36 -0
- package/dist/src/generated/waterx_supra_rule/deps/sui/vec_map.js +27 -0
- package/dist/src/generated/waterx_supra_rule/supra_rule.d.ts +158 -0
- package/dist/src/generated/waterx_supra_rule/supra_rule.js +148 -0
- package/dist/src/generated/withdrawal_queue/deps/bucket_v2_framework/float.d.ts +8 -0
- package/dist/src/generated/withdrawal_queue/deps/bucket_v2_framework/float.js +10 -0
- package/dist/src/generated/withdrawal_queue/deps/sui/vec_map.d.ts +36 -0
- package/dist/src/generated/withdrawal_queue/deps/sui/vec_map.js +27 -0
- package/dist/src/generated/withdrawal_queue/withdrawal_queue.d.ts +444 -4
- package/dist/src/generated/withdrawal_queue/withdrawal_queue.js +417 -4
- package/dist/src/generated/wormhole_bridge/wormhole_bridge.d.ts +214 -74
- package/dist/src/generated/wormhole_bridge/wormhole_bridge.js +158 -29
- package/dist/src/index.d.ts +4 -3
- package/dist/src/index.js +3 -2
- package/dist/src/prediction/account.d.ts +96 -0
- package/dist/src/prediction/account.js +230 -0
- package/dist/src/prediction/admin.d.ts +47 -0
- package/dist/src/prediction/admin.js +105 -0
- package/dist/src/prediction/bcs.d.ts +22 -0
- package/dist/src/prediction/bcs.js +240 -0
- package/dist/src/prediction/client.d.ts +75 -0
- package/dist/src/prediction/client.js +164 -0
- package/dist/src/prediction/config.d.ts +60 -0
- package/dist/src/prediction/config.js +75 -0
- package/dist/src/prediction/constants.d.ts +44 -0
- package/dist/src/prediction/constants.js +46 -0
- package/dist/src/prediction/fetch.d.ts +82 -0
- package/dist/src/prediction/fetch.js +270 -0
- package/dist/src/prediction/generated/bucket_v2_framework/account.d.ts +100 -0
- package/dist/src/prediction/generated/bucket_v2_framework/account.js +129 -0
- package/dist/src/prediction/generated/bucket_v2_framework/deps/std/type_name.d.ts +6 -0
- package/dist/src/prediction/generated/bucket_v2_framework/deps/std/type_name.js +19 -0
- package/dist/src/prediction/generated/bucket_v2_framework/deps/sui/balance.d.ts +10 -0
- package/dist/src/prediction/generated/bucket_v2_framework/deps/sui/balance.js +14 -0
- package/dist/src/prediction/generated/bucket_v2_framework/deps/sui/vec_map.d.ts +36 -0
- package/dist/src/prediction/generated/bucket_v2_framework/deps/sui/vec_map.js +27 -0
- package/dist/src/prediction/generated/bucket_v2_framework/deps/sui/vec_set.d.ts +16 -0
- package/dist/src/prediction/generated/bucket_v2_framework/deps/sui/vec_set.js +19 -0
- package/dist/src/prediction/generated/bucket_v2_framework/double.d.ts +382 -0
- package/dist/src/prediction/generated/bucket_v2_framework/double.js +466 -0
- package/dist/src/prediction/generated/bucket_v2_framework/float.d.ts +362 -0
- package/dist/src/prediction/generated/bucket_v2_framework/float.js +440 -0
- package/dist/src/prediction/generated/bucket_v2_framework/liability.d.ts +193 -0
- package/dist/src/prediction/generated/bucket_v2_framework/liability.js +205 -0
- package/dist/src/prediction/generated/bucket_v2_framework/linked_table.d.ts +384 -0
- package/dist/src/prediction/generated/bucket_v2_framework/linked_table.js +382 -0
- package/dist/src/prediction/generated/bucket_v2_framework/sheet.d.ts +344 -0
- package/dist/src/prediction/generated/bucket_v2_framework/sheet.js +338 -0
- package/dist/src/prediction/generated/utils/index.d.ts +30 -0
- package/dist/src/prediction/generated/utils/index.js +160 -0
- package/dist/src/prediction/generated/waterx_account/account.d.ts +1589 -0
- package/dist/src/prediction/generated/waterx_account/account.js +1758 -0
- package/dist/src/prediction/generated/waterx_account/deps/bucket_v2_framework/liability.d.ts +7 -0
- package/dist/src/prediction/generated/waterx_account/deps/bucket_v2_framework/liability.js +13 -0
- package/dist/src/prediction/generated/waterx_account/deps/bucket_v2_framework/sheet.d.ts +7 -0
- package/dist/src/prediction/generated/waterx_account/deps/bucket_v2_framework/sheet.js +16 -0
- package/dist/src/prediction/generated/waterx_account/deps/std/type_name.d.ts +6 -0
- package/dist/src/prediction/generated/waterx_account/deps/std/type_name.js +19 -0
- package/dist/src/prediction/generated/waterx_account/deps/sui/balance.d.ts +10 -0
- package/dist/src/prediction/generated/waterx_account/deps/sui/balance.js +14 -0
- package/dist/src/prediction/generated/waterx_account/deps/sui/object_table.d.ts +12 -0
- package/dist/src/prediction/generated/waterx_account/deps/sui/object_table.js +19 -0
- package/dist/src/prediction/generated/waterx_account/deps/sui/table.d.ts +24 -0
- package/dist/src/prediction/generated/waterx_account/deps/sui/table.js +31 -0
- package/dist/src/prediction/generated/waterx_account/deps/sui/vec_map.d.ts +36 -0
- package/dist/src/prediction/generated/waterx_account/deps/sui/vec_map.js +27 -0
- package/dist/src/prediction/generated/waterx_account/deps/sui/vec_set.d.ts +16 -0
- package/dist/src/prediction/generated/waterx_account/deps/sui/vec_set.js +19 -0
- package/dist/src/prediction/generated/waterx_account/direct_rule.d.ts +75 -0
- package/dist/src/prediction/generated/waterx_account/direct_rule.js +78 -0
- package/dist/src/prediction/generated/waterx_account/events.d.ts +33 -0
- package/dist/src/prediction/generated/waterx_account/events.js +137 -0
- package/dist/src/prediction/generated/waterx_account/version.d.ts +10 -0
- package/dist/src/prediction/generated/waterx_account/version.js +8 -0
- package/dist/src/prediction/generated/waterx_prediction/account_data.d.ts +327 -0
- package/dist/src/prediction/generated/waterx_prediction/account_data.js +405 -0
- package/dist/src/prediction/generated/waterx_prediction/admin.d.ts +5 -0
- package/dist/src/prediction/generated/waterx_prediction/admin.js +9 -0
- package/dist/src/prediction/generated/waterx_prediction/bet_sharing.d.ts +60 -0
- package/dist/src/prediction/generated/waterx_prediction/bet_sharing.js +83 -0
- package/dist/src/prediction/generated/waterx_prediction/deps/bucket_v2_framework/linked_table.d.ts +8 -0
- package/dist/src/prediction/generated/waterx_prediction/deps/bucket_v2_framework/linked_table.js +18 -0
- package/dist/src/prediction/generated/waterx_prediction/deps/sui/balance.d.ts +10 -0
- package/dist/src/prediction/generated/waterx_prediction/deps/sui/balance.js +14 -0
- package/dist/src/prediction/generated/waterx_prediction/deps/sui/table.d.ts +24 -0
- package/dist/src/prediction/generated/waterx_prediction/deps/sui/table.js +31 -0
- package/dist/src/prediction/generated/waterx_prediction/deps/sui/vec_set.d.ts +16 -0
- package/dist/src/prediction/generated/waterx_prediction/deps/sui/vec_set.js +19 -0
- package/dist/src/prediction/generated/waterx_prediction/events.d.ts +22 -0
- package/dist/src/prediction/generated/waterx_prediction/events.js +179 -0
- package/dist/src/prediction/generated/waterx_prediction/global_config.d.ts +116 -0
- package/dist/src/prediction/generated/waterx_prediction/global_config.js +141 -0
- package/dist/src/prediction/generated/waterx_prediction/order.d.ts +200 -0
- package/dist/src/prediction/generated/waterx_prediction/order.js +284 -0
- package/dist/src/prediction/generated/waterx_prediction/outcome.d.ts +58 -0
- package/dist/src/prediction/generated/waterx_prediction/outcome.js +73 -0
- package/dist/src/prediction/generated/waterx_prediction/position.d.ts +160 -0
- package/dist/src/prediction/generated/waterx_prediction/position.js +214 -0
- package/dist/src/prediction/generated/waterx_prediction/version.d.ts +10 -0
- package/dist/src/prediction/generated/waterx_prediction/version.js +8 -0
- package/dist/src/prediction/generated/waterx_prediction/view.d.ts +353 -0
- package/dist/src/prediction/generated/waterx_prediction/view.js +432 -0
- package/dist/src/prediction/generated/waterx_prediction/waterx_prediction.d.ts +1698 -0
- package/dist/src/prediction/generated/waterx_prediction/waterx_prediction.js +1733 -0
- package/dist/src/prediction/gift-link.d.ts +6 -0
- package/dist/src/prediction/gift-link.js +5 -0
- package/dist/src/prediction/gift.d.ts +223 -0
- package/dist/src/prediction/gift.js +451 -0
- package/dist/src/prediction/index.d.ts +29 -0
- package/dist/src/prediction/index.js +21 -0
- package/dist/src/prediction/prediction.d.ts +104 -0
- package/dist/src/prediction/prediction.js +317 -0
- package/dist/src/prediction/tx-builders.d.ts +44 -0
- package/dist/src/prediction/tx-builders.js +52 -0
- package/dist/src/prediction/types.d.ts +93 -0
- package/dist/src/prediction/types.js +1 -0
- package/dist/src/prediction/user/account.d.ts +2 -0
- package/dist/src/prediction/user/account.js +1 -0
- package/dist/src/prediction/user/admin.d.ts +6 -0
- package/dist/src/prediction/user/admin.js +3 -0
- package/dist/src/prediction/user/gift.d.ts +2 -0
- package/dist/src/prediction/user/gift.js +1 -0
- package/dist/src/prediction/user/index.d.ts +5 -0
- package/dist/src/prediction/user/index.js +3 -0
- package/dist/src/prediction/user/keeper.d.ts +2 -0
- package/dist/src/prediction/user/keeper.js +1 -0
- package/dist/src/prediction/user/order.d.ts +2 -0
- package/dist/src/prediction/user/order.js +1 -0
- package/dist/src/prediction/user/position.d.ts +2 -0
- package/dist/src/prediction/user/position.js +1 -0
- package/dist/src/prediction/utils/bcs.d.ts +1 -0
- package/dist/src/prediction/utils/bcs.js +1 -0
- package/dist/src/prediction/utils/index.d.ts +1 -0
- package/dist/src/prediction/utils/index.js +1 -0
- package/dist/src/prediction/utils.d.ts +30 -0
- package/dist/src/prediction/utils.js +177 -0
- package/dist/src/sdk.d.ts +18 -0
- package/dist/src/sdk.js +17 -0
- package/dist/src/tx-builders.d.ts +54 -0
- package/dist/src/tx-builders.js +141 -0
- package/dist/src/unified-client.d.ts +407 -0
- package/dist/src/unified-client.js +123 -0
- package/dist/src/user/account.d.ts +27 -0
- package/dist/src/user/account.js +34 -8
- package/dist/src/user/credit.d.ts +8 -14
- package/dist/src/user/credit.js +9 -23
- package/dist/src/user/custody.d.ts +4 -18
- package/dist/src/user/custody.js +14 -25
- package/dist/src/utils/consolidate-balance.d.ts +37 -0
- package/dist/src/utils/consolidate-balance.js +89 -0
- package/dist/src/utils/math.d.ts +86 -0
- package/dist/src/utils/math.js +100 -0
- package/dist/src/utils/pyth.d.ts +35 -3
- package/dist/src/utils/pyth.js +145 -14
- package/package.json +129 -34
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
*/
|
|
29
29
|
import { MoveStruct, MoveTuple, type RawTransactionArgument } from '../utils/index.ts';
|
|
30
30
|
import { type BcsType } from '@mysten/sui/bcs';
|
|
31
|
-
import { type Transaction } from '@mysten/sui/transactions';
|
|
31
|
+
import { type Transaction, type TransactionArgument } from '@mysten/sui/transactions';
|
|
32
32
|
export declare const ACCOUNT: MoveStruct<{
|
|
33
33
|
dummy_field: BcsType<boolean, boolean, "bool">;
|
|
34
34
|
}, "@waterx/account::account::ACCOUNT">;
|
|
@@ -319,6 +319,7 @@ export declare const WithdrawRequest: MoveStruct<{
|
|
|
319
319
|
length: number;
|
|
320
320
|
}, string>;
|
|
321
321
|
}, "@waterx/account::account::WithdrawRequest<phantom T>">;
|
|
322
|
+
export declare const PausedProtocolsKey: MoveTuple<readonly [BcsType<boolean, boolean, "bool">], "@waterx/account::account::PausedProtocolsKey">;
|
|
322
323
|
export declare const AccountKey: MoveStruct<{
|
|
323
324
|
owner: BcsType<string, string | Uint8Array<ArrayBufferLike>, "bytes[32]">;
|
|
324
325
|
index: BcsType<string, string | number | bigint, "u64">;
|
|
@@ -449,13 +450,13 @@ export interface AssertNotPausedOptions {
|
|
|
449
450
|
export declare function assertNotPaused(options: AssertNotPausedOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
450
451
|
export interface PauseArguments {
|
|
451
452
|
registry: RawTransactionArgument<string>;
|
|
452
|
-
managerRequest:
|
|
453
|
+
managerRequest: TransactionArgument;
|
|
453
454
|
}
|
|
454
455
|
export interface PauseOptions {
|
|
455
456
|
package?: string;
|
|
456
457
|
arguments: PauseArguments | [
|
|
457
458
|
registry: RawTransactionArgument<string>,
|
|
458
|
-
managerRequest:
|
|
459
|
+
managerRequest: TransactionArgument
|
|
459
460
|
];
|
|
460
461
|
}
|
|
461
462
|
export declare function pause(options: PauseOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
@@ -600,6 +601,58 @@ export interface DelistProtocolOptions {
|
|
|
600
601
|
* protocol without stranding state on accounts.
|
|
601
602
|
*/
|
|
602
603
|
export declare function delistProtocol(options: DelistProtocolOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
604
|
+
export interface PauseProtocolArguments {
|
|
605
|
+
registry: RawTransactionArgument<string>;
|
|
606
|
+
_: RawTransactionArgument<string>;
|
|
607
|
+
}
|
|
608
|
+
export interface PauseProtocolOptions {
|
|
609
|
+
package?: string;
|
|
610
|
+
arguments: PauseProtocolArguments | [
|
|
611
|
+
registry: RawTransactionArgument<string>,
|
|
612
|
+
_: RawTransactionArgument<string>
|
|
613
|
+
];
|
|
614
|
+
typeArguments: [
|
|
615
|
+
string
|
|
616
|
+
];
|
|
617
|
+
}
|
|
618
|
+
/**
|
|
619
|
+
* Admin: pause protocol `P` WITHOUT delisting it. A paused protocol cannot
|
|
620
|
+
* `take<_, P>` (new outbound debits) or `new_data<P, _>` (new account state), but
|
|
621
|
+
* `put<_, P>`, `borrow_data_mut<P, _>`, and `remove_data<P, _>` keep working — so
|
|
622
|
+
* in-flight refunds, claims, and close/cleanup can complete. Use this instead of
|
|
623
|
+
* `delist_protocol` for emergency stops; delisting blocks the exit paths too and
|
|
624
|
+
* strands active per-account state (see audit M09).
|
|
625
|
+
*/
|
|
626
|
+
export declare function pauseProtocol(options: PauseProtocolOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
627
|
+
export interface UnpauseProtocolArguments {
|
|
628
|
+
registry: RawTransactionArgument<string>;
|
|
629
|
+
_: RawTransactionArgument<string>;
|
|
630
|
+
}
|
|
631
|
+
export interface UnpauseProtocolOptions {
|
|
632
|
+
package?: string;
|
|
633
|
+
arguments: UnpauseProtocolArguments | [
|
|
634
|
+
registry: RawTransactionArgument<string>,
|
|
635
|
+
_: RawTransactionArgument<string>
|
|
636
|
+
];
|
|
637
|
+
typeArguments: [
|
|
638
|
+
string
|
|
639
|
+
];
|
|
640
|
+
}
|
|
641
|
+
/** Admin: lift a `pause_protocol<P>`. Idempotent on a non-paused protocol. */
|
|
642
|
+
export declare function unpauseProtocol(options: UnpauseProtocolOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
643
|
+
export interface IsProtocolPausedArguments {
|
|
644
|
+
registry: RawTransactionArgument<string>;
|
|
645
|
+
}
|
|
646
|
+
export interface IsProtocolPausedOptions {
|
|
647
|
+
package?: string;
|
|
648
|
+
arguments: IsProtocolPausedArguments | [
|
|
649
|
+
registry: RawTransactionArgument<string>
|
|
650
|
+
];
|
|
651
|
+
typeArguments: [
|
|
652
|
+
string
|
|
653
|
+
];
|
|
654
|
+
}
|
|
655
|
+
export declare function isProtocolPaused(options: IsProtocolPausedOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
603
656
|
export interface AllowProtocolAssetArguments {
|
|
604
657
|
registry: RawTransactionArgument<string>;
|
|
605
658
|
_: RawTransactionArgument<string>;
|
|
@@ -839,14 +892,14 @@ export interface UnregisterWithdrawPolicyOptions {
|
|
|
839
892
|
export declare function unregisterWithdrawPolicy(options: UnregisterWithdrawPolicyOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
840
893
|
export interface CreateAccountArguments {
|
|
841
894
|
registry: RawTransactionArgument<string>;
|
|
842
|
-
senderRequest:
|
|
895
|
+
senderRequest: TransactionArgument;
|
|
843
896
|
alias: RawTransactionArgument<string>;
|
|
844
897
|
}
|
|
845
898
|
export interface CreateAccountOptions {
|
|
846
899
|
package?: string;
|
|
847
900
|
arguments: CreateAccountArguments | [
|
|
848
901
|
registry: RawTransactionArgument<string>,
|
|
849
|
-
senderRequest:
|
|
902
|
+
senderRequest: TransactionArgument,
|
|
850
903
|
alias: RawTransactionArgument<string>
|
|
851
904
|
];
|
|
852
905
|
}
|
|
@@ -875,7 +928,7 @@ export interface DeriveAccountAddressOptions {
|
|
|
875
928
|
export declare function deriveAccountAddress(options: DeriveAccountAddressOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
876
929
|
export interface SetAliasArguments {
|
|
877
930
|
registry: RawTransactionArgument<string>;
|
|
878
|
-
senderRequest:
|
|
931
|
+
senderRequest: TransactionArgument;
|
|
879
932
|
accountId: RawTransactionArgument<string>;
|
|
880
933
|
alias: RawTransactionArgument<string>;
|
|
881
934
|
}
|
|
@@ -883,7 +936,7 @@ export interface SetAliasOptions {
|
|
|
883
936
|
package?: string;
|
|
884
937
|
arguments: SetAliasArguments | [
|
|
885
938
|
registry: RawTransactionArgument<string>,
|
|
886
|
-
senderRequest:
|
|
939
|
+
senderRequest: TransactionArgument,
|
|
887
940
|
accountId: RawTransactionArgument<string>,
|
|
888
941
|
alias: RawTransactionArgument<string>
|
|
889
942
|
];
|
|
@@ -891,7 +944,7 @@ export interface SetAliasOptions {
|
|
|
891
944
|
export declare function setAlias(options: SetAliasOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
892
945
|
export interface AddDelegateArguments {
|
|
893
946
|
registry: RawTransactionArgument<string>;
|
|
894
|
-
senderRequest:
|
|
947
|
+
senderRequest: TransactionArgument;
|
|
895
948
|
accountId: RawTransactionArgument<string>;
|
|
896
949
|
delegateAddress: RawTransactionArgument<string>;
|
|
897
950
|
alias: RawTransactionArgument<string>;
|
|
@@ -902,7 +955,7 @@ export interface AddDelegateOptions {
|
|
|
902
955
|
package?: string;
|
|
903
956
|
arguments: AddDelegateArguments | [
|
|
904
957
|
registry: RawTransactionArgument<string>,
|
|
905
|
-
senderRequest:
|
|
958
|
+
senderRequest: TransactionArgument,
|
|
906
959
|
accountId: RawTransactionArgument<string>,
|
|
907
960
|
delegateAddress: RawTransactionArgument<string>,
|
|
908
961
|
alias: RawTransactionArgument<string>,
|
|
@@ -913,7 +966,7 @@ export interface AddDelegateOptions {
|
|
|
913
966
|
export declare function addDelegate(options: AddDelegateOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
914
967
|
export interface RemoveDelegateArguments {
|
|
915
968
|
registry: RawTransactionArgument<string>;
|
|
916
|
-
senderRequest:
|
|
969
|
+
senderRequest: TransactionArgument;
|
|
917
970
|
accountId: RawTransactionArgument<string>;
|
|
918
971
|
delegateAddress: RawTransactionArgument<string>;
|
|
919
972
|
}
|
|
@@ -921,7 +974,7 @@ export interface RemoveDelegateOptions {
|
|
|
921
974
|
package?: string;
|
|
922
975
|
arguments: RemoveDelegateArguments | [
|
|
923
976
|
registry: RawTransactionArgument<string>,
|
|
924
|
-
senderRequest:
|
|
977
|
+
senderRequest: TransactionArgument,
|
|
925
978
|
accountId: RawTransactionArgument<string>,
|
|
926
979
|
delegateAddress: RawTransactionArgument<string>
|
|
927
980
|
];
|
|
@@ -935,7 +988,7 @@ export interface RemoveDelegateOptions {
|
|
|
935
988
|
export declare function removeDelegate(options: RemoveDelegateOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
936
989
|
export interface UpdateDelegateArguments {
|
|
937
990
|
registry: RawTransactionArgument<string>;
|
|
938
|
-
senderRequest:
|
|
991
|
+
senderRequest: TransactionArgument;
|
|
939
992
|
accountId: RawTransactionArgument<string>;
|
|
940
993
|
delegateAddress: RawTransactionArgument<string>;
|
|
941
994
|
alias: RawTransactionArgument<string>;
|
|
@@ -946,7 +999,7 @@ export interface UpdateDelegateOptions {
|
|
|
946
999
|
package?: string;
|
|
947
1000
|
arguments: UpdateDelegateArguments | [
|
|
948
1001
|
registry: RawTransactionArgument<string>,
|
|
949
|
-
senderRequest:
|
|
1002
|
+
senderRequest: TransactionArgument,
|
|
950
1003
|
accountId: RawTransactionArgument<string>,
|
|
951
1004
|
delegateAddress: RawTransactionArgument<string>,
|
|
952
1005
|
alias: RawTransactionArgument<string>,
|
|
@@ -957,7 +1010,7 @@ export interface UpdateDelegateOptions {
|
|
|
957
1010
|
export declare function updateDelegate(options: UpdateDelegateOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
958
1011
|
export interface SetDelegateProtocolPermissionArguments {
|
|
959
1012
|
registry: RawTransactionArgument<string>;
|
|
960
|
-
senderRequest:
|
|
1013
|
+
senderRequest: TransactionArgument;
|
|
961
1014
|
accountId: RawTransactionArgument<string>;
|
|
962
1015
|
delegateAddress: RawTransactionArgument<string>;
|
|
963
1016
|
permissions: RawTransactionArgument<number>;
|
|
@@ -966,7 +1019,7 @@ export interface SetDelegateProtocolPermissionOptions {
|
|
|
966
1019
|
package?: string;
|
|
967
1020
|
arguments: SetDelegateProtocolPermissionArguments | [
|
|
968
1021
|
registry: RawTransactionArgument<string>,
|
|
969
|
-
senderRequest:
|
|
1022
|
+
senderRequest: TransactionArgument,
|
|
970
1023
|
accountId: RawTransactionArgument<string>,
|
|
971
1024
|
delegateAddress: RawTransactionArgument<string>,
|
|
972
1025
|
permissions: RawTransactionArgument<number>
|
|
@@ -978,7 +1031,7 @@ export interface SetDelegateProtocolPermissionOptions {
|
|
|
978
1031
|
export declare function setDelegateProtocolPermission(options: SetDelegateProtocolPermissionOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
979
1032
|
export interface UnsetDelegateProtocolPermissionArguments {
|
|
980
1033
|
registry: RawTransactionArgument<string>;
|
|
981
|
-
senderRequest:
|
|
1034
|
+
senderRequest: TransactionArgument;
|
|
982
1035
|
accountId: RawTransactionArgument<string>;
|
|
983
1036
|
delegateAddress: RawTransactionArgument<string>;
|
|
984
1037
|
}
|
|
@@ -986,7 +1039,7 @@ export interface UnsetDelegateProtocolPermissionOptions {
|
|
|
986
1039
|
package?: string;
|
|
987
1040
|
arguments: UnsetDelegateProtocolPermissionArguments | [
|
|
988
1041
|
registry: RawTransactionArgument<string>,
|
|
989
|
-
senderRequest:
|
|
1042
|
+
senderRequest: TransactionArgument,
|
|
990
1043
|
accountId: RawTransactionArgument<string>,
|
|
991
1044
|
delegateAddress: RawTransactionArgument<string>
|
|
992
1045
|
];
|
|
@@ -999,7 +1052,7 @@ export interface RequestDepositArguments {
|
|
|
999
1052
|
registry: RawTransactionArgument<string>;
|
|
1000
1053
|
accountId: RawTransactionArgument<string>;
|
|
1001
1054
|
coin: RawTransactionArgument<string>;
|
|
1002
|
-
extraData: RawTransactionArgument<number
|
|
1055
|
+
extraData: RawTransactionArgument<Array<number>>;
|
|
1003
1056
|
}
|
|
1004
1057
|
export interface RequestDepositOptions {
|
|
1005
1058
|
package?: string;
|
|
@@ -1007,7 +1060,7 @@ export interface RequestDepositOptions {
|
|
|
1007
1060
|
registry: RawTransactionArgument<string>,
|
|
1008
1061
|
accountId: RawTransactionArgument<string>,
|
|
1009
1062
|
coin: RawTransactionArgument<string>,
|
|
1010
|
-
extraData: RawTransactionArgument<number
|
|
1063
|
+
extraData: RawTransactionArgument<Array<number>>
|
|
1011
1064
|
];
|
|
1012
1065
|
typeArguments: [
|
|
1013
1066
|
string
|
|
@@ -1023,16 +1076,16 @@ export declare function requestDeposit(options: RequestDepositOptions): (tx: Tra
|
|
|
1023
1076
|
export interface RequestDepositFromReceivingsArguments {
|
|
1024
1077
|
registry: RawTransactionArgument<string>;
|
|
1025
1078
|
accountId: RawTransactionArgument<string>;
|
|
1026
|
-
receivings:
|
|
1027
|
-
extraData: RawTransactionArgument<number
|
|
1079
|
+
receivings: TransactionArgument;
|
|
1080
|
+
extraData: RawTransactionArgument<Array<number>>;
|
|
1028
1081
|
}
|
|
1029
1082
|
export interface RequestDepositFromReceivingsOptions {
|
|
1030
1083
|
package?: string;
|
|
1031
1084
|
arguments: RequestDepositFromReceivingsArguments | [
|
|
1032
1085
|
registry: RawTransactionArgument<string>,
|
|
1033
1086
|
accountId: RawTransactionArgument<string>,
|
|
1034
|
-
receivings:
|
|
1035
|
-
extraData: RawTransactionArgument<number
|
|
1087
|
+
receivings: TransactionArgument,
|
|
1088
|
+
extraData: RawTransactionArgument<Array<number>>
|
|
1036
1089
|
];
|
|
1037
1090
|
typeArguments: [
|
|
1038
1091
|
string
|
|
@@ -1050,7 +1103,7 @@ export interface RequestDepositFromFundsArguments {
|
|
|
1050
1103
|
registry: RawTransactionArgument<string>;
|
|
1051
1104
|
accountId: RawTransactionArgument<string>;
|
|
1052
1105
|
accumulatorRoot: RawTransactionArgument<string>;
|
|
1053
|
-
extraData: RawTransactionArgument<number
|
|
1106
|
+
extraData: RawTransactionArgument<Array<number>>;
|
|
1054
1107
|
}
|
|
1055
1108
|
export interface RequestDepositFromFundsOptions {
|
|
1056
1109
|
package?: string;
|
|
@@ -1058,7 +1111,7 @@ export interface RequestDepositFromFundsOptions {
|
|
|
1058
1111
|
registry: RawTransactionArgument<string>,
|
|
1059
1112
|
accountId: RawTransactionArgument<string>,
|
|
1060
1113
|
accumulatorRoot: RawTransactionArgument<string>,
|
|
1061
|
-
extraData: RawTransactionArgument<number
|
|
1114
|
+
extraData: RawTransactionArgument<Array<number>>
|
|
1062
1115
|
];
|
|
1063
1116
|
typeArguments: [
|
|
1064
1117
|
string
|
|
@@ -1082,14 +1135,14 @@ export interface RequestDepositFromFundsOptions {
|
|
|
1082
1135
|
export declare function requestDepositFromFunds(options: RequestDepositFromFundsOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
1083
1136
|
export interface ConsumeDepositArguments<P extends BcsType<any>> {
|
|
1084
1137
|
registry: RawTransactionArgument<string>;
|
|
1085
|
-
req:
|
|
1138
|
+
req: TransactionArgument;
|
|
1086
1139
|
Witness: RawTransactionArgument<P>;
|
|
1087
1140
|
}
|
|
1088
1141
|
export interface ConsumeDepositOptions<P extends BcsType<any>> {
|
|
1089
1142
|
package?: string;
|
|
1090
1143
|
arguments: ConsumeDepositArguments<P> | [
|
|
1091
1144
|
registry: RawTransactionArgument<string>,
|
|
1092
|
-
req:
|
|
1145
|
+
req: TransactionArgument,
|
|
1093
1146
|
Witness: RawTransactionArgument<P>
|
|
1094
1147
|
];
|
|
1095
1148
|
typeArguments: [
|
|
@@ -1106,21 +1159,21 @@ export interface ConsumeDepositOptions<P extends BcsType<any>> {
|
|
|
1106
1159
|
export declare function consumeDeposit<P extends BcsType<any>>(options: ConsumeDepositOptions<P>): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
1107
1160
|
export interface RequestWithdrawArguments {
|
|
1108
1161
|
registry: RawTransactionArgument<string>;
|
|
1109
|
-
senderRequest:
|
|
1162
|
+
senderRequest: TransactionArgument;
|
|
1110
1163
|
accountId: RawTransactionArgument<string>;
|
|
1111
1164
|
amount: RawTransactionArgument<number | bigint>;
|
|
1112
1165
|
recipient: RawTransactionArgument<string>;
|
|
1113
|
-
extraData: RawTransactionArgument<number
|
|
1166
|
+
extraData: RawTransactionArgument<Array<number>>;
|
|
1114
1167
|
}
|
|
1115
1168
|
export interface RequestWithdrawOptions {
|
|
1116
1169
|
package?: string;
|
|
1117
1170
|
arguments: RequestWithdrawArguments | [
|
|
1118
1171
|
registry: RawTransactionArgument<string>,
|
|
1119
|
-
senderRequest:
|
|
1172
|
+
senderRequest: TransactionArgument,
|
|
1120
1173
|
accountId: RawTransactionArgument<string>,
|
|
1121
1174
|
amount: RawTransactionArgument<number | bigint>,
|
|
1122
1175
|
recipient: RawTransactionArgument<string>,
|
|
1123
|
-
extraData: RawTransactionArgument<number
|
|
1176
|
+
extraData: RawTransactionArgument<Array<number>>
|
|
1124
1177
|
];
|
|
1125
1178
|
typeArguments: [
|
|
1126
1179
|
string
|
|
@@ -1134,14 +1187,14 @@ export interface RequestWithdrawOptions {
|
|
|
1134
1187
|
export declare function requestWithdraw(options: RequestWithdrawOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
1135
1188
|
export interface ConsumeWithdrawArguments<P extends BcsType<any>> {
|
|
1136
1189
|
registry: RawTransactionArgument<string>;
|
|
1137
|
-
req:
|
|
1190
|
+
req: TransactionArgument;
|
|
1138
1191
|
Witness: RawTransactionArgument<P>;
|
|
1139
1192
|
}
|
|
1140
1193
|
export interface ConsumeWithdrawOptions<P extends BcsType<any>> {
|
|
1141
1194
|
package?: string;
|
|
1142
1195
|
arguments: ConsumeWithdrawArguments<P> | [
|
|
1143
1196
|
registry: RawTransactionArgument<string>,
|
|
1144
|
-
req:
|
|
1197
|
+
req: TransactionArgument,
|
|
1145
1198
|
Witness: RawTransactionArgument<P>
|
|
1146
1199
|
];
|
|
1147
1200
|
typeArguments: [
|
|
@@ -1183,17 +1236,17 @@ export interface TransferCoinOptions {
|
|
|
1183
1236
|
export declare function transferCoin(options: TransferCoinOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
1184
1237
|
export interface ReceiveArguments {
|
|
1185
1238
|
registry: RawTransactionArgument<string>;
|
|
1186
|
-
senderRequest:
|
|
1239
|
+
senderRequest: TransactionArgument;
|
|
1187
1240
|
accountId: RawTransactionArgument<string>;
|
|
1188
|
-
receiving:
|
|
1241
|
+
receiving: TransactionArgument;
|
|
1189
1242
|
}
|
|
1190
1243
|
export interface ReceiveOptions {
|
|
1191
1244
|
package?: string;
|
|
1192
1245
|
arguments: ReceiveArguments | [
|
|
1193
1246
|
registry: RawTransactionArgument<string>,
|
|
1194
|
-
senderRequest:
|
|
1247
|
+
senderRequest: TransactionArgument,
|
|
1195
1248
|
accountId: RawTransactionArgument<string>,
|
|
1196
|
-
receiving:
|
|
1249
|
+
receiving: TransactionArgument
|
|
1197
1250
|
];
|
|
1198
1251
|
typeArguments: [
|
|
1199
1252
|
string
|
|
@@ -1218,7 +1271,7 @@ export interface ReceiveOptions {
|
|
|
1218
1271
|
export declare function receive(options: ReceiveOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
1219
1272
|
export interface WithdrawFromFundsArguments {
|
|
1220
1273
|
registry: RawTransactionArgument<string>;
|
|
1221
|
-
senderRequest:
|
|
1274
|
+
senderRequest: TransactionArgument;
|
|
1222
1275
|
accountId: RawTransactionArgument<string>;
|
|
1223
1276
|
accumulatorRoot: RawTransactionArgument<string>;
|
|
1224
1277
|
}
|
|
@@ -1226,7 +1279,7 @@ export interface WithdrawFromFundsOptions {
|
|
|
1226
1279
|
package?: string;
|
|
1227
1280
|
arguments: WithdrawFromFundsArguments | [
|
|
1228
1281
|
registry: RawTransactionArgument<string>,
|
|
1229
|
-
senderRequest:
|
|
1282
|
+
senderRequest: TransactionArgument,
|
|
1230
1283
|
accountId: RawTransactionArgument<string>,
|
|
1231
1284
|
accumulatorRoot: RawTransactionArgument<string>
|
|
1232
1285
|
];
|
|
@@ -1250,7 +1303,7 @@ export interface WithdrawFromFundsOptions {
|
|
|
1250
1303
|
export declare function withdrawFromFunds(options: WithdrawFromFundsOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
1251
1304
|
export interface TakeArguments<P extends BcsType<any>> {
|
|
1252
1305
|
registry: RawTransactionArgument<string>;
|
|
1253
|
-
senderRequest:
|
|
1306
|
+
senderRequest: TransactionArgument;
|
|
1254
1307
|
accountId: RawTransactionArgument<string>;
|
|
1255
1308
|
amount: RawTransactionArgument<number | bigint>;
|
|
1256
1309
|
Witness: RawTransactionArgument<P>;
|
|
@@ -1259,7 +1312,7 @@ export interface TakeOptions<P extends BcsType<any>> {
|
|
|
1259
1312
|
package?: string;
|
|
1260
1313
|
arguments: TakeArguments<P> | [
|
|
1261
1314
|
registry: RawTransactionArgument<string>,
|
|
1262
|
-
senderRequest:
|
|
1315
|
+
senderRequest: TransactionArgument,
|
|
1263
1316
|
accountId: RawTransactionArgument<string>,
|
|
1264
1317
|
amount: RawTransactionArgument<number | bigint>,
|
|
1265
1318
|
Witness: RawTransactionArgument<P>
|
|
@@ -1293,7 +1346,7 @@ export declare function take<P extends BcsType<any>>(options: TakeOptions<P>): (
|
|
|
1293
1346
|
export interface PutArguments<P extends BcsType<any>> {
|
|
1294
1347
|
registry: RawTransactionArgument<string>;
|
|
1295
1348
|
accountId: RawTransactionArgument<string>;
|
|
1296
|
-
bal:
|
|
1349
|
+
bal: TransactionArgument;
|
|
1297
1350
|
Witness: RawTransactionArgument<P>;
|
|
1298
1351
|
}
|
|
1299
1352
|
export interface PutOptions<P extends BcsType<any>> {
|
|
@@ -1301,7 +1354,7 @@ export interface PutOptions<P extends BcsType<any>> {
|
|
|
1301
1354
|
arguments: PutArguments<P> | [
|
|
1302
1355
|
registry: RawTransactionArgument<string>,
|
|
1303
1356
|
accountId: RawTransactionArgument<string>,
|
|
1304
|
-
bal:
|
|
1357
|
+
bal: TransactionArgument,
|
|
1305
1358
|
Witness: RawTransactionArgument<P>
|
|
1306
1359
|
];
|
|
1307
1360
|
typeArguments: [
|
|
@@ -1563,62 +1616,62 @@ export interface AccountBalancesFieldOptions {
|
|
|
1563
1616
|
}
|
|
1564
1617
|
export declare function accountBalancesField(options: AccountBalancesFieldOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
1565
1618
|
export interface DelegateAddressArguments {
|
|
1566
|
-
delegate:
|
|
1619
|
+
delegate: TransactionArgument;
|
|
1567
1620
|
}
|
|
1568
1621
|
export interface DelegateAddressOptions {
|
|
1569
1622
|
package?: string;
|
|
1570
1623
|
arguments: DelegateAddressArguments | [
|
|
1571
|
-
delegate:
|
|
1624
|
+
delegate: TransactionArgument
|
|
1572
1625
|
];
|
|
1573
1626
|
}
|
|
1574
1627
|
export declare function delegateAddress(options: DelegateAddressOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
1575
1628
|
export interface DelegateAliasArguments {
|
|
1576
|
-
delegate:
|
|
1629
|
+
delegate: TransactionArgument;
|
|
1577
1630
|
}
|
|
1578
1631
|
export interface DelegateAliasOptions {
|
|
1579
1632
|
package?: string;
|
|
1580
1633
|
arguments: DelegateAliasArguments | [
|
|
1581
|
-
delegate:
|
|
1634
|
+
delegate: TransactionArgument
|
|
1582
1635
|
];
|
|
1583
1636
|
}
|
|
1584
1637
|
export declare function delegateAlias(options: DelegateAliasOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
1585
1638
|
export interface DelegatePermissionsArguments {
|
|
1586
|
-
delegate:
|
|
1639
|
+
delegate: TransactionArgument;
|
|
1587
1640
|
}
|
|
1588
1641
|
export interface DelegatePermissionsOptions {
|
|
1589
1642
|
package?: string;
|
|
1590
1643
|
arguments: DelegatePermissionsArguments | [
|
|
1591
|
-
delegate:
|
|
1644
|
+
delegate: TransactionArgument
|
|
1592
1645
|
];
|
|
1593
1646
|
}
|
|
1594
1647
|
export declare function delegatePermissions(options: DelegatePermissionsOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
1595
1648
|
export interface DelegateProtocolPermissionsArguments {
|
|
1596
|
-
delegate:
|
|
1649
|
+
delegate: TransactionArgument;
|
|
1597
1650
|
}
|
|
1598
1651
|
export interface DelegateProtocolPermissionsOptions {
|
|
1599
1652
|
package?: string;
|
|
1600
1653
|
arguments: DelegateProtocolPermissionsArguments | [
|
|
1601
|
-
delegate:
|
|
1654
|
+
delegate: TransactionArgument
|
|
1602
1655
|
];
|
|
1603
1656
|
}
|
|
1604
1657
|
export declare function delegateProtocolPermissions(options: DelegateProtocolPermissionsOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
1605
1658
|
export interface DelegateExpiresAtMsArguments {
|
|
1606
|
-
delegate:
|
|
1659
|
+
delegate: TransactionArgument;
|
|
1607
1660
|
}
|
|
1608
1661
|
export interface DelegateExpiresAtMsOptions {
|
|
1609
1662
|
package?: string;
|
|
1610
1663
|
arguments: DelegateExpiresAtMsArguments | [
|
|
1611
|
-
delegate:
|
|
1664
|
+
delegate: TransactionArgument
|
|
1612
1665
|
];
|
|
1613
1666
|
}
|
|
1614
1667
|
export declare function delegateExpiresAtMs(options: DelegateExpiresAtMsOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
1615
1668
|
export interface DepositRequestAccountIdArguments {
|
|
1616
|
-
r:
|
|
1669
|
+
r: TransactionArgument;
|
|
1617
1670
|
}
|
|
1618
1671
|
export interface DepositRequestAccountIdOptions {
|
|
1619
1672
|
package?: string;
|
|
1620
1673
|
arguments: DepositRequestAccountIdArguments | [
|
|
1621
|
-
r:
|
|
1674
|
+
r: TransactionArgument
|
|
1622
1675
|
];
|
|
1623
1676
|
typeArguments: [
|
|
1624
1677
|
string
|
|
@@ -1626,12 +1679,12 @@ export interface DepositRequestAccountIdOptions {
|
|
|
1626
1679
|
}
|
|
1627
1680
|
export declare function depositRequestAccountId(options: DepositRequestAccountIdOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
1628
1681
|
export interface DepositRequestBalanceArguments {
|
|
1629
|
-
r:
|
|
1682
|
+
r: TransactionArgument;
|
|
1630
1683
|
}
|
|
1631
1684
|
export interface DepositRequestBalanceOptions {
|
|
1632
1685
|
package?: string;
|
|
1633
1686
|
arguments: DepositRequestBalanceArguments | [
|
|
1634
|
-
r:
|
|
1687
|
+
r: TransactionArgument
|
|
1635
1688
|
];
|
|
1636
1689
|
typeArguments: [
|
|
1637
1690
|
string
|
|
@@ -1639,12 +1692,12 @@ export interface DepositRequestBalanceOptions {
|
|
|
1639
1692
|
}
|
|
1640
1693
|
export declare function depositRequestBalance(options: DepositRequestBalanceOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
1641
1694
|
export interface DepositRequestAmountArguments {
|
|
1642
|
-
r:
|
|
1695
|
+
r: TransactionArgument;
|
|
1643
1696
|
}
|
|
1644
1697
|
export interface DepositRequestAmountOptions {
|
|
1645
1698
|
package?: string;
|
|
1646
1699
|
arguments: DepositRequestAmountArguments | [
|
|
1647
|
-
r:
|
|
1700
|
+
r: TransactionArgument
|
|
1648
1701
|
];
|
|
1649
1702
|
typeArguments: [
|
|
1650
1703
|
string
|
|
@@ -1652,12 +1705,12 @@ export interface DepositRequestAmountOptions {
|
|
|
1652
1705
|
}
|
|
1653
1706
|
export declare function depositRequestAmount(options: DepositRequestAmountOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
1654
1707
|
export interface DepositRequestExtraDataArguments {
|
|
1655
|
-
r:
|
|
1708
|
+
r: TransactionArgument;
|
|
1656
1709
|
}
|
|
1657
1710
|
export interface DepositRequestExtraDataOptions {
|
|
1658
1711
|
package?: string;
|
|
1659
1712
|
arguments: DepositRequestExtraDataArguments | [
|
|
1660
|
-
r:
|
|
1713
|
+
r: TransactionArgument
|
|
1661
1714
|
];
|
|
1662
1715
|
typeArguments: [
|
|
1663
1716
|
string
|
|
@@ -1665,12 +1718,12 @@ export interface DepositRequestExtraDataOptions {
|
|
|
1665
1718
|
}
|
|
1666
1719
|
export declare function depositRequestExtraData(options: DepositRequestExtraDataOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
1667
1720
|
export interface WithdrawRequestAccountIdArguments {
|
|
1668
|
-
r:
|
|
1721
|
+
r: TransactionArgument;
|
|
1669
1722
|
}
|
|
1670
1723
|
export interface WithdrawRequestAccountIdOptions {
|
|
1671
1724
|
package?: string;
|
|
1672
1725
|
arguments: WithdrawRequestAccountIdArguments | [
|
|
1673
|
-
r:
|
|
1726
|
+
r: TransactionArgument
|
|
1674
1727
|
];
|
|
1675
1728
|
typeArguments: [
|
|
1676
1729
|
string
|
|
@@ -1678,12 +1731,12 @@ export interface WithdrawRequestAccountIdOptions {
|
|
|
1678
1731
|
}
|
|
1679
1732
|
export declare function withdrawRequestAccountId(options: WithdrawRequestAccountIdOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
1680
1733
|
export interface WithdrawRequestBalanceArguments {
|
|
1681
|
-
r:
|
|
1734
|
+
r: TransactionArgument;
|
|
1682
1735
|
}
|
|
1683
1736
|
export interface WithdrawRequestBalanceOptions {
|
|
1684
1737
|
package?: string;
|
|
1685
1738
|
arguments: WithdrawRequestBalanceArguments | [
|
|
1686
|
-
r:
|
|
1739
|
+
r: TransactionArgument
|
|
1687
1740
|
];
|
|
1688
1741
|
typeArguments: [
|
|
1689
1742
|
string
|
|
@@ -1691,12 +1744,12 @@ export interface WithdrawRequestBalanceOptions {
|
|
|
1691
1744
|
}
|
|
1692
1745
|
export declare function withdrawRequestBalance(options: WithdrawRequestBalanceOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
1693
1746
|
export interface WithdrawRequestAmountArguments {
|
|
1694
|
-
r:
|
|
1747
|
+
r: TransactionArgument;
|
|
1695
1748
|
}
|
|
1696
1749
|
export interface WithdrawRequestAmountOptions {
|
|
1697
1750
|
package?: string;
|
|
1698
1751
|
arguments: WithdrawRequestAmountArguments | [
|
|
1699
|
-
r:
|
|
1752
|
+
r: TransactionArgument
|
|
1700
1753
|
];
|
|
1701
1754
|
typeArguments: [
|
|
1702
1755
|
string
|
|
@@ -1704,12 +1757,12 @@ export interface WithdrawRequestAmountOptions {
|
|
|
1704
1757
|
}
|
|
1705
1758
|
export declare function withdrawRequestAmount(options: WithdrawRequestAmountOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
1706
1759
|
export interface WithdrawRequestRecipientArguments {
|
|
1707
|
-
r:
|
|
1760
|
+
r: TransactionArgument;
|
|
1708
1761
|
}
|
|
1709
1762
|
export interface WithdrawRequestRecipientOptions {
|
|
1710
1763
|
package?: string;
|
|
1711
1764
|
arguments: WithdrawRequestRecipientArguments | [
|
|
1712
|
-
r:
|
|
1765
|
+
r: TransactionArgument
|
|
1713
1766
|
];
|
|
1714
1767
|
typeArguments: [
|
|
1715
1768
|
string
|
|
@@ -1717,12 +1770,12 @@ export interface WithdrawRequestRecipientOptions {
|
|
|
1717
1770
|
}
|
|
1718
1771
|
export declare function withdrawRequestRecipient(options: WithdrawRequestRecipientOptions): (tx: Transaction) => import("@mysten/sui/transactions").TransactionResult;
|
|
1719
1772
|
export interface WithdrawRequestExtraDataArguments {
|
|
1720
|
-
r:
|
|
1773
|
+
r: TransactionArgument;
|
|
1721
1774
|
}
|
|
1722
1775
|
export interface WithdrawRequestExtraDataOptions {
|
|
1723
1776
|
package?: string;
|
|
1724
1777
|
arguments: WithdrawRequestExtraDataArguments | [
|
|
1725
|
-
r:
|
|
1778
|
+
r: TransactionArgument
|
|
1726
1779
|
];
|
|
1727
1780
|
typeArguments: [
|
|
1728
1781
|
string
|