@agoric/orchestration 0.2.0 → 0.2.1-upgrade-23-dev-bd79330.0.bd79330
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/index.js +0 -4
- package/package.json +27 -27
- package/src/axelar-types.d.ts +2 -0
- package/src/axelar-types.d.ts.map +1 -1
- package/src/axelar-types.js +2 -0
- package/src/cctp-chain-info.js +4 -1
- package/src/chain-info.d.ts +21 -6
- package/src/chain-info.d.ts.map +1 -1
- package/src/chain-info.js +9 -8
- package/src/cosmos-api.d.ts +102 -29
- package/src/cosmos-api.d.ts.map +1 -1
- package/src/cosmos-api.js +585 -0
- package/src/{ethereum-api.ts → ethereum-api.js} +1 -1
- package/src/examples/auto-stake-it-tap-kit.d.ts +4 -3
- package/src/examples/auto-stake-it-tap-kit.d.ts.map +1 -1
- package/src/examples/auto-stake-it-tap-kit.js +3 -4
- package/src/examples/auto-stake-it.contract.d.ts +6 -4
- package/src/examples/auto-stake-it.contract.d.ts.map +1 -1
- package/src/examples/auto-stake-it.contract.js +3 -1
- package/src/examples/auto-stake-it.flows.d.ts +2 -1
- package/src/examples/auto-stake-it.flows.d.ts.map +1 -1
- package/src/examples/auto-stake-it.flows.js +1 -0
- package/src/examples/axelar-gmp-account-kit.d.ts +6 -4
- package/src/examples/axelar-gmp-account-kit.d.ts.map +1 -1
- package/src/examples/axelar-gmp-account-kit.js +4 -2
- package/src/examples/axelar-gmp.contract.d.ts +8 -8
- package/src/examples/axelar-gmp.contract.d.ts.map +1 -1
- package/src/examples/axelar-gmp.contract.js +2 -2
- package/src/examples/axelar-gmp.flows.d.ts +1 -1
- package/src/examples/basic-flows.contract.d.ts +7 -5
- package/src/examples/basic-flows.contract.d.ts.map +1 -1
- package/src/examples/basic-flows.contract.js +3 -1
- package/src/examples/basic-flows.flows.d.ts +2 -1
- package/src/examples/basic-flows.flows.d.ts.map +1 -1
- package/src/examples/basic-flows.flows.js +1 -0
- package/src/examples/send-anywhere.contract.d.ts +12 -6
- package/src/examples/send-anywhere.contract.d.ts.map +1 -1
- package/src/examples/send-anywhere.contract.js +4 -1
- package/src/examples/send-anywhere.flows.d.ts +3 -2
- package/src/examples/send-anywhere.flows.d.ts.map +1 -1
- package/src/examples/send-anywhere.flows.js +3 -6
- package/src/examples/stake-bld.contract.d.ts +206 -25
- package/src/examples/stake-bld.contract.d.ts.map +1 -1
- package/src/examples/stake-bld.contract.js +19 -4
- package/src/examples/stake-ica.contract.d.ts +434 -71
- package/src/examples/stake-ica.contract.d.ts.map +1 -1
- package/src/examples/stake-ica.contract.js +28 -6
- package/src/examples/staking-combinations.contract.d.ts +4 -2
- package/src/examples/staking-combinations.contract.d.ts.map +1 -1
- package/src/examples/staking-combinations.contract.js +5 -3
- package/src/examples/staking-combinations.flows.d.ts +3 -2
- package/src/examples/staking-combinations.flows.d.ts.map +1 -1
- package/src/examples/staking-combinations.flows.js +7 -6
- package/src/examples/swap-anything.contract.d.ts +14 -7
- package/src/examples/swap-anything.contract.d.ts.map +1 -1
- package/src/examples/swap-anything.contract.js +12 -8
- package/src/examples/swap.contract.d.ts +18 -6
- package/src/examples/swap.contract.d.ts.map +1 -1
- package/src/examples/swap.contract.js +9 -3
- package/src/examples/swap.flows.d.ts +2 -0
- package/src/examples/swap.flows.d.ts.map +1 -1
- package/src/examples/swap.flows.js +2 -0
- package/src/examples/unbond.contract.d.ts +7 -4
- package/src/examples/unbond.contract.d.ts.map +1 -1
- package/src/examples/unbond.contract.js +6 -3
- package/src/exos/chain-hub-admin.d.ts +1 -19
- package/src/exos/chain-hub-admin.d.ts.map +1 -1
- package/src/exos/chain-hub-admin.js +1 -1
- package/src/exos/chain-hub.d.ts +4 -2
- package/src/exos/chain-hub.d.ts.map +1 -1
- package/src/exos/chain-hub.js +2 -1
- package/src/exos/combine-invitation-makers.d.ts +2 -1
- package/src/exos/combine-invitation-makers.d.ts.map +1 -1
- package/src/exos/combine-invitation-makers.js +2 -1
- package/src/exos/cosmos-orchestration-account.d.ts +615 -98
- package/src/exos/cosmos-orchestration-account.d.ts.map +1 -1
- package/src/exos/cosmos-orchestration-account.js +695 -306
- package/src/exos/exo-interfaces.js +35 -0
- package/src/exos/ibc-packet.d.ts +11 -9
- package/src/exos/ibc-packet.d.ts.map +1 -1
- package/src/exos/ibc-packet.js +33 -8
- package/src/exos/ica-account-kit.d.ts +4 -9
- package/src/exos/ica-account-kit.d.ts.map +1 -1
- package/src/exos/ica-account-kit.js +10 -7
- package/src/exos/icq-connection-kit.d.ts +1 -1
- package/src/exos/local-chain-facade.d.ts +1542 -5
- package/src/exos/local-chain-facade.d.ts.map +1 -1
- package/src/exos/local-chain-facade.js +4 -2
- package/src/exos/local-orchestration-account.d.ts +201 -56
- package/src/exos/local-orchestration-account.d.ts.map +1 -1
- package/src/exos/local-orchestration-account.js +260 -51
- package/src/exos/orchestrator.d.ts +35813 -73
- package/src/exos/orchestrator.d.ts.map +1 -1
- package/src/exos/orchestrator.js +7 -10
- package/src/exos/packet-tools.d.ts +19 -8
- package/src/exos/packet-tools.d.ts.map +1 -1
- package/src/exos/packet-tools.js +92 -9
- package/src/exos/portfolio-holder-kit.d.ts +90 -2
- package/src/exos/portfolio-holder-kit.d.ts.map +1 -1
- package/src/exos/remote-chain-facade.d.ts +1499 -1
- package/src/exos/remote-chain-facade.d.ts.map +1 -1
- package/src/exos/remote-chain-facade.js +8 -3
- package/src/facade.d.ts +1 -0
- package/src/facade.d.ts.map +1 -1
- package/src/facade.js +4 -6
- package/src/fixtures/query-flows.contract.d.ts +8 -6
- package/src/fixtures/query-flows.contract.d.ts.map +1 -1
- package/src/fixtures/query-flows.contract.js +3 -1
- package/src/fixtures/query-flows.flows.d.ts +1 -0
- package/src/fixtures/query-flows.flows.d.ts.map +1 -1
- package/src/fixtures/query-flows.flows.js +1 -0
- package/src/orchestration-api.d.ts +46 -16
- package/src/orchestration-api.d.ts.map +1 -1
- package/src/orchestration-api.js +410 -0
- package/src/proposals/init-chain-info.js +10 -2
- package/src/proposals/orchestration-proposal.js +3 -0
- package/src/proposals/revise-chain-info.js +4 -1
- package/src/proposals/start-auto-stake-it.js +1 -0
- package/src/proposals/start-axelar-gmp.js +2 -2
- package/src/proposals/start-basic-flows.js +5 -0
- package/src/proposals/start-send-anywhere.js +4 -2
- package/src/proposals/start-stakeAtom.js +5 -4
- package/src/proposals/start-stakeBld.js +8 -6
- package/src/proposals/start-stakeOsmo.js +5 -4
- package/src/proposals/start-swap-anything.js +4 -2
- package/src/stubs/{viem-abi.d.ts → viem-typedData.js} +10 -4
- package/src/typeGuards.d.ts +38 -5
- package/src/typeGuards.d.ts.map +1 -1
- package/src/typeGuards.js +92 -22
- package/src/types.d.ts +1 -0
- package/src/types.d.ts.map +1 -1
- package/src/types.js +27 -0
- package/src/utils/abitype.d.ts +6 -0
- package/src/utils/abitype.d.ts.map +1 -0
- package/src/utils/abitype.js +13 -0
- package/src/utils/address.d.ts +3 -1
- package/src/utils/address.d.ts.map +1 -1
- package/src/utils/address.js +24 -2
- package/src/utils/agd-lib.d.ts +1 -51
- package/src/utils/agd-lib.d.ts.map +1 -1
- package/src/utils/agd-lib.js +1 -1
- package/src/utils/amounts.d.ts +1 -0
- package/src/utils/amounts.d.ts.map +1 -1
- package/src/utils/amounts.js +1 -0
- package/src/utils/asset.d.ts +1 -0
- package/src/utils/asset.d.ts.map +1 -1
- package/src/utils/asset.js +1 -0
- package/src/utils/chain-hub-helper.d.ts +1 -0
- package/src/utils/chain-hub-helper.d.ts.map +1 -1
- package/src/utils/chain-hub-helper.js +1 -0
- package/src/utils/codecs.d.ts +145 -0
- package/src/utils/codecs.d.ts.map +1 -0
- package/src/utils/codecs.js +206 -0
- package/src/utils/cosmos.d.ts +5 -4
- package/src/utils/cosmos.d.ts.map +1 -1
- package/src/utils/cosmos.js +29 -9
- package/src/utils/exo-helpers.d.ts +156 -0
- package/src/utils/exo-helpers.d.ts.map +1 -0
- package/src/utils/exo-helpers.js +241 -0
- package/src/utils/gmp.d.ts +2 -2
- package/src/utils/gmp.d.ts.map +1 -1
- package/src/utils/gmp.js +31 -15
- package/src/utils/orchestrationAccount.d.ts +79 -0
- package/src/utils/orchestrationAccount.d.ts.map +1 -1
- package/src/utils/orchestrationAccount.js +210 -6
- package/src/utils/packet.d.ts.map +1 -1
- package/src/utils/packet.js +5 -0
- package/src/utils/permit2/signatureTransfer.d.ts +221 -0
- package/src/utils/permit2/signatureTransfer.d.ts.map +1 -0
- package/src/utils/permit2/signatureTransfer.js +265 -0
- package/src/utils/permit2/signatureTransferHelpers.d.ts +334 -0
- package/src/utils/permit2/signatureTransferHelpers.d.ts.map +1 -0
- package/src/utils/permit2/signatureTransferHelpers.js +270 -0
- package/src/utils/permit2.d.ts +11 -0
- package/src/utils/permit2.d.ts.map +1 -0
- package/src/utils/permit2.js +11 -0
- package/src/utils/progress.d.ts +41 -0
- package/src/utils/progress.d.ts.map +1 -0
- package/src/utils/progress.js +180 -0
- package/src/utils/start-helper.d.ts +28 -10
- package/src/utils/start-helper.d.ts.map +1 -1
- package/src/utils/start-helper.js +30 -7
- package/src/utils/time.d.ts +2 -2
- package/src/utils/time.d.ts.map +1 -1
- package/src/utils/time.js +1 -1
- package/src/utils/viem-utils/hashTypedData.d.ts +21 -0
- package/src/utils/viem-utils/hashTypedData.d.ts.map +1 -0
- package/src/utils/viem-utils/hashTypedData.js +61 -0
- package/src/utils/viem-utils/types.d.ts +6 -0
- package/src/utils/viem-utils/types.d.ts.map +1 -0
- package/src/utils/viem-utils/types.js +18 -0
- package/src/utils/viem.d.ts +11 -0
- package/src/utils/viem.d.ts.map +1 -0
- package/src/utils/viem.js +11 -0
- package/src/utils/zcf-tools.d.ts +15 -1
- package/src/utils/zcf-tools.d.ts.map +1 -1
- package/src/utils/zcf-tools.js +19 -3
- package/src/utils/zoe-tools.d.ts +5 -2
- package/src/utils/zoe-tools.d.ts.map +1 -1
- package/src/utils/zoe-tools.js +8 -2
- package/src/vat-orchestration.d.ts +5 -3
- package/src/vat-orchestration.d.ts.map +1 -1
- package/src/vat-orchestration.js +4 -3
- package/src/vendor/viem/{_esm-YOAV66U4.js → _esm-OKAICHVC.js} +2 -2
- package/src/vendor/viem/{ccip-AAQDZF3N.js → ccip-34BSSMV5.js} +1 -2
- package/src/vendor/viem/{chunk-4EF4K2MH.js → chunk-GCI53Z2G.js} +35 -1
- package/src/vendor/viem/chunk-ZKSIP2AM.js +326 -0
- package/src/vendor/viem/viem-abi.js +2 -2
- package/src/vendor/viem/viem-typedData.d.ts +19 -0
- package/src/vendor/viem/viem-typedData.js +59 -0
- package/tools/contract-tests.d.ts +34 -19
- package/tools/contract-tests.d.ts.map +1 -1
- package/tools/contract-tests.ts +15 -3
- package/tools/ibc-mock-fixtures.d.ts +49 -0
- package/tools/ibc-mock-fixtures.d.ts.map +1 -0
- package/tools/ibc-mock-fixtures.ts +161 -0
- package/tools/ibc-mocks.d.ts +2 -3
- package/tools/ibc-mocks.d.ts.map +1 -1
- package/tools/ibc-mocks.ts +2 -1
- package/tools/make-test-address.d.ts +1 -1
- package/tools/make-test-address.d.ts.map +1 -1
- package/tools/make-test-address.js +1 -2
- package/tools/network-fakes.d.ts +142 -0
- package/tools/network-fakes.d.ts.map +1 -0
- package/tools/network-fakes.ts +388 -0
- package/tsup.config.ts +3 -1
- package/src/cosmos-api.ts +0 -469
- package/src/exos/exo-interfaces.ts +0 -35
- package/src/orchestration-api.ts +0 -365
- package/src/stubs/viem-abi.d.ts.map +0 -1
- package/src/types.ts +0 -26
- package/src/vendor/viem/chunk-XN4LUOIH.js +0 -253
- package/src/vendor/viem/secp256k1-WHBDSQB2.js +0 -1914
- /package/src/stubs/{viem-abi.ts → viem-abi.js} +0 -0
|
@@ -1,52 +1,246 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @import {Baggage} from '@agoric/vat-data';
|
|
3
|
-
* @import {Remote} from '@agoric/internal';
|
|
3
|
+
* @import {ERemote, Remote} from '@agoric/internal';
|
|
4
4
|
* @import {CosmosChainInfo, CosmosInterchainService, Denom, DenomDetail} from '@agoric/orchestration';
|
|
5
5
|
* @import {ContractMeta, Invitation, ZCF, ZCFSeat} from '@agoric/zoe';
|
|
6
6
|
* @import {IBCConnectionID, NameHub} from '@agoric/vats';
|
|
7
7
|
* @import {TimerService} from '@agoric/time';
|
|
8
8
|
* @import {ResolvedContinuingOfferResult} from '../utils/zoe-tools.js';
|
|
9
|
+
* @import {StorageNode} from '@agoric/internal/src/lib-chainStorage.js';
|
|
10
|
+
* @import {Marshaller} from '@agoric/internal/src/lib-chainStorage.js';
|
|
9
11
|
*/
|
|
10
12
|
/** @type {ContractMeta<typeof start>} */
|
|
11
13
|
export const meta: ContractMeta<typeof start>;
|
|
12
14
|
export const privateArgsShape: {
|
|
13
|
-
agoricNames: Pattern;
|
|
14
|
-
cosmosInterchainService: Pattern;
|
|
15
|
-
storageNode: Pattern;
|
|
16
|
-
marshaller: Pattern;
|
|
17
|
-
timer: Pattern;
|
|
15
|
+
agoricNames: import("@endo/patterns").Pattern;
|
|
16
|
+
cosmosInterchainService: import("@endo/patterns").Pattern;
|
|
17
|
+
storageNode: import("@endo/patterns").Pattern;
|
|
18
|
+
marshaller: import("@endo/patterns").Pattern;
|
|
19
|
+
timer: import("@endo/patterns").Pattern;
|
|
18
20
|
} | undefined;
|
|
19
21
|
export function start(zcf: ZCF<StakeIcaTerms>, privateArgs: {
|
|
20
22
|
agoricNames: Remote<NameHub>;
|
|
21
23
|
cosmosInterchainService: CosmosInterchainService;
|
|
22
|
-
storageNode: StorageNode
|
|
23
|
-
marshaller: Marshaller
|
|
24
|
+
storageNode: Remote<StorageNode>;
|
|
25
|
+
marshaller: Remote<Marshaller>;
|
|
24
26
|
timer: TimerService;
|
|
25
27
|
}, baggage: Baggage): Promise<{
|
|
26
28
|
publicFacet: import("@endo/exo").Guarded<{
|
|
27
29
|
makeAccount(): Promise<import("@endo/exo").Guarded<{
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
30
|
+
makeProgressTracker(): import("@agoric/orchestration").ProgressTracker;
|
|
31
|
+
asContinuingOffer(): import("@agoric/vow").Vow<{
|
|
32
|
+
invitationMakers: {
|
|
33
|
+
[x: string]: (...args: any[]) => import("@agoric/vow").Vow<import("@endo/pass-style").RemotableObject & {
|
|
34
|
+
getAllegedBrand: () => import("@agoric/ertp").Brand<"set">;
|
|
35
|
+
} & {
|
|
36
|
+
readonly "Symbol(tag)": {
|
|
37
|
+
"Set-like value type": import("@agoric/zoe").InvitationDetails;
|
|
38
|
+
};
|
|
39
|
+
}>;
|
|
40
|
+
};
|
|
41
|
+
publicSubscribers: {
|
|
42
|
+
[x: string]: {
|
|
43
|
+
description?: string | undefined;
|
|
44
|
+
subscriber: {
|
|
45
|
+
getUpdateSince: (updateCount?: number | bigint | undefined) => import("@agoric/vow").Vow<{
|
|
46
|
+
value: any;
|
|
47
|
+
updateCount?: bigint | undefined | undefined;
|
|
48
|
+
}>;
|
|
49
|
+
subscribeAfter: (publishCount?: bigint | undefined) => import("@agoric/vow").Vow<{
|
|
50
|
+
head: {
|
|
51
|
+
done: true;
|
|
52
|
+
value: any;
|
|
53
|
+
} | {
|
|
54
|
+
done?: false | undefined;
|
|
55
|
+
value: any;
|
|
56
|
+
};
|
|
57
|
+
publishCount: bigint;
|
|
58
|
+
tail: {
|
|
59
|
+
"Symbol(passStyle)": "tagged";
|
|
60
|
+
[Symbol.toStringTag]: "Vow";
|
|
61
|
+
payload: import("@agoric/vow").VowPayload</*elided*/ any>;
|
|
62
|
+
};
|
|
63
|
+
}>;
|
|
64
|
+
} | {};
|
|
65
|
+
storagePath: string;
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
}>;
|
|
69
|
+
getPublicTopics(): import("@agoric/vow").Vow<{
|
|
70
|
+
[x: string]: {
|
|
71
|
+
description?: string | undefined;
|
|
72
|
+
subscriber: {
|
|
73
|
+
getUpdateSince: (updateCount?: number | bigint | undefined) => import("@agoric/vow").Vow<{
|
|
74
|
+
value: {};
|
|
75
|
+
updateCount?: bigint | undefined | undefined;
|
|
76
|
+
}>;
|
|
77
|
+
subscribeAfter: (publishCount?: bigint | undefined) => import("@agoric/vow").Vow<{
|
|
78
|
+
head: {
|
|
79
|
+
done: true;
|
|
80
|
+
value: any;
|
|
81
|
+
} | {
|
|
82
|
+
done?: false | undefined;
|
|
83
|
+
value: {};
|
|
84
|
+
};
|
|
85
|
+
publishCount: bigint;
|
|
86
|
+
tail: {
|
|
87
|
+
"Symbol(passStyle)": "tagged";
|
|
88
|
+
[Symbol.toStringTag]: "Vow";
|
|
89
|
+
payload: import("@agoric/vow").VowPayload</*elided*/ any>;
|
|
90
|
+
};
|
|
91
|
+
}>;
|
|
92
|
+
} | {};
|
|
93
|
+
storagePath: string;
|
|
94
|
+
};
|
|
95
|
+
}>;
|
|
96
|
+
getAddress(): {
|
|
97
|
+
chainId: string;
|
|
98
|
+
value: import("@agoric/orchestration").Bech32Address;
|
|
99
|
+
encoding: "bech32";
|
|
100
|
+
};
|
|
101
|
+
delegate(validator: import("@agoric/orchestration").CosmosValidatorAddress, amount: import("@agoric/orchestration").AmountArg, opts?: import("@agoric/orchestration").CosmosActionOptions | undefined): import("@agoric/vow").Vow<{}>;
|
|
102
|
+
redelegate(srcValidator: import("@agoric/orchestration").CosmosValidatorAddress, dstValidator: import("@agoric/orchestration").CosmosValidatorAddress, amount: import("@agoric/orchestration").AmountArg, opts?: import("@agoric/orchestration").CosmosActionOptions | undefined): import("@agoric/vow").Vow<{}>;
|
|
103
|
+
withdrawReward(validator: import("@agoric/orchestration").CosmosValidatorAddress, opts?: import("@agoric/orchestration").CosmosActionOptions | undefined): import("@agoric/vow").Vow<{
|
|
104
|
+
denom: Denom;
|
|
105
|
+
value: bigint;
|
|
106
|
+
}[]>;
|
|
107
|
+
getBalance(denom: import("@agoric/orchestration").DenomArg, opts?: import("@agoric/orchestration").QuerierOptions | undefined): import("@agoric/vow").Vow<{
|
|
108
|
+
denom: Denom;
|
|
109
|
+
value: bigint;
|
|
110
|
+
}>;
|
|
111
|
+
getBalances(opts?: import("@agoric/orchestration").QuerierOptions | undefined): import("@agoric/vow").Vow<{
|
|
112
|
+
denom: Denom;
|
|
113
|
+
value: bigint;
|
|
114
|
+
}[]>;
|
|
115
|
+
send(toAccount: import("@agoric/orchestration").AccountIdArg, amount: import("@agoric/orchestration").AmountArg, opts?: import("@agoric/orchestration").ActionOptions | undefined): import("@agoric/vow").Vow<{}>;
|
|
116
|
+
sendAll(toAccount: import("@agoric/orchestration").CosmosChainAddress, amounts: import("@agoric/orchestration").AmountArg[], opts?: import("@agoric/orchestration").ActionOptions | undefined): import("@agoric/vow").Vow<{}>;
|
|
117
|
+
transfer(destination: import("@agoric/orchestration").AccountIdArg, amount: import("@agoric/orchestration").AmountArg, opts?: import("@agoric/orchestration").IBCMsgTransferOptions | undefined): import("@agoric/vow").Vow<{}>;
|
|
118
|
+
transferSteps(amount: import("@agoric/orchestration").AmountArg, msg: import("@agoric/orchestration").TransferMsg): import("@agoric/vow").Vow<{}>;
|
|
119
|
+
withdrawRewards(opts?: import("@agoric/orchestration").CosmosActionOptions | undefined): import("@agoric/vow").Vow<{
|
|
120
|
+
denom: Denom;
|
|
121
|
+
value: bigint;
|
|
122
|
+
}[]>;
|
|
41
123
|
undelegate(delegations: {
|
|
42
124
|
amount: import("@agoric/orchestration").AmountArg;
|
|
43
125
|
delegator?: import("@agoric/orchestration").CosmosChainAddress;
|
|
44
126
|
validator: import("@agoric/orchestration").CosmosValidatorAddress;
|
|
45
|
-
}[]): import("@agoric/vow").Vow<
|
|
127
|
+
}[], opts?: import("@agoric/orchestration").CosmosActionOptions | undefined): import("@agoric/vow").Vow<{}>;
|
|
46
128
|
deactivate(): import("@agoric/vow").Vow<void>;
|
|
47
129
|
reactivate(): import("@agoric/vow").Vow<void>;
|
|
48
|
-
getDelegation(validator: import("@agoric/orchestration").CosmosValidatorAddress
|
|
49
|
-
|
|
130
|
+
getDelegation(validator: import("@agoric/orchestration").CosmosValidatorAddress, opts?: import("@agoric/orchestration").CosmosQuerierOptions | undefined): import("@agoric/vow").Vow<{
|
|
131
|
+
delegator: {
|
|
132
|
+
chainId: string;
|
|
133
|
+
value: import("@agoric/orchestration").Bech32Address;
|
|
134
|
+
encoding: "bech32";
|
|
135
|
+
};
|
|
136
|
+
validator: {
|
|
137
|
+
chainId: string;
|
|
138
|
+
value: {
|
|
139
|
+
readonly [x: number]: string;
|
|
140
|
+
toString: () => string;
|
|
141
|
+
charAt: (pos: number) => string;
|
|
142
|
+
charCodeAt: (index: number) => number;
|
|
143
|
+
concat: (...strings: string[]) => string;
|
|
144
|
+
indexOf: (searchString: string, position?: number) => number;
|
|
145
|
+
lastIndexOf: (searchString: string, position?: number) => number;
|
|
146
|
+
localeCompare: {
|
|
147
|
+
(that: string): number;
|
|
148
|
+
(that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
|
|
149
|
+
(that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
|
|
150
|
+
};
|
|
151
|
+
match: {
|
|
152
|
+
(regexp: string | RegExp): RegExpMatchArray | null;
|
|
153
|
+
(matcher: {
|
|
154
|
+
[Symbol.match](string: string): RegExpMatchArray | null;
|
|
155
|
+
}): RegExpMatchArray | null;
|
|
156
|
+
};
|
|
157
|
+
replace: {
|
|
158
|
+
(searchValue: string | RegExp, replaceValue: string): string;
|
|
159
|
+
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
|
160
|
+
(searchValue: {
|
|
161
|
+
[Symbol.replace](string: string, replaceValue: string): string;
|
|
162
|
+
}, replaceValue: string): string;
|
|
163
|
+
(searchValue: {
|
|
164
|
+
[Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
165
|
+
}, replacer: (substring: string, ...args: any[]) => string): string;
|
|
166
|
+
};
|
|
167
|
+
search: {
|
|
168
|
+
(regexp: string | RegExp): number;
|
|
169
|
+
(searcher: {
|
|
170
|
+
[Symbol.search](string: string): number;
|
|
171
|
+
}): number;
|
|
172
|
+
};
|
|
173
|
+
slice: (start?: number, end?: number) => string;
|
|
174
|
+
split: {
|
|
175
|
+
(separator: string | RegExp, limit?: number): string[];
|
|
176
|
+
(splitter: {
|
|
177
|
+
[Symbol.split](string: string, limit?: number): string[];
|
|
178
|
+
}, limit?: number): string[];
|
|
179
|
+
};
|
|
180
|
+
substring: (start: number, end?: number) => string;
|
|
181
|
+
toLowerCase: () => string;
|
|
182
|
+
toLocaleLowerCase: {
|
|
183
|
+
(locales?: string | string[]): string;
|
|
184
|
+
(locales?: Intl.LocalesArgument): string;
|
|
185
|
+
};
|
|
186
|
+
toUpperCase: () => string;
|
|
187
|
+
toLocaleUpperCase: {
|
|
188
|
+
(locales?: string | string[]): string;
|
|
189
|
+
(locales?: Intl.LocalesArgument): string;
|
|
190
|
+
};
|
|
191
|
+
trim: () => string;
|
|
192
|
+
readonly length: number;
|
|
193
|
+
substr: (from: number, length?: number) => string;
|
|
194
|
+
valueOf: () => string;
|
|
195
|
+
codePointAt: (pos: number) => number | undefined;
|
|
196
|
+
includes: (searchString: string, position?: number) => boolean;
|
|
197
|
+
endsWith: (searchString: string, endPosition?: number) => boolean;
|
|
198
|
+
normalize: {
|
|
199
|
+
(form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
|
|
200
|
+
(form?: string): string;
|
|
201
|
+
};
|
|
202
|
+
repeat: (count: number) => string;
|
|
203
|
+
startsWith: (searchString: string, position?: number) => boolean;
|
|
204
|
+
anchor: (name: string) => string;
|
|
205
|
+
big: () => string;
|
|
206
|
+
blink: () => string;
|
|
207
|
+
bold: () => string;
|
|
208
|
+
fixed: () => string;
|
|
209
|
+
fontcolor: (color: string) => string;
|
|
210
|
+
fontsize: {
|
|
211
|
+
(size: number): string;
|
|
212
|
+
(size: string): string;
|
|
213
|
+
};
|
|
214
|
+
italics: () => string;
|
|
215
|
+
link: (url: string) => string;
|
|
216
|
+
small: () => string;
|
|
217
|
+
strike: () => string;
|
|
218
|
+
sub: () => string;
|
|
219
|
+
sup: () => string;
|
|
220
|
+
padStart: (maxLength: number, fillString?: string) => string;
|
|
221
|
+
padEnd: (maxLength: number, fillString?: string) => string;
|
|
222
|
+
trimEnd: () => string;
|
|
223
|
+
trimStart: () => string;
|
|
224
|
+
trimLeft: () => string;
|
|
225
|
+
trimRight: () => string;
|
|
226
|
+
matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
|
|
227
|
+
replaceAll: {
|
|
228
|
+
(searchValue: string | RegExp, replaceValue: string): string;
|
|
229
|
+
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
|
230
|
+
};
|
|
231
|
+
at: (index: number) => string | undefined;
|
|
232
|
+
isWellFormed: () => boolean;
|
|
233
|
+
toWellFormed: () => string;
|
|
234
|
+
[Symbol.iterator]: () => StringIterator<string>;
|
|
235
|
+
};
|
|
236
|
+
encoding: "bech32";
|
|
237
|
+
};
|
|
238
|
+
amount: {
|
|
239
|
+
denom: Denom;
|
|
240
|
+
value: bigint;
|
|
241
|
+
};
|
|
242
|
+
}>;
|
|
243
|
+
getDelegations(opts?: import("@agoric/orchestration").CosmosQuerierOptions | undefined): import("@agoric/vow").Vow<{
|
|
50
244
|
delegator: {
|
|
51
245
|
chainId: string;
|
|
52
246
|
value: import("@agoric/orchestration").Bech32Address;
|
|
@@ -59,65 +253,98 @@ export function start(zcf: ZCF<StakeIcaTerms>, privateArgs: {
|
|
|
59
253
|
toString: () => string;
|
|
60
254
|
charAt: (pos: number) => string;
|
|
61
255
|
charCodeAt: (index: number) => number;
|
|
62
|
-
concat: (...
|
|
63
|
-
indexOf: (searchString: string, position?: number
|
|
64
|
-
lastIndexOf: (searchString: string, position?: number
|
|
65
|
-
localeCompare:
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
256
|
+
concat: (...strings: string[]) => string;
|
|
257
|
+
indexOf: (searchString: string, position?: number) => number;
|
|
258
|
+
lastIndexOf: (searchString: string, position?: number) => number;
|
|
259
|
+
localeCompare: {
|
|
260
|
+
(that: string): number;
|
|
261
|
+
(that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
|
|
262
|
+
(that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
|
|
263
|
+
};
|
|
264
|
+
match: {
|
|
265
|
+
(regexp: string | RegExp): RegExpMatchArray | null;
|
|
266
|
+
(matcher: {
|
|
267
|
+
[Symbol.match](string: string): RegExpMatchArray | null;
|
|
268
|
+
}): RegExpMatchArray | null;
|
|
269
|
+
};
|
|
270
|
+
replace: {
|
|
271
|
+
(searchValue: string | RegExp, replaceValue: string): string;
|
|
272
|
+
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
|
273
|
+
(searchValue: {
|
|
274
|
+
[Symbol.replace](string: string, replaceValue: string): string;
|
|
275
|
+
}, replaceValue: string): string;
|
|
276
|
+
(searchValue: {
|
|
277
|
+
[Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
278
|
+
}, replacer: (substring: string, ...args: any[]) => string): string;
|
|
279
|
+
};
|
|
280
|
+
search: {
|
|
281
|
+
(regexp: string | RegExp): number;
|
|
282
|
+
(searcher: {
|
|
283
|
+
[Symbol.search](string: string): number;
|
|
284
|
+
}): number;
|
|
285
|
+
};
|
|
286
|
+
slice: (start?: number, end?: number) => string;
|
|
287
|
+
split: {
|
|
288
|
+
(separator: string | RegExp, limit?: number): string[];
|
|
289
|
+
(splitter: {
|
|
290
|
+
[Symbol.split](string: string, limit?: number): string[];
|
|
291
|
+
}, limit?: number): string[];
|
|
292
|
+
};
|
|
293
|
+
substring: (start: number, end?: number) => string;
|
|
82
294
|
toLowerCase: () => string;
|
|
83
|
-
toLocaleLowerCase:
|
|
295
|
+
toLocaleLowerCase: {
|
|
296
|
+
(locales?: string | string[]): string;
|
|
297
|
+
(locales?: Intl.LocalesArgument): string;
|
|
298
|
+
};
|
|
84
299
|
toUpperCase: () => string;
|
|
85
|
-
toLocaleUpperCase:
|
|
300
|
+
toLocaleUpperCase: {
|
|
301
|
+
(locales?: string | string[]): string;
|
|
302
|
+
(locales?: Intl.LocalesArgument): string;
|
|
303
|
+
};
|
|
86
304
|
trim: () => string;
|
|
87
305
|
readonly length: number;
|
|
88
|
-
substr: (from: number, length?: number
|
|
306
|
+
substr: (from: number, length?: number) => string;
|
|
89
307
|
valueOf: () => string;
|
|
90
|
-
codePointAt: (
|
|
91
|
-
includes: (
|
|
92
|
-
endsWith: (
|
|
93
|
-
normalize:
|
|
308
|
+
codePointAt: (pos: number) => number | undefined;
|
|
309
|
+
includes: (searchString: string, position?: number) => boolean;
|
|
310
|
+
endsWith: (searchString: string, endPosition?: number) => boolean;
|
|
311
|
+
normalize: {
|
|
312
|
+
(form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
|
|
313
|
+
(form?: string): string;
|
|
314
|
+
};
|
|
94
315
|
repeat: (count: number) => string;
|
|
95
|
-
startsWith: (
|
|
316
|
+
startsWith: (searchString: string, position?: number) => boolean;
|
|
96
317
|
anchor: (name: string) => string;
|
|
97
318
|
big: () => string;
|
|
98
319
|
blink: () => string;
|
|
99
320
|
bold: () => string;
|
|
100
321
|
fixed: () => string;
|
|
101
322
|
fontcolor: (color: string) => string;
|
|
102
|
-
fontsize:
|
|
323
|
+
fontsize: {
|
|
324
|
+
(size: number): string;
|
|
325
|
+
(size: string): string;
|
|
326
|
+
};
|
|
103
327
|
italics: () => string;
|
|
104
328
|
link: (url: string) => string;
|
|
105
329
|
small: () => string;
|
|
106
330
|
strike: () => string;
|
|
107
331
|
sub: () => string;
|
|
108
332
|
sup: () => string;
|
|
109
|
-
padStart: (maxLength: number, fillString?: string
|
|
110
|
-
padEnd: (maxLength: number, fillString?: string
|
|
333
|
+
padStart: (maxLength: number, fillString?: string) => string;
|
|
334
|
+
padEnd: (maxLength: number, fillString?: string) => string;
|
|
111
335
|
trimEnd: () => string;
|
|
112
336
|
trimStart: () => string;
|
|
113
337
|
trimLeft: () => string;
|
|
114
338
|
trimRight: () => string;
|
|
115
|
-
matchAll: (regexp: RegExp) =>
|
|
116
|
-
replaceAll:
|
|
117
|
-
|
|
118
|
-
|
|
339
|
+
matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
|
|
340
|
+
replaceAll: {
|
|
341
|
+
(searchValue: string | RegExp, replaceValue: string): string;
|
|
342
|
+
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
|
343
|
+
};
|
|
344
|
+
at: (index: number) => string | undefined;
|
|
345
|
+
isWellFormed: () => boolean;
|
|
119
346
|
toWellFormed: () => string;
|
|
120
|
-
[Symbol.iterator]: () =>
|
|
347
|
+
[Symbol.iterator]: () => StringIterator<string>;
|
|
121
348
|
};
|
|
122
349
|
encoding: "bech32";
|
|
123
350
|
};
|
|
@@ -126,8 +353,22 @@ export function start(zcf: ZCF<StakeIcaTerms>, privateArgs: {
|
|
|
126
353
|
value: bigint;
|
|
127
354
|
};
|
|
128
355
|
}[]>;
|
|
129
|
-
getUnbondingDelegation(validator: import("@agoric/orchestration").CosmosValidatorAddress
|
|
130
|
-
|
|
356
|
+
getUnbondingDelegation(validator: import("@agoric/orchestration").CosmosValidatorAddress, opts?: import("@agoric/orchestration").CosmosQuerierOptions | undefined): import("@agoric/vow").Vow<{
|
|
357
|
+
delegatorAddress: string;
|
|
358
|
+
validatorAddress: string;
|
|
359
|
+
entries: {
|
|
360
|
+
creationHeight: bigint;
|
|
361
|
+
completionTime: {
|
|
362
|
+
seconds: bigint;
|
|
363
|
+
nanos: number;
|
|
364
|
+
};
|
|
365
|
+
initialBalance: string;
|
|
366
|
+
balance: string;
|
|
367
|
+
unbondingId: bigint;
|
|
368
|
+
unbondingOnHoldRefCount: bigint;
|
|
369
|
+
}[];
|
|
370
|
+
}>;
|
|
371
|
+
getUnbondingDelegations(opts?: import("@agoric/orchestration").CosmosQuerierOptions | undefined): import("@agoric/vow").Vow<{
|
|
131
372
|
delegatorAddress: string;
|
|
132
373
|
validatorAddress: string;
|
|
133
374
|
entries: {
|
|
@@ -142,7 +383,7 @@ export function start(zcf: ZCF<StakeIcaTerms>, privateArgs: {
|
|
|
142
383
|
unbondingOnHoldRefCount: bigint;
|
|
143
384
|
}[];
|
|
144
385
|
}[]>;
|
|
145
|
-
getRedelegations(): import("@agoric/vow").Vow<{
|
|
386
|
+
getRedelegations(opts?: import("@agoric/orchestration").CosmosQuerierOptions | undefined): import("@agoric/vow").Vow<{
|
|
146
387
|
redelegation: {
|
|
147
388
|
delegatorAddress: string;
|
|
148
389
|
validatorSrcAddress: string;
|
|
@@ -174,16 +415,136 @@ export function start(zcf: ZCF<StakeIcaTerms>, privateArgs: {
|
|
|
174
415
|
balance: string;
|
|
175
416
|
}[];
|
|
176
417
|
}[]>;
|
|
177
|
-
getReward(validator: import("@agoric/orchestration").CosmosValidatorAddress
|
|
178
|
-
|
|
179
|
-
|
|
418
|
+
getReward(validator: import("@agoric/orchestration").CosmosValidatorAddress, opts?: import("@agoric/orchestration").CosmosQuerierOptions | undefined): import("@agoric/vow").Vow<{
|
|
419
|
+
denom: Denom;
|
|
420
|
+
value: bigint;
|
|
421
|
+
}[]>;
|
|
422
|
+
getRewards(opts?: import("@agoric/orchestration").CosmosQuerierOptions | undefined): import("@agoric/vow").Vow<{
|
|
423
|
+
rewards: {
|
|
424
|
+
validator: {
|
|
425
|
+
chainId: string;
|
|
426
|
+
value: {
|
|
427
|
+
readonly [x: number]: string;
|
|
428
|
+
toString: () => string;
|
|
429
|
+
charAt: (pos: number) => string;
|
|
430
|
+
charCodeAt: (index: number) => number;
|
|
431
|
+
concat: (...strings: string[]) => string;
|
|
432
|
+
indexOf: (searchString: string, position?: number) => number;
|
|
433
|
+
lastIndexOf: (searchString: string, position?: number) => number;
|
|
434
|
+
localeCompare: {
|
|
435
|
+
(that: string): number;
|
|
436
|
+
(that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
|
|
437
|
+
(that: string, locales?: Intl.LocalesArgument, options?: Intl.CollatorOptions): number;
|
|
438
|
+
};
|
|
439
|
+
match: {
|
|
440
|
+
(regexp: string | RegExp): RegExpMatchArray | null;
|
|
441
|
+
(matcher: {
|
|
442
|
+
[Symbol.match](string: string): RegExpMatchArray | null;
|
|
443
|
+
}): RegExpMatchArray | null;
|
|
444
|
+
};
|
|
445
|
+
replace: {
|
|
446
|
+
(searchValue: string | RegExp, replaceValue: string): string;
|
|
447
|
+
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
|
448
|
+
(searchValue: {
|
|
449
|
+
[Symbol.replace](string: string, replaceValue: string): string;
|
|
450
|
+
}, replaceValue: string): string;
|
|
451
|
+
(searchValue: {
|
|
452
|
+
[Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
|
453
|
+
}, replacer: (substring: string, ...args: any[]) => string): string;
|
|
454
|
+
};
|
|
455
|
+
search: {
|
|
456
|
+
(regexp: string | RegExp): number;
|
|
457
|
+
(searcher: {
|
|
458
|
+
[Symbol.search](string: string): number;
|
|
459
|
+
}): number;
|
|
460
|
+
};
|
|
461
|
+
slice: (start?: number, end?: number) => string;
|
|
462
|
+
split: {
|
|
463
|
+
(separator: string | RegExp, limit?: number): string[];
|
|
464
|
+
(splitter: {
|
|
465
|
+
[Symbol.split](string: string, limit?: number): string[];
|
|
466
|
+
}, limit?: number): string[];
|
|
467
|
+
};
|
|
468
|
+
substring: (start: number, end?: number) => string;
|
|
469
|
+
toLowerCase: () => string;
|
|
470
|
+
toLocaleLowerCase: {
|
|
471
|
+
(locales?: string | string[]): string;
|
|
472
|
+
(locales?: Intl.LocalesArgument): string;
|
|
473
|
+
};
|
|
474
|
+
toUpperCase: () => string;
|
|
475
|
+
toLocaleUpperCase: {
|
|
476
|
+
(locales?: string | string[]): string;
|
|
477
|
+
(locales?: Intl.LocalesArgument): string;
|
|
478
|
+
};
|
|
479
|
+
trim: () => string;
|
|
480
|
+
readonly length: number;
|
|
481
|
+
substr: (from: number, length?: number) => string;
|
|
482
|
+
valueOf: () => string;
|
|
483
|
+
codePointAt: (pos: number) => number | undefined;
|
|
484
|
+
includes: (searchString: string, position?: number) => boolean;
|
|
485
|
+
endsWith: (searchString: string, endPosition?: number) => boolean;
|
|
486
|
+
normalize: {
|
|
487
|
+
(form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
|
|
488
|
+
(form?: string): string;
|
|
489
|
+
};
|
|
490
|
+
repeat: (count: number) => string;
|
|
491
|
+
startsWith: (searchString: string, position?: number) => boolean;
|
|
492
|
+
anchor: (name: string) => string;
|
|
493
|
+
big: () => string;
|
|
494
|
+
blink: () => string;
|
|
495
|
+
bold: () => string;
|
|
496
|
+
fixed: () => string;
|
|
497
|
+
fontcolor: (color: string) => string;
|
|
498
|
+
fontsize: {
|
|
499
|
+
(size: number): string;
|
|
500
|
+
(size: string): string;
|
|
501
|
+
};
|
|
502
|
+
italics: () => string;
|
|
503
|
+
link: (url: string) => string;
|
|
504
|
+
small: () => string;
|
|
505
|
+
strike: () => string;
|
|
506
|
+
sub: () => string;
|
|
507
|
+
sup: () => string;
|
|
508
|
+
padStart: (maxLength: number, fillString?: string) => string;
|
|
509
|
+
padEnd: (maxLength: number, fillString?: string) => string;
|
|
510
|
+
trimEnd: () => string;
|
|
511
|
+
trimStart: () => string;
|
|
512
|
+
trimLeft: () => string;
|
|
513
|
+
trimRight: () => string;
|
|
514
|
+
matchAll: (regexp: RegExp) => RegExpStringIterator<RegExpExecArray>;
|
|
515
|
+
replaceAll: {
|
|
516
|
+
(searchValue: string | RegExp, replaceValue: string): string;
|
|
517
|
+
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
|
518
|
+
};
|
|
519
|
+
at: (index: number) => string | undefined;
|
|
520
|
+
isWellFormed: () => boolean;
|
|
521
|
+
toWellFormed: () => string;
|
|
522
|
+
[Symbol.iterator]: () => StringIterator<string>;
|
|
523
|
+
};
|
|
524
|
+
encoding: "bech32";
|
|
525
|
+
};
|
|
526
|
+
reward: {
|
|
527
|
+
denom: Denom;
|
|
528
|
+
value: bigint;
|
|
529
|
+
}[];
|
|
530
|
+
}[];
|
|
531
|
+
total: {
|
|
532
|
+
denom: Denom;
|
|
533
|
+
value: bigint;
|
|
534
|
+
}[];
|
|
535
|
+
}>;
|
|
536
|
+
executeEncodedTx(msgs: readonly {
|
|
537
|
+
$typeUrl?: "/google.protobuf.Any" | string | undefined;
|
|
538
|
+
typeUrl: string;
|
|
539
|
+
value: string;
|
|
540
|
+
}[], opts?: (Partial<Omit<import("@agoric/cosmic-proto/cosmos/tx/v1beta1/tx.js").TxBody, "messages">> & Omit<import("@agoric/orchestration").CosmosActionOptions, "txOpts">) | undefined): import("@agoric/vow").Vow<string>;
|
|
541
|
+
executeTxProto3Undecoded(msgs: readonly {
|
|
180
542
|
$typeUrl?: "/google.protobuf.Any" | string | undefined;
|
|
181
543
|
typeUrl: string;
|
|
182
544
|
value: string;
|
|
183
|
-
}[], opts?:
|
|
184
|
-
|
|
185
|
-
}) | undefined): import("@agoric/vow").Vow<
|
|
186
|
-
depositForBurn(mintRecipient: `${string}:${string}:${string}`, amount: import("@agoric/orchestration").AmountArg, caller?: `${string}:${string}:${string}` | undefined): import("@agoric/vow").Vow<void>;
|
|
545
|
+
}[], opts?: import("@agoric/orchestration").CosmosActionOptions | undefined): import("@agoric/vow").Vow<string>;
|
|
546
|
+
executeTxProto3<TUS extends readonly (keyof import("@agoric/cosmic-proto").TypeFromUrl | unknown)[]>(msgs: { readonly [K in keyof TUS]: import("@agoric/cosmic-proto").AnyJson<TUS[K]>; }, opts?: import("@agoric/orchestration").CosmosActionOptions): import("@agoric/vow").Vow<{ [K in keyof TUS]: import("@agoric/cosmic-proto").MessageBody<import("@agoric/cosmic-proto").ResponseTypeUrl<TUS[K]>>; }>;
|
|
547
|
+
depositForBurn(mintRecipient: `${string}:${string}:${string}`, amount: import("@agoric/orchestration").AmountArg, caller?: `${string}:${string}:${string}` | undefined, opts?: import("@agoric/orchestration").CosmosActionOptions | undefined): import("@agoric/vow").Vow<{}>;
|
|
187
548
|
}>>;
|
|
188
549
|
makeAccountInvitationMaker(): Promise<Invitation<ResolvedContinuingOfferResult, undefined>>;
|
|
189
550
|
}>;
|
|
@@ -200,10 +561,12 @@ import type { ZCF } from '@agoric/zoe';
|
|
|
200
561
|
import type { NameHub } from '@agoric/vats';
|
|
201
562
|
import type { Remote } from '@agoric/internal';
|
|
202
563
|
import type { CosmosInterchainService } from '@agoric/orchestration';
|
|
564
|
+
import type { StorageNode } from '@agoric/internal/src/lib-chainStorage.js';
|
|
565
|
+
import type { Marshaller } from '@agoric/internal/src/lib-chainStorage.js';
|
|
203
566
|
import type { TimerService } from '@agoric/time';
|
|
204
567
|
import type { Baggage } from '@agoric/vat-data';
|
|
205
|
-
import type { ResolvedContinuingOfferResult } from '../utils/zoe-tools.js';
|
|
206
568
|
import type { Denom } from '@agoric/orchestration';
|
|
569
|
+
import type { ResolvedContinuingOfferResult } from '../utils/zoe-tools.js';
|
|
207
570
|
import type { Invitation } from '@agoric/zoe';
|
|
208
571
|
import type { IBCConnectionID } from '@agoric/vats';
|
|
209
572
|
//# sourceMappingURL=stake-ica.contract.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stake-ica.contract.d.ts","sourceRoot":"","sources":["stake-ica.contract.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"stake-ica.contract.d.ts","sourceRoot":"","sources":["stake-ica.contract.js"],"names":[],"mappings":"AAkBA;;;;;;;;;;GAUG;AAEH,yCAAyC;AACzC,mBADW,aAAa,OAAO,KAAK,CAAC,CAelC;AAEH;;;;;;cAAsD;AAuB/C,2BAVI,IAAI,aAAa,CAAC,eAClB;IACN,WAAW,EAAE,OAAO,OAAO,CAAC,CAAC;IAC7B,uBAAuB,EAAE,uBAAuB,CAAC;IACjD,WAAW,EAAE,OAAO,WAAW,CAAC,CAAC;IACjC,UAAU,EAAE,OAAO,UAAU,CAAC,CAAC;IAC/B,KAAK,EAAE,YAAY,CAAC;CACrB,WACO,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yHA+Hi6gD,QAAsB;;;;;GAJx8gD;4BA5IY;IACR,OAAO,EAAE,MAAM,CAAC;IAChB,gBAAgB,EAAE,eAAe,CAAC;IAClC,sBAAsB,EAAE,eAAe,CAAC;IACxC,UAAU,EAAE,OAAO,CAAC;CACrB;yBA0IU,OAAO,KAAK;kCA5K+B,aAAa;yBAAb,aAAa;6BAC3B,cAAc;4BAHvB,kBAAkB;6CAC2B,uBAAuB;iCAKxE,0CAA0C;gCAC3C,0CAA0C;kCAHxC,cAAc;6BALnB,kBAAkB;2BAEmC,uBAAuB;mDAItD,uBAAuB;gCAHd,aAAa;qCAC3B,cAAc"}
|