@agoric/orchestration 0.2.0-upgrade-18a-dev-2899fb9.0 → 0.2.0-upgrade-19-dev-0754752.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/package.json +26 -25
- package/src/chain-capabilities.d.ts +2 -0
- package/src/chain-capabilities.d.ts.map +1 -1
- package/src/chain-capabilities.js +22 -0
- package/src/chain-info.d.ts +7278 -673
- package/src/chain-info.d.ts.map +1 -1
- package/src/cosmos-api.d.ts +7 -6
- package/src/cosmos-api.d.ts.map +1 -1
- package/src/cosmos-api.ts +7 -10
- package/src/examples/auto-stake-it.contract.d.ts +2 -0
- package/src/examples/auto-stake-it.contract.d.ts.map +1 -1
- package/src/examples/auto-stake-it.contract.js +1 -1
- package/src/examples/basic-flows.contract.d.ts +1 -0
- package/src/examples/basic-flows.contract.d.ts.map +1 -1
- package/src/examples/basic-flows.contract.js +1 -1
- package/src/examples/send-anywhere.contract.d.ts +13 -8
- package/src/examples/send-anywhere.contract.d.ts.map +1 -1
- package/src/examples/send-anywhere.contract.js +5 -4
- package/src/examples/stake-bld.contract.d.ts +1 -1
- package/src/examples/stake-ica.contract.d.ts +1 -1
- package/src/examples/staking-combinations.contract.d.ts +1 -0
- package/src/examples/staking-combinations.contract.d.ts.map +1 -1
- package/src/examples/staking-combinations.contract.js +1 -1
- package/src/examples/swap.contract.d.ts +1 -0
- package/src/examples/swap.contract.d.ts.map +1 -1
- package/src/examples/swap.contract.js +1 -1
- package/src/examples/unbond.contract.d.ts.map +1 -1
- package/src/examples/unbond.contract.js +1 -1
- package/src/exos/chain-hub.d.ts +1 -0
- package/src/exos/chain-hub.d.ts.map +1 -1
- package/src/exos/chain-hub.js +19 -13
- package/src/exos/cosmos-orchestration-account.d.ts +15 -11
- package/src/exos/cosmos-orchestration-account.d.ts.map +1 -1
- package/src/exos/cosmos-orchestration-account.js +18 -13
- package/src/exos/ibc-packet.d.ts +34 -3
- package/src/exos/ibc-packet.d.ts.map +1 -1
- package/src/exos/local-chain-facade.d.ts +3 -1
- package/src/exos/local-chain-facade.d.ts.map +1 -1
- package/src/exos/local-chain-facade.js +9 -7
- package/src/exos/local-orchestration-account.d.ts +3 -3
- package/src/exos/local-orchestration-account.d.ts.map +1 -1
- package/src/exos/local-orchestration-account.js +11 -5
- package/src/exos/orchestrator.d.ts +6 -5
- package/src/exos/orchestrator.d.ts.map +1 -1
- package/src/exos/portfolio-holder-kit.d.ts +1 -1
- package/src/exos/remote-chain-facade.d.ts +3 -2
- package/src/exos/remote-chain-facade.d.ts.map +1 -1
- package/src/exos/remote-chain-facade.js +12 -8
- package/src/facade.d.ts +1 -4
- package/src/facade.d.ts.map +1 -1
- package/src/facade.js +2 -9
- package/src/fetched-chain-info.d.ts +7475 -735
- package/src/fetched-chain-info.js +7349 -690
- package/src/fixtures/query-flows.contract.d.ts.map +1 -1
- package/src/fixtures/query-flows.contract.js +1 -1
- package/src/orchestration-api.d.ts +3 -3
- package/src/orchestration-api.d.ts.map +1 -1
- package/src/orchestration-api.ts +3 -3
- package/src/utils/registry.d.ts +1 -0
- package/src/utils/registry.d.ts.map +1 -1
- package/src/utils/start-helper.d.ts +10 -2
- package/src/utils/start-helper.d.ts.map +1 -1
- package/src/utils/start-helper.js +15 -6
- package/src/utils/time.d.ts +3 -1
- package/src/utils/time.d.ts.map +1 -1
- package/src/utils/time.js +2 -1
- package/tools/ibc-mocks.d.ts +116 -0
- package/tools/ibc-mocks.d.ts.map +1 -0
- package/tools/ibc-mocks.ts +262 -0
- package/tools/make-test-address.d.ts +2 -0
- package/tools/make-test-address.d.ts.map +1 -0
- package/tools/make-test-address.js +21 -0
- package/tools/protobuf-decoder.d.ts +19 -0
- package/tools/protobuf-decoder.d.ts.map +1 -0
- package/tools/protobuf-decoder.js +153 -0
- package/src/proposals/init-chain-info.d.ts +0 -12
- package/src/proposals/init-chain-info.d.ts.map +0 -1
- package/src/proposals/orchestration-proposal.d.ts +0 -33
- package/src/proposals/orchestration-proposal.d.ts.map +0 -1
- package/src/proposals/revise-chain-info.d.ts +0 -21
- package/src/proposals/revise-chain-info.d.ts.map +0 -1
- package/src/proposals/start-auto-stake-it.d.ts +0 -52
- package/src/proposals/start-auto-stake-it.d.ts.map +0 -1
- package/src/proposals/start-basic-flows.d.ts +0 -73
- package/src/proposals/start-basic-flows.d.ts.map +0 -1
- package/src/proposals/start-send-anywhere.d.ts +0 -105
- package/src/proposals/start-send-anywhere.d.ts.map +0 -1
- package/src/proposals/start-stakeAtom.d.ts +0 -142
- package/src/proposals/start-stakeAtom.d.ts.map +0 -1
- package/src/proposals/start-stakeBld.d.ts +0 -82
- package/src/proposals/start-stakeBld.d.ts.map +0 -1
- package/src/proposals/start-stakeOsmo.d.ts +0 -146
- package/src/proposals/start-stakeOsmo.d.ts.map +0 -1
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
export function startStakeBld({ consume: { agoricNames: agoricNamesP, board, chainStorage, chainTimerService: chainTimerServiceP, localchain, startUpgradable, }, installation: { consume: { stakeBld }, }, instance: { produce: { stakeBld: produceInstance }, }, issuer: { consume: { [Stake.symbol]: stakeIssuer }, }, }: BootstrapPowers & {
|
|
2
|
-
installation: {
|
|
3
|
-
consume: {
|
|
4
|
-
stakeBld: Installation<(zcf: ZCF, privateArgs: {
|
|
5
|
-
agoricNames: import("@agoric/internal").Remote<import("@agoric/vats").NameHub>;
|
|
6
|
-
localchain: import("@agoric/internal").Remote<import("@agoric/vats/src/localchain.js").LocalChain>;
|
|
7
|
-
marshaller: Marshaller;
|
|
8
|
-
storageNode: StorageNode;
|
|
9
|
-
timerService: import("@agoric/time").TimerService;
|
|
10
|
-
}, baggage: import("@agoric/vat-data").Baggage) => Promise<{
|
|
11
|
-
publicFacet: import("@endo/exo").Guarded<{
|
|
12
|
-
makeStakeBldInvitation(): Promise<Invitation<import("@agoric/vow").Vow<import("@agoric/async-flow").HostInterface<import("../utils/zoe-tools.js").ResolvedContinuingOfferResult>>, undefined>>;
|
|
13
|
-
makeAccount(): Promise<import("@endo/exo").Guarded<{
|
|
14
|
-
asContinuingOffer(): import("@agoric/vow").Vow<import("@agoric/async-flow").HostInterface<import("../utils/zoe-tools.js").ResolvedContinuingOfferResult>>;
|
|
15
|
-
getBalance(denom: import("../orchestration-api.js").DenomArg): import("@agoric/vow").Vow<import("../orchestration-api.js").DenomAmount>;
|
|
16
|
-
getBalances(): import("@agoric/vow").Vow<import("../orchestration-api.js").DenomAmount[]>;
|
|
17
|
-
getPublicTopics(): import("@agoric/vow").Vow<import("@agoric/async-flow").HostInterface<Record<string, import("@agoric/zoe/src/contractSupport/topics.js").ResolvedPublicTopic<unknown>>>>;
|
|
18
|
-
delegate(validatorAddress: string, ertpAmount: Amount<"nat">): import("@agoric/vow").Vow<Record<unknown, unknown>>;
|
|
19
|
-
undelegate(validatorAddress: string, ertpAmount: Amount<"nat">): import("@agoric/vow").Vow<void | import("@agoric/time").TimestampRecord>;
|
|
20
|
-
deposit(payment: globalThis.Payment<"nat">): import("@agoric/vow").Vow<import("@agoric/ertp").NatAmount>;
|
|
21
|
-
withdraw(amount: import("@agoric/ertp").NatAmount): import("@agoric/vow").Vow<globalThis.Payment<"nat">>;
|
|
22
|
-
executeTx(messages: {
|
|
23
|
-
'@type': string;
|
|
24
|
-
}[]): import("@agoric/vow").Vow<{
|
|
25
|
-
'@type': string;
|
|
26
|
-
}[]>;
|
|
27
|
-
getAddress(): import("../orchestration-api.js").ChainAddress;
|
|
28
|
-
send(toAccount: import("../orchestration-api.js").ChainAddress, amounts: import("../orchestration-api.js").AmountArg): import("@agoric/vow").Vow<void>;
|
|
29
|
-
sendAll(toAccount: import("../orchestration-api.js").ChainAddress, amounts: import("../orchestration-api.js").AmountArg[]): import("@agoric/vow").Vow<void>;
|
|
30
|
-
transfer(destination: import("../orchestration-api.js").ChainAddress, amount: import("../orchestration-api.js").AmountArg, opts?: import("../cosmos-api.js").IBCMsgTransferOptions): import("@agoric/vow").Vow<any>;
|
|
31
|
-
transferSteps(amount: import("../orchestration-api.js").AmountArg, msg: import("../orchestration-api.js").TransferMsg): import("@agoric/vow").Vow<void>;
|
|
32
|
-
sendThenWaitForAck(packetSender: import("@agoric/internal").Remote<import("../exos/packet-tools.js").PacketSender>, opts?: import("../exos/packet-tools.js").PacketOptions | undefined): import("@agoric/async-flow").HostInterface<import("@agoric/vow").Vow<any>>;
|
|
33
|
-
matchFirstPacket(args_0?: import("@agoric/vow").EVow<globalThis.Pattern>): import("@agoric/async-flow").HostInterface<import("@agoric/vow").Vow<{
|
|
34
|
-
resolver: import("@agoric/vow").VowResolver<any>;
|
|
35
|
-
match: import("@agoric/vow").Vow<any>;
|
|
36
|
-
}>>;
|
|
37
|
-
monitorTransfers(tap: import("@agoric/vats/src/bridge-target.js").TargetApp): import("@agoric/vow").Vow<import("@agoric/async-flow").HostInterface<import("@agoric/vats/src/bridge-target.js").TargetRegistration>>;
|
|
38
|
-
}>>;
|
|
39
|
-
makeAccountInvitationMaker(): Promise<Invitation<import("@agoric/vow").Vow<import("@agoric/async-flow").HostInterface<import("../utils/zoe-tools.js").ResolvedContinuingOfferResult>>, undefined>>;
|
|
40
|
-
}>;
|
|
41
|
-
}>>;
|
|
42
|
-
};
|
|
43
|
-
};
|
|
44
|
-
}): Promise<void>;
|
|
45
|
-
export function getManifestForStakeBld({ restoreRef }: {
|
|
46
|
-
restoreRef: any;
|
|
47
|
-
}, { installKeys }: {
|
|
48
|
-
installKeys: any;
|
|
49
|
-
}): {
|
|
50
|
-
manifest: {
|
|
51
|
-
[x: string]: {
|
|
52
|
-
consume: {
|
|
53
|
-
agoricNames: boolean;
|
|
54
|
-
board: boolean;
|
|
55
|
-
chainStorage: boolean;
|
|
56
|
-
chainTimerService: boolean;
|
|
57
|
-
localchain: boolean;
|
|
58
|
-
startUpgradable: boolean;
|
|
59
|
-
};
|
|
60
|
-
installation: {
|
|
61
|
-
consume: {
|
|
62
|
-
stakeBld: boolean;
|
|
63
|
-
};
|
|
64
|
-
};
|
|
65
|
-
instance: {
|
|
66
|
-
produce: {
|
|
67
|
-
stakeBld: boolean;
|
|
68
|
-
};
|
|
69
|
-
};
|
|
70
|
-
issuer: {
|
|
71
|
-
consume: {
|
|
72
|
-
BLD: boolean;
|
|
73
|
-
};
|
|
74
|
-
};
|
|
75
|
-
};
|
|
76
|
-
};
|
|
77
|
-
installations: {
|
|
78
|
-
stakeBld: any;
|
|
79
|
-
};
|
|
80
|
-
};
|
|
81
|
-
import { Stake } from '@agoric/internal/src/tokens.js';
|
|
82
|
-
//# sourceMappingURL=start-stakeBld.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"start-stakeBld.d.ts","sourceRoot":"","sources":["start-stakeBld.js"],"names":[],"mappings":"AAkBO,6TAVI,eAAe,GAAG;IACxB,YAAY,EAAE;QACZ,OAAO,EAAE;YACP,QAAQ,EAAE,YAAY,CAC9B;;;;;;+BAuCiB,kBACf;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAxCgE,CACzD,CAAC;SACH,CAAC;KACH,CAAC;CACH,iBAwDH;AAGM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA2BN;sBApGqB,gCAAgC"}
|
|
@@ -1,146 +0,0 @@
|
|
|
1
|
-
export function startStakeOsmo({ consume: { agoricNames, board, chainStorage, chainTimerService: timer, cosmosInterchainService, startUpgradable, }, installation: { consume: { stakeIca }, }, instance: { produce: { stakeOsmo: produceInstance }, }, }: BootstrapPowers & {
|
|
2
|
-
installation: {
|
|
3
|
-
consume: {
|
|
4
|
-
stakeIca: Installation<(zcf: ZCF<StakeIcaTerms>, privateArgs: {
|
|
5
|
-
agoricNames: import("@agoric/internal").Remote<import("@agoric/vats").NameHub>;
|
|
6
|
-
cosmosInterchainService: import("../types.js").CosmosInterchainService;
|
|
7
|
-
storageNode: StorageNode;
|
|
8
|
-
marshaller: Marshaller;
|
|
9
|
-
timer: import("@agoric/time").TimerService;
|
|
10
|
-
}, baggage: import("@agoric/vat-data").Baggage) => Promise<{
|
|
11
|
-
publicFacet: import("@endo/exo").Guarded<{
|
|
12
|
-
makeAccount(): Promise<import("@endo/exo").Guarded<{
|
|
13
|
-
asContinuingOffer(): import("@agoric/vow").Vow<import("@agoric/async-flow").HostInterface<import("../utils/zoe-tools.js").ResolvedContinuingOfferResult>>;
|
|
14
|
-
getPublicTopics(): import("@agoric/vow").Vow<import("@agoric/async-flow").HostInterface<Record<string, import("@agoric/zoe/src/contractSupport/topics.js").ResolvedPublicTopic<unknown>>>>;
|
|
15
|
-
getAddress(): import("@agoric/async-flow").HostInterface<import("../orchestration-api.js").ChainAddress>;
|
|
16
|
-
delegate(validator: import("../cosmos-api.js").CosmosValidatorAddress, amount: import("../orchestration-api.js").AmountArg): import("@agoric/vow").Vow<void>;
|
|
17
|
-
redelegate(srcValidator: import("../cosmos-api.js").CosmosValidatorAddress, dstValidator: import("../cosmos-api.js").CosmosValidatorAddress, amount: import("../orchestration-api.js").AmountArg): import("@agoric/vow").Vow<void>;
|
|
18
|
-
withdrawReward(validator: import("../cosmos-api.js").CosmosValidatorAddress): import("@agoric/vow").Vow<import("../orchestration-api.js").DenomAmount[]>;
|
|
19
|
-
getBalance(denom: import("../orchestration-api.js").DenomArg): import("@agoric/vow").Vow<import("../orchestration-api.js").DenomAmount>;
|
|
20
|
-
getBalances(): import("@agoric/vow").Vow<import("../orchestration-api.js").DenomAmount[]>;
|
|
21
|
-
send(toAccount: import("../orchestration-api.js").ChainAddress, amounts: import("../orchestration-api.js").AmountArg): import("@agoric/vow").Vow<void>;
|
|
22
|
-
sendAll(toAccount: import("../orchestration-api.js").ChainAddress, amounts: import("../orchestration-api.js").AmountArg[]): import("@agoric/vow").Vow<void>;
|
|
23
|
-
transfer(destination: import("../orchestration-api.js").ChainAddress, amount: import("../orchestration-api.js").AmountArg, opts?: import("../cosmos-api.js").IBCMsgTransferOptions | undefined): import("@agoric/vow").Vow<void>;
|
|
24
|
-
transferSteps(amount: import("../orchestration-api.js").AmountArg, msg: import("../orchestration-api.js").TransferMsg): import("@agoric/vow").Vow<void>;
|
|
25
|
-
withdrawRewards(): import("@agoric/vow").Vow<import("../orchestration-api.js").DenomAmount[]>;
|
|
26
|
-
undelegate(delegations: {
|
|
27
|
-
amount: import("../orchestration-api.js").AmountArg;
|
|
28
|
-
delegator?: import("../orchestration-api.js").ChainAddress;
|
|
29
|
-
validator: import("../cosmos-api.js").CosmosValidatorAddress;
|
|
30
|
-
}[]): import("@agoric/vow").Vow<void>;
|
|
31
|
-
deactivate(): import("@agoric/vow").Vow<void>;
|
|
32
|
-
reactivate(): import("@agoric/vow").Vow<void>;
|
|
33
|
-
getDelegation(validator: import("../cosmos-api.js").CosmosValidatorAddress): import("@agoric/vow").Vow<import("@agoric/async-flow").HostInterface<import("../cosmos-api.js").CosmosDelegationResponse>>;
|
|
34
|
-
getDelegations(): import("@agoric/vow").Vow<{
|
|
35
|
-
delegator: {
|
|
36
|
-
chainId: string;
|
|
37
|
-
value: string;
|
|
38
|
-
encoding: "bech32" | "ethereum";
|
|
39
|
-
};
|
|
40
|
-
validator: {
|
|
41
|
-
chainId: string;
|
|
42
|
-
value: `${string}valoper${string}`;
|
|
43
|
-
encoding: "bech32";
|
|
44
|
-
};
|
|
45
|
-
amount: {
|
|
46
|
-
denom: import("../orchestration-api.js").Denom;
|
|
47
|
-
value: bigint;
|
|
48
|
-
};
|
|
49
|
-
}[]>;
|
|
50
|
-
getUnbondingDelegation(validator: import("../cosmos-api.js").CosmosValidatorAddress): import("@agoric/vow").Vow<import("@agoric/async-flow").HostInterface<import("@agoric/cosmic-proto/cosmos/staking/v1beta1/staking.js").UnbondingDelegation>>;
|
|
51
|
-
getUnbondingDelegations(): import("@agoric/vow").Vow<{
|
|
52
|
-
delegatorAddress: string;
|
|
53
|
-
validatorAddress: string;
|
|
54
|
-
entries: {
|
|
55
|
-
creationHeight: bigint;
|
|
56
|
-
completionTime: {
|
|
57
|
-
seconds: bigint;
|
|
58
|
-
nanos: number;
|
|
59
|
-
};
|
|
60
|
-
initialBalance: string;
|
|
61
|
-
balance: string;
|
|
62
|
-
}[];
|
|
63
|
-
}[]>;
|
|
64
|
-
getRedelegations(): import("@agoric/vow").Vow<{
|
|
65
|
-
redelegation: {
|
|
66
|
-
delegatorAddress: string;
|
|
67
|
-
validatorSrcAddress: string;
|
|
68
|
-
validatorDstAddress: string;
|
|
69
|
-
entries: {
|
|
70
|
-
creationHeight: bigint;
|
|
71
|
-
completionTime: {
|
|
72
|
-
seconds: bigint;
|
|
73
|
-
nanos: number;
|
|
74
|
-
};
|
|
75
|
-
initialBalance: string;
|
|
76
|
-
sharesDst: string;
|
|
77
|
-
}[];
|
|
78
|
-
};
|
|
79
|
-
entries: {
|
|
80
|
-
redelegationEntry: {
|
|
81
|
-
creationHeight: bigint;
|
|
82
|
-
completionTime: {
|
|
83
|
-
seconds: bigint;
|
|
84
|
-
nanos: number;
|
|
85
|
-
};
|
|
86
|
-
initialBalance: string;
|
|
87
|
-
sharesDst: string;
|
|
88
|
-
};
|
|
89
|
-
balance: string;
|
|
90
|
-
}[];
|
|
91
|
-
}[]>;
|
|
92
|
-
getReward(validator: import("../cosmos-api.js").CosmosValidatorAddress): import("@agoric/vow").Vow<import("../orchestration-api.js").DenomAmount[]>;
|
|
93
|
-
getRewards(): import("@agoric/vow").Vow<import("@agoric/async-flow").HostInterface<import("../cosmos-api.js").CosmosRewardsResponse>>;
|
|
94
|
-
executeEncodedTx(msgs: {
|
|
95
|
-
$typeUrl?: "/google.protobuf.Any" | string | undefined;
|
|
96
|
-
typeUrl: string;
|
|
97
|
-
value: string;
|
|
98
|
-
}[], opts?: Partial<Omit<import("@agoric/cosmic-proto/cosmos/tx/v1beta1/tx.js").TxBody, "messages">> | undefined): import("@agoric/vow").Vow<string>;
|
|
99
|
-
}>>;
|
|
100
|
-
makeAccountInvitationMaker(): Promise<Invitation<import("../utils/zoe-tools.js").ResolvedContinuingOfferResult, undefined>>;
|
|
101
|
-
}>;
|
|
102
|
-
}>>;
|
|
103
|
-
};
|
|
104
|
-
};
|
|
105
|
-
instance: {
|
|
106
|
-
produce: {
|
|
107
|
-
stakeOsmo: any;
|
|
108
|
-
};
|
|
109
|
-
};
|
|
110
|
-
}): Promise<void>;
|
|
111
|
-
export function getManifestForStakeOsmo({ restoreRef }: {
|
|
112
|
-
restoreRef: any;
|
|
113
|
-
}, { installKeys, ...options }: {
|
|
114
|
-
[x: string]: any;
|
|
115
|
-
installKeys: any;
|
|
116
|
-
}): {
|
|
117
|
-
manifest: {
|
|
118
|
-
[x: string]: {
|
|
119
|
-
consume: {
|
|
120
|
-
agoricNames: boolean;
|
|
121
|
-
board: boolean;
|
|
122
|
-
chainStorage: boolean;
|
|
123
|
-
chainTimerService: boolean;
|
|
124
|
-
cosmosInterchainService: boolean;
|
|
125
|
-
startUpgradable: boolean;
|
|
126
|
-
};
|
|
127
|
-
installation: {
|
|
128
|
-
consume: {
|
|
129
|
-
stakeIca: boolean;
|
|
130
|
-
};
|
|
131
|
-
};
|
|
132
|
-
instance: {
|
|
133
|
-
produce: {
|
|
134
|
-
stakeOsmo: boolean;
|
|
135
|
-
};
|
|
136
|
-
};
|
|
137
|
-
};
|
|
138
|
-
};
|
|
139
|
-
installations: {
|
|
140
|
-
stakeIca: any;
|
|
141
|
-
};
|
|
142
|
-
options: {
|
|
143
|
-
[x: string]: any;
|
|
144
|
-
};
|
|
145
|
-
};
|
|
146
|
-
//# sourceMappingURL=start-stakeOsmo.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"start-stakeOsmo.d.ts","sourceRoot":"","sources":["start-stakeOsmo.js"],"names":[],"mappings":"AA8BO,0PAfI,eAAe,GAAG;IACxB,YAAY,EAAE;QACZ,OAAO,EAAE;YACP,QAAQ,EAAE,YAAY,CAC9B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAA2D,CAClD,CAAC;SACH,CAAC;KACH,CAAC;IACF,QAAQ,EAAE;QACR,OAAO,EAAE;YACP,SAAS,EAAE,GAAG,CAAC;SAChB,CAAC;KACH,CAAC;CACH,iBA4DH;AAGM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4BN"}
|