@agoric/cosmic-proto 0.3.1-upgrade-14-dev-c8f9e7b.0 → 0.4.1-orchestration-dev-096c4e8.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 +220 -6
- package/dist/codegen/agoric/bundle.d.ts +1006 -0
- package/dist/codegen/agoric/bundle.js +71 -0
- package/dist/codegen/agoric/bundle.js.map +1 -0
- package/dist/codegen/agoric/client.d.ts +47 -0
- package/dist/codegen/agoric/client.js +36 -0
- package/dist/codegen/agoric/client.js.map +1 -0
- package/dist/codegen/agoric/lien/genesis.d.ts +77 -0
- package/dist/codegen/agoric/lien/genesis.js +179 -0
- package/dist/codegen/agoric/lien/genesis.js.map +1 -0
- package/dist/codegen/agoric/lien/lien.d.ts +51 -0
- package/dist/codegen/agoric/lien/lien.js +111 -0
- package/dist/codegen/agoric/lien/lien.js.map +1 -0
- package/dist/codegen/agoric/rpc.query.d.ts +21 -0
- package/dist/codegen/agoric/rpc.query.js +15 -0
- package/dist/codegen/agoric/rpc.query.js.map +1 -0
- package/dist/codegen/agoric/rpc.tx.d.ts +9 -0
- package/dist/codegen/agoric/rpc.tx.js +7 -0
- package/dist/codegen/agoric/rpc.tx.js.map +1 -0
- package/dist/codegen/agoric/swingset/genesis.d.ts +79 -0
- package/dist/codegen/agoric/swingset/genesis.js +213 -0
- package/dist/codegen/agoric/swingset/genesis.js.map +1 -0
- package/dist/codegen/agoric/swingset/msgs.amino.d.ts +28 -0
- package/dist/codegen/agoric/swingset/msgs.amino.js +30 -0
- package/dist/codegen/agoric/swingset/msgs.amino.js.map +1 -0
- package/dist/codegen/agoric/swingset/msgs.d.ts +406 -0
- package/dist/codegen/agoric/swingset/msgs.js +896 -0
- package/dist/codegen/agoric/swingset/msgs.js.map +1 -0
- package/dist/codegen/agoric/swingset/msgs.registry.d.ts +116 -0
- package/dist/codegen/agoric/swingset/msgs.registry.js +176 -0
- package/dist/codegen/agoric/swingset/msgs.registry.js.map +1 -0
- package/dist/codegen/agoric/swingset/msgs.rpc.msg.d.ts +24 -0
- package/dist/codegen/agoric/swingset/msgs.rpc.msg.js +39 -0
- package/dist/codegen/agoric/swingset/msgs.rpc.msg.js.map +1 -0
- package/dist/codegen/agoric/swingset/query.d.ts +205 -0
- package/dist/codegen/agoric/swingset/query.js +441 -0
- package/dist/codegen/agoric/swingset/query.js.map +1 -0
- package/dist/codegen/agoric/swingset/query.rpc.Query.d.ts +24 -0
- package/dist/codegen/agoric/swingset/query.rpc.Query.js +43 -0
- package/dist/codegen/agoric/swingset/query.rpc.Query.js.map +1 -0
- package/dist/codegen/agoric/swingset/swingset.d.ts +499 -0
- package/dist/codegen/agoric/swingset/swingset.js +945 -0
- package/dist/codegen/agoric/swingset/swingset.js.map +1 -0
- package/dist/codegen/agoric/vbank/genesis.d.ts +43 -0
- package/dist/codegen/agoric/vbank/genesis.js +100 -0
- package/dist/codegen/agoric/vbank/genesis.js.map +1 -0
- package/dist/codegen/agoric/vbank/msgs.d.ts +1 -0
- package/dist/codegen/agoric/vbank/msgs.js +2 -0
- package/dist/codegen/agoric/vbank/msgs.js.map +1 -0
- package/dist/codegen/agoric/vbank/query.d.ts +136 -0
- package/dist/codegen/agoric/vbank/query.js +273 -0
- package/dist/codegen/agoric/vbank/query.js.map +1 -0
- package/dist/codegen/agoric/vbank/query.rpc.Query.d.ts +20 -0
- package/dist/codegen/agoric/vbank/query.rpc.Query.js +34 -0
- package/dist/codegen/agoric/vbank/query.rpc.Query.js.map +1 -0
- package/dist/codegen/agoric/vbank/vbank.d.ts +135 -0
- package/dist/codegen/agoric/vbank/vbank.js +288 -0
- package/dist/codegen/agoric/vbank/vbank.js.map +1 -0
- package/dist/codegen/agoric/vibc/msgs.amino.d.ts +8 -0
- package/dist/codegen/agoric/vibc/msgs.amino.js +10 -0
- package/dist/codegen/agoric/vibc/msgs.amino.js.map +1 -0
- package/dist/codegen/agoric/vibc/msgs.d.ts +70 -0
- package/dist/codegen/agoric/vibc/msgs.js +156 -0
- package/dist/codegen/agoric/vibc/msgs.js.map +1 -0
- package/dist/codegen/agoric/vibc/msgs.registry.d.ts +36 -0
- package/dist/codegen/agoric/vibc/msgs.registry.js +52 -0
- package/dist/codegen/agoric/vibc/msgs.registry.js.map +1 -0
- package/dist/codegen/agoric/vibc/msgs.rpc.msg.d.ts +12 -0
- package/dist/codegen/agoric/vibc/msgs.rpc.msg.js +15 -0
- package/dist/codegen/agoric/vibc/msgs.rpc.msg.js.map +1 -0
- package/dist/codegen/agoric/vlocalchain/vlocalchain.d.ts +159 -0
- package/dist/codegen/agoric/vlocalchain/vlocalchain.js +389 -0
- package/dist/codegen/agoric/vlocalchain/vlocalchain.js.map +1 -0
- package/dist/codegen/agoric/vstorage/genesis.d.ts +89 -0
- package/dist/codegen/agoric/vstorage/genesis.js +174 -0
- package/dist/codegen/agoric/vstorage/genesis.js.map +1 -0
- package/dist/codegen/agoric/vstorage/query.d.ts +269 -0
- package/dist/codegen/agoric/vstorage/query.js +562 -0
- package/dist/codegen/agoric/vstorage/query.js.map +1 -0
- package/dist/codegen/agoric/vstorage/query.rpc.Query.d.ts +27 -0
- package/dist/codegen/agoric/vstorage/query.rpc.Query.js +43 -0
- package/dist/codegen/agoric/vstorage/query.rpc.Query.js.map +1 -0
- package/dist/codegen/agoric/vstorage/vstorage.d.ts +78 -0
- package/dist/codegen/agoric/vstorage/vstorage.js +160 -0
- package/dist/codegen/agoric/vstorage/vstorage.js.map +1 -0
- package/dist/codegen/binary.d.ts +130 -0
- package/dist/codegen/binary.js +367 -0
- package/dist/codegen/binary.js.map +1 -0
- package/dist/codegen/cosmos/base/query/v1beta1/pagination.d.ts +202 -0
- package/dist/codegen/cosmos/base/query/v1beta1/pagination.js +252 -0
- package/dist/codegen/cosmos/base/query/v1beta1/pagination.js.map +1 -0
- package/dist/codegen/cosmos/base/v1beta1/coin.d.ts +177 -0
- package/dist/codegen/cosmos/base/v1beta1/coin.js +348 -0
- package/dist/codegen/cosmos/base/v1beta1/coin.js.map +1 -0
- package/dist/codegen/cosmos/bundle.d.ts +167 -0
- package/dist/codegen/cosmos/bundle.js +26 -0
- package/dist/codegen/cosmos/bundle.js.map +1 -0
- package/dist/codegen/cosmos/upgrade/v1beta1/upgrade.d.ts +282 -0
- package/dist/codegen/cosmos/upgrade/v1beta1/upgrade.js +468 -0
- package/dist/codegen/cosmos/upgrade/v1beta1/upgrade.js.map +1 -0
- package/dist/codegen/cosmos_proto/bundle.d.ts +36 -0
- package/dist/codegen/cosmos_proto/bundle.js +6 -0
- package/dist/codegen/cosmos_proto/bundle.js.map +1 -0
- package/dist/codegen/cosmos_proto/cosmos.d.ts +175 -0
- package/dist/codegen/cosmos_proto/cosmos.js +254 -0
- package/dist/codegen/cosmos_proto/cosmos.js.map +1 -0
- package/dist/codegen/gogoproto/bundle.d.ts +1 -0
- package/dist/codegen/gogoproto/bundle.js +6 -0
- package/dist/codegen/gogoproto/bundle.js.map +1 -0
- package/dist/codegen/gogoproto/gogo.d.ts +1 -0
- package/dist/codegen/gogoproto/gogo.js +2 -0
- package/dist/codegen/gogoproto/gogo.js.map +1 -0
- package/dist/codegen/google/api/annotations.d.ts +1 -0
- package/dist/codegen/google/api/annotations.js +2 -0
- package/dist/codegen/google/api/annotations.js.map +1 -0
- package/dist/codegen/google/api/http.d.ts +1079 -0
- package/dist/codegen/google/api/http.js +418 -0
- package/dist/codegen/google/api/http.js.map +1 -0
- package/dist/codegen/google/bundle.d.ts +443 -0
- package/dist/codegen/google/bundle.js +13 -0
- package/dist/codegen/google/bundle.js.map +1 -0
- package/dist/codegen/google/protobuf/any.d.ts +340 -0
- package/dist/codegen/google/protobuf/any.js +91 -0
- package/dist/codegen/google/protobuf/any.js.map +1 -0
- package/dist/codegen/google/protobuf/descriptor.d.ts +2332 -0
- package/dist/codegen/google/protobuf/descriptor.js +4419 -0
- package/dist/codegen/google/protobuf/descriptor.js.map +1 -0
- package/dist/codegen/google/protobuf/timestamp.d.ts +295 -0
- package/dist/codegen/google/protobuf/timestamp.js +89 -0
- package/dist/codegen/google/protobuf/timestamp.js.map +1 -0
- package/dist/codegen/helpers.d.ts +81 -0
- package/dist/codegen/helpers.js +124 -0
- package/dist/codegen/helpers.js.map +1 -0
- package/dist/codegen/ibc/bundle.d.ts +234 -0
- package/dist/codegen/ibc/bundle.js +22 -0
- package/dist/codegen/ibc/bundle.js.map +1 -0
- package/dist/codegen/ibc/core/channel/v1/channel.d.ts +513 -0
- package/dist/codegen/ibc/core/channel/v1/channel.js +1106 -0
- package/dist/codegen/ibc/core/channel/v1/channel.js.map +1 -0
- package/dist/codegen/ibc/core/client/v1/client.d.ts +414 -0
- package/dist/codegen/ibc/core/client/v1/client.js +786 -0
- package/dist/codegen/ibc/core/client/v1/client.js.map +1 -0
- package/dist/codegen/index.d.ts +15 -0
- package/dist/codegen/index.js +17 -0
- package/dist/codegen/index.js.map +1 -0
- package/dist/codegen/utf8.d.ts +27 -0
- package/dist/codegen/utf8.js +138 -0
- package/dist/codegen/utf8.js.map +1 -0
- package/dist/codegen/varint.d.ts +105 -0
- package/dist/codegen/varint.js +409 -0
- package/dist/codegen/varint.js.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -0
- package/package.json +65 -27
- package/CHANGELOG.md +0 -41
- package/dist/agoric/swingset/msgs.d.ts +0 -450
- package/dist/agoric/swingset/msgs.js +0 -630
- package/dist/agoric/swingset/query.d.ts +0 -406
- package/dist/agoric/swingset/query.js +0 -346
- package/dist/agoric/swingset/swingset.d.ts +0 -571
- package/dist/agoric/swingset/swingset.js +0 -644
- package/dist/cosmos/base/v1beta1/coin.d.ts +0 -90
- package/dist/cosmos/base/v1beta1/coin.js +0 -197
- package/swingset/msgs.js +0 -2
- package/swingset/query.js +0 -2
- package/swingset/swingset.js +0 -2
|
@@ -0,0 +1,499 @@
|
|
|
1
|
+
import { Coin, CoinAmino, CoinSDKType } from '../../cosmos/base/v1beta1/coin.js';
|
|
2
|
+
import { BinaryReader, BinaryWriter } from '../../binary.js';
|
|
3
|
+
/**
|
|
4
|
+
* CoreEvalProposal is a gov Content type for evaluating code in the SwingSet
|
|
5
|
+
* core.
|
|
6
|
+
* See `agoric-sdk/packages/vats/src/core/eval.js`.
|
|
7
|
+
*/
|
|
8
|
+
export interface CoreEvalProposal {
|
|
9
|
+
title: string;
|
|
10
|
+
description: string;
|
|
11
|
+
/**
|
|
12
|
+
* Although evals are sequential, they may run concurrently, since they each
|
|
13
|
+
* can return a Promise.
|
|
14
|
+
*/
|
|
15
|
+
evals: CoreEval[];
|
|
16
|
+
}
|
|
17
|
+
export interface CoreEvalProposalProtoMsg {
|
|
18
|
+
typeUrl: '/agoric.swingset.CoreEvalProposal';
|
|
19
|
+
value: Uint8Array;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* CoreEvalProposal is a gov Content type for evaluating code in the SwingSet
|
|
23
|
+
* core.
|
|
24
|
+
* See `agoric-sdk/packages/vats/src/core/eval.js`.
|
|
25
|
+
*/
|
|
26
|
+
export interface CoreEvalProposalAmino {
|
|
27
|
+
title?: string;
|
|
28
|
+
description?: string;
|
|
29
|
+
/**
|
|
30
|
+
* Although evals are sequential, they may run concurrently, since they each
|
|
31
|
+
* can return a Promise.
|
|
32
|
+
*/
|
|
33
|
+
evals?: CoreEvalAmino[];
|
|
34
|
+
}
|
|
35
|
+
export interface CoreEvalProposalAminoMsg {
|
|
36
|
+
type: '/agoric.swingset.CoreEvalProposal';
|
|
37
|
+
value: CoreEvalProposalAmino;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* CoreEvalProposal is a gov Content type for evaluating code in the SwingSet
|
|
41
|
+
* core.
|
|
42
|
+
* See `agoric-sdk/packages/vats/src/core/eval.js`.
|
|
43
|
+
*/
|
|
44
|
+
export interface CoreEvalProposalSDKType {
|
|
45
|
+
title: string;
|
|
46
|
+
description: string;
|
|
47
|
+
evals: CoreEvalSDKType[];
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* CoreEval defines an individual SwingSet core evaluation, for use in
|
|
51
|
+
* CoreEvalProposal.
|
|
52
|
+
*/
|
|
53
|
+
export interface CoreEval {
|
|
54
|
+
/**
|
|
55
|
+
* Grant these JSON-stringified core bootstrap permits to the jsCode, as the
|
|
56
|
+
* `powers` endowment.
|
|
57
|
+
*/
|
|
58
|
+
jsonPermits: string;
|
|
59
|
+
/**
|
|
60
|
+
* Evaluate this JavaScript code in a Compartment endowed with `powers` as
|
|
61
|
+
* well as some powerless helpers.
|
|
62
|
+
*/
|
|
63
|
+
jsCode: string;
|
|
64
|
+
}
|
|
65
|
+
export interface CoreEvalProtoMsg {
|
|
66
|
+
typeUrl: '/agoric.swingset.CoreEval';
|
|
67
|
+
value: Uint8Array;
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* CoreEval defines an individual SwingSet core evaluation, for use in
|
|
71
|
+
* CoreEvalProposal.
|
|
72
|
+
*/
|
|
73
|
+
export interface CoreEvalAmino {
|
|
74
|
+
/**
|
|
75
|
+
* Grant these JSON-stringified core bootstrap permits to the jsCode, as the
|
|
76
|
+
* `powers` endowment.
|
|
77
|
+
*/
|
|
78
|
+
json_permits?: string;
|
|
79
|
+
/**
|
|
80
|
+
* Evaluate this JavaScript code in a Compartment endowed with `powers` as
|
|
81
|
+
* well as some powerless helpers.
|
|
82
|
+
*/
|
|
83
|
+
js_code?: string;
|
|
84
|
+
}
|
|
85
|
+
export interface CoreEvalAminoMsg {
|
|
86
|
+
type: '/agoric.swingset.CoreEval';
|
|
87
|
+
value: CoreEvalAmino;
|
|
88
|
+
}
|
|
89
|
+
/**
|
|
90
|
+
* CoreEval defines an individual SwingSet core evaluation, for use in
|
|
91
|
+
* CoreEvalProposal.
|
|
92
|
+
*/
|
|
93
|
+
export interface CoreEvalSDKType {
|
|
94
|
+
json_permits: string;
|
|
95
|
+
js_code: string;
|
|
96
|
+
}
|
|
97
|
+
/** Params are the swingset configuration/governance parameters. */
|
|
98
|
+
export interface Params {
|
|
99
|
+
/**
|
|
100
|
+
* Map from unit name to a value in SwingSet "beans".
|
|
101
|
+
* Must not be negative.
|
|
102
|
+
*
|
|
103
|
+
* These values are used by SwingSet to normalize named per-resource charges
|
|
104
|
+
* (maybe rent) in a single Nat usage unit, the "bean".
|
|
105
|
+
*
|
|
106
|
+
* There is no required order to this list of entries, but all the chain
|
|
107
|
+
* nodes must all serialize and deserialize the existing order without
|
|
108
|
+
* permuting it.
|
|
109
|
+
*/
|
|
110
|
+
beansPerUnit: StringBeans[];
|
|
111
|
+
/**
|
|
112
|
+
* The price in Coins per the unit named "fee". This value is used by
|
|
113
|
+
* cosmic-swingset JS code to decide how many tokens to charge.
|
|
114
|
+
*
|
|
115
|
+
* cost = beans_used * fee_unit_price / beans_per_unit["fee"]
|
|
116
|
+
*/
|
|
117
|
+
feeUnitPrice: Coin[];
|
|
118
|
+
/**
|
|
119
|
+
* The SwingSet bootstrap vat configuration file. Not usefully modifiable
|
|
120
|
+
* via governance as it is only referenced by the chain's initial
|
|
121
|
+
* construction.
|
|
122
|
+
*/
|
|
123
|
+
bootstrapVatConfig: string;
|
|
124
|
+
/**
|
|
125
|
+
* If the provision submitter doesn't hold a provisionpass, their requested
|
|
126
|
+
* power flags are looked up in this fee menu (first match wins) and the sum
|
|
127
|
+
* is charged. If any power flag is not found in this menu, the request is
|
|
128
|
+
* rejected.
|
|
129
|
+
*/
|
|
130
|
+
powerFlagFees: PowerFlagFee[];
|
|
131
|
+
/**
|
|
132
|
+
* Maximum sizes for queues.
|
|
133
|
+
* These values are used by SwingSet to compute how many messages should be
|
|
134
|
+
* accepted in a block.
|
|
135
|
+
*
|
|
136
|
+
* There is no required order to this list of entries, but all the chain
|
|
137
|
+
* nodes must all serialize and deserialize the existing order without
|
|
138
|
+
* permuting it.
|
|
139
|
+
*/
|
|
140
|
+
queueMax: QueueSize[];
|
|
141
|
+
}
|
|
142
|
+
export interface ParamsProtoMsg {
|
|
143
|
+
typeUrl: '/agoric.swingset.Params';
|
|
144
|
+
value: Uint8Array;
|
|
145
|
+
}
|
|
146
|
+
/** Params are the swingset configuration/governance parameters. */
|
|
147
|
+
export interface ParamsAmino {
|
|
148
|
+
/**
|
|
149
|
+
* Map from unit name to a value in SwingSet "beans".
|
|
150
|
+
* Must not be negative.
|
|
151
|
+
*
|
|
152
|
+
* These values are used by SwingSet to normalize named per-resource charges
|
|
153
|
+
* (maybe rent) in a single Nat usage unit, the "bean".
|
|
154
|
+
*
|
|
155
|
+
* There is no required order to this list of entries, but all the chain
|
|
156
|
+
* nodes must all serialize and deserialize the existing order without
|
|
157
|
+
* permuting it.
|
|
158
|
+
*/
|
|
159
|
+
beans_per_unit?: StringBeansAmino[];
|
|
160
|
+
/**
|
|
161
|
+
* The price in Coins per the unit named "fee". This value is used by
|
|
162
|
+
* cosmic-swingset JS code to decide how many tokens to charge.
|
|
163
|
+
*
|
|
164
|
+
* cost = beans_used * fee_unit_price / beans_per_unit["fee"]
|
|
165
|
+
*/
|
|
166
|
+
fee_unit_price?: CoinAmino[];
|
|
167
|
+
/**
|
|
168
|
+
* The SwingSet bootstrap vat configuration file. Not usefully modifiable
|
|
169
|
+
* via governance as it is only referenced by the chain's initial
|
|
170
|
+
* construction.
|
|
171
|
+
*/
|
|
172
|
+
bootstrap_vat_config?: string;
|
|
173
|
+
/**
|
|
174
|
+
* If the provision submitter doesn't hold a provisionpass, their requested
|
|
175
|
+
* power flags are looked up in this fee menu (first match wins) and the sum
|
|
176
|
+
* is charged. If any power flag is not found in this menu, the request is
|
|
177
|
+
* rejected.
|
|
178
|
+
*/
|
|
179
|
+
power_flag_fees?: PowerFlagFeeAmino[];
|
|
180
|
+
/**
|
|
181
|
+
* Maximum sizes for queues.
|
|
182
|
+
* These values are used by SwingSet to compute how many messages should be
|
|
183
|
+
* accepted in a block.
|
|
184
|
+
*
|
|
185
|
+
* There is no required order to this list of entries, but all the chain
|
|
186
|
+
* nodes must all serialize and deserialize the existing order without
|
|
187
|
+
* permuting it.
|
|
188
|
+
*/
|
|
189
|
+
queue_max?: QueueSizeAmino[];
|
|
190
|
+
}
|
|
191
|
+
export interface ParamsAminoMsg {
|
|
192
|
+
type: '/agoric.swingset.Params';
|
|
193
|
+
value: ParamsAmino;
|
|
194
|
+
}
|
|
195
|
+
/** Params are the swingset configuration/governance parameters. */
|
|
196
|
+
export interface ParamsSDKType {
|
|
197
|
+
beans_per_unit: StringBeansSDKType[];
|
|
198
|
+
fee_unit_price: CoinSDKType[];
|
|
199
|
+
bootstrap_vat_config: string;
|
|
200
|
+
power_flag_fees: PowerFlagFeeSDKType[];
|
|
201
|
+
queue_max: QueueSizeSDKType[];
|
|
202
|
+
}
|
|
203
|
+
/** The current state of the module. */
|
|
204
|
+
export interface State {
|
|
205
|
+
/**
|
|
206
|
+
* The allowed number of items to add to queues, as determined by SwingSet.
|
|
207
|
+
* Transactions which attempt to enqueue more should be rejected.
|
|
208
|
+
*/
|
|
209
|
+
queueAllowed: QueueSize[];
|
|
210
|
+
}
|
|
211
|
+
export interface StateProtoMsg {
|
|
212
|
+
typeUrl: '/agoric.swingset.State';
|
|
213
|
+
value: Uint8Array;
|
|
214
|
+
}
|
|
215
|
+
/** The current state of the module. */
|
|
216
|
+
export interface StateAmino {
|
|
217
|
+
/**
|
|
218
|
+
* The allowed number of items to add to queues, as determined by SwingSet.
|
|
219
|
+
* Transactions which attempt to enqueue more should be rejected.
|
|
220
|
+
*/
|
|
221
|
+
queue_allowed?: QueueSizeAmino[];
|
|
222
|
+
}
|
|
223
|
+
export interface StateAminoMsg {
|
|
224
|
+
type: '/agoric.swingset.State';
|
|
225
|
+
value: StateAmino;
|
|
226
|
+
}
|
|
227
|
+
/** The current state of the module. */
|
|
228
|
+
export interface StateSDKType {
|
|
229
|
+
queue_allowed: QueueSizeSDKType[];
|
|
230
|
+
}
|
|
231
|
+
/** Map element of a string key to a Nat bean count. */
|
|
232
|
+
export interface StringBeans {
|
|
233
|
+
/** What the beans are for. */
|
|
234
|
+
key: string;
|
|
235
|
+
/** The actual bean value. */
|
|
236
|
+
beans: string;
|
|
237
|
+
}
|
|
238
|
+
export interface StringBeansProtoMsg {
|
|
239
|
+
typeUrl: '/agoric.swingset.StringBeans';
|
|
240
|
+
value: Uint8Array;
|
|
241
|
+
}
|
|
242
|
+
/** Map element of a string key to a Nat bean count. */
|
|
243
|
+
export interface StringBeansAmino {
|
|
244
|
+
/** What the beans are for. */
|
|
245
|
+
key?: string;
|
|
246
|
+
/** The actual bean value. */
|
|
247
|
+
beans?: string;
|
|
248
|
+
}
|
|
249
|
+
export interface StringBeansAminoMsg {
|
|
250
|
+
type: '/agoric.swingset.StringBeans';
|
|
251
|
+
value: StringBeansAmino;
|
|
252
|
+
}
|
|
253
|
+
/** Map element of a string key to a Nat bean count. */
|
|
254
|
+
export interface StringBeansSDKType {
|
|
255
|
+
key: string;
|
|
256
|
+
beans: string;
|
|
257
|
+
}
|
|
258
|
+
/** Map a provisioning power flag to its corresponding fee. */
|
|
259
|
+
export interface PowerFlagFee {
|
|
260
|
+
powerFlag: string;
|
|
261
|
+
fee: Coin[];
|
|
262
|
+
}
|
|
263
|
+
export interface PowerFlagFeeProtoMsg {
|
|
264
|
+
typeUrl: '/agoric.swingset.PowerFlagFee';
|
|
265
|
+
value: Uint8Array;
|
|
266
|
+
}
|
|
267
|
+
/** Map a provisioning power flag to its corresponding fee. */
|
|
268
|
+
export interface PowerFlagFeeAmino {
|
|
269
|
+
power_flag?: string;
|
|
270
|
+
fee?: CoinAmino[];
|
|
271
|
+
}
|
|
272
|
+
export interface PowerFlagFeeAminoMsg {
|
|
273
|
+
type: '/agoric.swingset.PowerFlagFee';
|
|
274
|
+
value: PowerFlagFeeAmino;
|
|
275
|
+
}
|
|
276
|
+
/** Map a provisioning power flag to its corresponding fee. */
|
|
277
|
+
export interface PowerFlagFeeSDKType {
|
|
278
|
+
power_flag: string;
|
|
279
|
+
fee: CoinSDKType[];
|
|
280
|
+
}
|
|
281
|
+
/** Map element of a string key to a size. */
|
|
282
|
+
export interface QueueSize {
|
|
283
|
+
/** What the size is for. */
|
|
284
|
+
key: string;
|
|
285
|
+
/** The actual size value. */
|
|
286
|
+
size: number;
|
|
287
|
+
}
|
|
288
|
+
export interface QueueSizeProtoMsg {
|
|
289
|
+
typeUrl: '/agoric.swingset.QueueSize';
|
|
290
|
+
value: Uint8Array;
|
|
291
|
+
}
|
|
292
|
+
/** Map element of a string key to a size. */
|
|
293
|
+
export interface QueueSizeAmino {
|
|
294
|
+
/** What the size is for. */
|
|
295
|
+
key?: string;
|
|
296
|
+
/** The actual size value. */
|
|
297
|
+
size?: number;
|
|
298
|
+
}
|
|
299
|
+
export interface QueueSizeAminoMsg {
|
|
300
|
+
type: '/agoric.swingset.QueueSize';
|
|
301
|
+
value: QueueSizeAmino;
|
|
302
|
+
}
|
|
303
|
+
/** Map element of a string key to a size. */
|
|
304
|
+
export interface QueueSizeSDKType {
|
|
305
|
+
key: string;
|
|
306
|
+
size: number;
|
|
307
|
+
}
|
|
308
|
+
/** Egress is the format for a swingset egress. */
|
|
309
|
+
export interface Egress {
|
|
310
|
+
nickname: string;
|
|
311
|
+
peer: Uint8Array;
|
|
312
|
+
/** TODO: Remove these power flags as they are deprecated and have no effect. */
|
|
313
|
+
powerFlags: string[];
|
|
314
|
+
}
|
|
315
|
+
export interface EgressProtoMsg {
|
|
316
|
+
typeUrl: '/agoric.swingset.Egress';
|
|
317
|
+
value: Uint8Array;
|
|
318
|
+
}
|
|
319
|
+
/** Egress is the format for a swingset egress. */
|
|
320
|
+
export interface EgressAmino {
|
|
321
|
+
nickname?: string;
|
|
322
|
+
peer?: string;
|
|
323
|
+
/** TODO: Remove these power flags as they are deprecated and have no effect. */
|
|
324
|
+
power_flags?: string[];
|
|
325
|
+
}
|
|
326
|
+
export interface EgressAminoMsg {
|
|
327
|
+
type: '/agoric.swingset.Egress';
|
|
328
|
+
value: EgressAmino;
|
|
329
|
+
}
|
|
330
|
+
/** Egress is the format for a swingset egress. */
|
|
331
|
+
export interface EgressSDKType {
|
|
332
|
+
nickname: string;
|
|
333
|
+
peer: Uint8Array;
|
|
334
|
+
power_flags: string[];
|
|
335
|
+
}
|
|
336
|
+
/**
|
|
337
|
+
* SwingStoreArtifact encodes an artifact of a swing-store export.
|
|
338
|
+
* Artifacts may be stored or transmitted in any order. Most handlers do
|
|
339
|
+
* maintain the artifact order from their original source as an effect of how
|
|
340
|
+
* they handle the artifacts.
|
|
341
|
+
*/
|
|
342
|
+
export interface SwingStoreArtifact {
|
|
343
|
+
name: string;
|
|
344
|
+
data: Uint8Array;
|
|
345
|
+
}
|
|
346
|
+
export interface SwingStoreArtifactProtoMsg {
|
|
347
|
+
typeUrl: '/agoric.swingset.SwingStoreArtifact';
|
|
348
|
+
value: Uint8Array;
|
|
349
|
+
}
|
|
350
|
+
/**
|
|
351
|
+
* SwingStoreArtifact encodes an artifact of a swing-store export.
|
|
352
|
+
* Artifacts may be stored or transmitted in any order. Most handlers do
|
|
353
|
+
* maintain the artifact order from their original source as an effect of how
|
|
354
|
+
* they handle the artifacts.
|
|
355
|
+
*/
|
|
356
|
+
export interface SwingStoreArtifactAmino {
|
|
357
|
+
name?: string;
|
|
358
|
+
data?: string;
|
|
359
|
+
}
|
|
360
|
+
export interface SwingStoreArtifactAminoMsg {
|
|
361
|
+
type: '/agoric.swingset.SwingStoreArtifact';
|
|
362
|
+
value: SwingStoreArtifactAmino;
|
|
363
|
+
}
|
|
364
|
+
/**
|
|
365
|
+
* SwingStoreArtifact encodes an artifact of a swing-store export.
|
|
366
|
+
* Artifacts may be stored or transmitted in any order. Most handlers do
|
|
367
|
+
* maintain the artifact order from their original source as an effect of how
|
|
368
|
+
* they handle the artifacts.
|
|
369
|
+
*/
|
|
370
|
+
export interface SwingStoreArtifactSDKType {
|
|
371
|
+
name: string;
|
|
372
|
+
data: Uint8Array;
|
|
373
|
+
}
|
|
374
|
+
export declare const CoreEvalProposal: {
|
|
375
|
+
typeUrl: string;
|
|
376
|
+
encode(message: CoreEvalProposal, writer?: BinaryWriter): BinaryWriter;
|
|
377
|
+
decode(input: BinaryReader | Uint8Array, length?: number): CoreEvalProposal;
|
|
378
|
+
fromJSON(object: any): CoreEvalProposal;
|
|
379
|
+
toJSON(message: CoreEvalProposal): unknown;
|
|
380
|
+
fromPartial(object: Partial<CoreEvalProposal>): CoreEvalProposal;
|
|
381
|
+
fromAmino(object: CoreEvalProposalAmino): CoreEvalProposal;
|
|
382
|
+
toAmino(message: CoreEvalProposal): CoreEvalProposalAmino;
|
|
383
|
+
fromAminoMsg(object: CoreEvalProposalAminoMsg): CoreEvalProposal;
|
|
384
|
+
fromProtoMsg(message: CoreEvalProposalProtoMsg): CoreEvalProposal;
|
|
385
|
+
toProto(message: CoreEvalProposal): Uint8Array;
|
|
386
|
+
toProtoMsg(message: CoreEvalProposal): CoreEvalProposalProtoMsg;
|
|
387
|
+
};
|
|
388
|
+
export declare const CoreEval: {
|
|
389
|
+
typeUrl: string;
|
|
390
|
+
encode(message: CoreEval, writer?: BinaryWriter): BinaryWriter;
|
|
391
|
+
decode(input: BinaryReader | Uint8Array, length?: number): CoreEval;
|
|
392
|
+
fromJSON(object: any): CoreEval;
|
|
393
|
+
toJSON(message: CoreEval): unknown;
|
|
394
|
+
fromPartial(object: Partial<CoreEval>): CoreEval;
|
|
395
|
+
fromAmino(object: CoreEvalAmino): CoreEval;
|
|
396
|
+
toAmino(message: CoreEval): CoreEvalAmino;
|
|
397
|
+
fromAminoMsg(object: CoreEvalAminoMsg): CoreEval;
|
|
398
|
+
fromProtoMsg(message: CoreEvalProtoMsg): CoreEval;
|
|
399
|
+
toProto(message: CoreEval): Uint8Array;
|
|
400
|
+
toProtoMsg(message: CoreEval): CoreEvalProtoMsg;
|
|
401
|
+
};
|
|
402
|
+
export declare const Params: {
|
|
403
|
+
typeUrl: string;
|
|
404
|
+
encode(message: Params, writer?: BinaryWriter): BinaryWriter;
|
|
405
|
+
decode(input: BinaryReader | Uint8Array, length?: number): Params;
|
|
406
|
+
fromJSON(object: any): Params;
|
|
407
|
+
toJSON(message: Params): unknown;
|
|
408
|
+
fromPartial(object: Partial<Params>): Params;
|
|
409
|
+
fromAmino(object: ParamsAmino): Params;
|
|
410
|
+
toAmino(message: Params): ParamsAmino;
|
|
411
|
+
fromAminoMsg(object: ParamsAminoMsg): Params;
|
|
412
|
+
fromProtoMsg(message: ParamsProtoMsg): Params;
|
|
413
|
+
toProto(message: Params): Uint8Array;
|
|
414
|
+
toProtoMsg(message: Params): ParamsProtoMsg;
|
|
415
|
+
};
|
|
416
|
+
export declare const State: {
|
|
417
|
+
typeUrl: string;
|
|
418
|
+
encode(message: State, writer?: BinaryWriter): BinaryWriter;
|
|
419
|
+
decode(input: BinaryReader | Uint8Array, length?: number): State;
|
|
420
|
+
fromJSON(object: any): State;
|
|
421
|
+
toJSON(message: State): unknown;
|
|
422
|
+
fromPartial(object: Partial<State>): State;
|
|
423
|
+
fromAmino(object: StateAmino): State;
|
|
424
|
+
toAmino(message: State): StateAmino;
|
|
425
|
+
fromAminoMsg(object: StateAminoMsg): State;
|
|
426
|
+
fromProtoMsg(message: StateProtoMsg): State;
|
|
427
|
+
toProto(message: State): Uint8Array;
|
|
428
|
+
toProtoMsg(message: State): StateProtoMsg;
|
|
429
|
+
};
|
|
430
|
+
export declare const StringBeans: {
|
|
431
|
+
typeUrl: string;
|
|
432
|
+
encode(message: StringBeans, writer?: BinaryWriter): BinaryWriter;
|
|
433
|
+
decode(input: BinaryReader | Uint8Array, length?: number): StringBeans;
|
|
434
|
+
fromJSON(object: any): StringBeans;
|
|
435
|
+
toJSON(message: StringBeans): unknown;
|
|
436
|
+
fromPartial(object: Partial<StringBeans>): StringBeans;
|
|
437
|
+
fromAmino(object: StringBeansAmino): StringBeans;
|
|
438
|
+
toAmino(message: StringBeans): StringBeansAmino;
|
|
439
|
+
fromAminoMsg(object: StringBeansAminoMsg): StringBeans;
|
|
440
|
+
fromProtoMsg(message: StringBeansProtoMsg): StringBeans;
|
|
441
|
+
toProto(message: StringBeans): Uint8Array;
|
|
442
|
+
toProtoMsg(message: StringBeans): StringBeansProtoMsg;
|
|
443
|
+
};
|
|
444
|
+
export declare const PowerFlagFee: {
|
|
445
|
+
typeUrl: string;
|
|
446
|
+
encode(message: PowerFlagFee, writer?: BinaryWriter): BinaryWriter;
|
|
447
|
+
decode(input: BinaryReader | Uint8Array, length?: number): PowerFlagFee;
|
|
448
|
+
fromJSON(object: any): PowerFlagFee;
|
|
449
|
+
toJSON(message: PowerFlagFee): unknown;
|
|
450
|
+
fromPartial(object: Partial<PowerFlagFee>): PowerFlagFee;
|
|
451
|
+
fromAmino(object: PowerFlagFeeAmino): PowerFlagFee;
|
|
452
|
+
toAmino(message: PowerFlagFee): PowerFlagFeeAmino;
|
|
453
|
+
fromAminoMsg(object: PowerFlagFeeAminoMsg): PowerFlagFee;
|
|
454
|
+
fromProtoMsg(message: PowerFlagFeeProtoMsg): PowerFlagFee;
|
|
455
|
+
toProto(message: PowerFlagFee): Uint8Array;
|
|
456
|
+
toProtoMsg(message: PowerFlagFee): PowerFlagFeeProtoMsg;
|
|
457
|
+
};
|
|
458
|
+
export declare const QueueSize: {
|
|
459
|
+
typeUrl: string;
|
|
460
|
+
encode(message: QueueSize, writer?: BinaryWriter): BinaryWriter;
|
|
461
|
+
decode(input: BinaryReader | Uint8Array, length?: number): QueueSize;
|
|
462
|
+
fromJSON(object: any): QueueSize;
|
|
463
|
+
toJSON(message: QueueSize): unknown;
|
|
464
|
+
fromPartial(object: Partial<QueueSize>): QueueSize;
|
|
465
|
+
fromAmino(object: QueueSizeAmino): QueueSize;
|
|
466
|
+
toAmino(message: QueueSize): QueueSizeAmino;
|
|
467
|
+
fromAminoMsg(object: QueueSizeAminoMsg): QueueSize;
|
|
468
|
+
fromProtoMsg(message: QueueSizeProtoMsg): QueueSize;
|
|
469
|
+
toProto(message: QueueSize): Uint8Array;
|
|
470
|
+
toProtoMsg(message: QueueSize): QueueSizeProtoMsg;
|
|
471
|
+
};
|
|
472
|
+
export declare const Egress: {
|
|
473
|
+
typeUrl: string;
|
|
474
|
+
encode(message: Egress, writer?: BinaryWriter): BinaryWriter;
|
|
475
|
+
decode(input: BinaryReader | Uint8Array, length?: number): Egress;
|
|
476
|
+
fromJSON(object: any): Egress;
|
|
477
|
+
toJSON(message: Egress): unknown;
|
|
478
|
+
fromPartial(object: Partial<Egress>): Egress;
|
|
479
|
+
fromAmino(object: EgressAmino): Egress;
|
|
480
|
+
toAmino(message: Egress): EgressAmino;
|
|
481
|
+
fromAminoMsg(object: EgressAminoMsg): Egress;
|
|
482
|
+
fromProtoMsg(message: EgressProtoMsg): Egress;
|
|
483
|
+
toProto(message: Egress): Uint8Array;
|
|
484
|
+
toProtoMsg(message: Egress): EgressProtoMsg;
|
|
485
|
+
};
|
|
486
|
+
export declare const SwingStoreArtifact: {
|
|
487
|
+
typeUrl: string;
|
|
488
|
+
encode(message: SwingStoreArtifact, writer?: BinaryWriter): BinaryWriter;
|
|
489
|
+
decode(input: BinaryReader | Uint8Array, length?: number): SwingStoreArtifact;
|
|
490
|
+
fromJSON(object: any): SwingStoreArtifact;
|
|
491
|
+
toJSON(message: SwingStoreArtifact): unknown;
|
|
492
|
+
fromPartial(object: Partial<SwingStoreArtifact>): SwingStoreArtifact;
|
|
493
|
+
fromAmino(object: SwingStoreArtifactAmino): SwingStoreArtifact;
|
|
494
|
+
toAmino(message: SwingStoreArtifact): SwingStoreArtifactAmino;
|
|
495
|
+
fromAminoMsg(object: SwingStoreArtifactAminoMsg): SwingStoreArtifact;
|
|
496
|
+
fromProtoMsg(message: SwingStoreArtifactProtoMsg): SwingStoreArtifact;
|
|
497
|
+
toProto(message: SwingStoreArtifact): Uint8Array;
|
|
498
|
+
toProtoMsg(message: SwingStoreArtifact): SwingStoreArtifactProtoMsg;
|
|
499
|
+
};
|