@agoric/cosmic-proto 0.5.0-upgrade-18a-dev-2899fb9.0 → 0.5.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/dist/codegen/agoric/bundle.d.ts +165 -165
- package/dist/codegen/circle/bundle.d.ts +1363 -0
- package/dist/codegen/circle/bundle.js +40 -0
- package/dist/codegen/circle/bundle.js.map +1 -0
- package/dist/codegen/circle/cctp/v1/attester.d.ts +31 -0
- package/dist/codegen/circle/cctp/v1/attester.js +63 -0
- package/dist/codegen/circle/cctp/v1/attester.js.map +1 -0
- package/dist/codegen/circle/cctp/v1/burn_message.d.ts +47 -0
- package/dist/codegen/circle/cctp/v1/burn_message.js +117 -0
- package/dist/codegen/circle/cctp/v1/burn_message.js.map +1 -0
- package/dist/codegen/circle/cctp/v1/burning_and_minting_paused.d.ts +31 -0
- package/dist/codegen/circle/cctp/v1/burning_and_minting_paused.js +63 -0
- package/dist/codegen/circle/cctp/v1/burning_and_minting_paused.js.map +1 -0
- package/dist/codegen/circle/cctp/v1/events.d.ts +730 -0
- package/dist/codegen/circle/cctp/v1/events.js +1612 -0
- package/dist/codegen/circle/cctp/v1/events.js.map +1 -0
- package/dist/codegen/circle/cctp/v1/genesis.d.ts +60 -0
- package/dist/codegen/circle/cctp/v1/genesis.js +295 -0
- package/dist/codegen/circle/cctp/v1/genesis.js.map +1 -0
- package/dist/codegen/circle/cctp/v1/max_message_body_size.d.ts +31 -0
- package/dist/codegen/circle/cctp/v1/max_message_body_size.js +69 -0
- package/dist/codegen/circle/cctp/v1/max_message_body_size.js.map +1 -0
- package/dist/codegen/circle/cctp/v1/message.d.ts +69 -0
- package/dist/codegen/circle/cctp/v1/message.js +160 -0
- package/dist/codegen/circle/cctp/v1/message.js.map +1 -0
- package/dist/codegen/circle/cctp/v1/nonce.d.ts +39 -0
- package/dist/codegen/circle/cctp/v1/nonce.js +80 -0
- package/dist/codegen/circle/cctp/v1/nonce.js.map +1 -0
- package/dist/codegen/circle/cctp/v1/per_message_burn_limit.d.ts +39 -0
- package/dist/codegen/circle/cctp/v1/per_message_burn_limit.js +73 -0
- package/dist/codegen/circle/cctp/v1/per_message_burn_limit.js.map +1 -0
- package/dist/codegen/circle/cctp/v1/query.d.ts +1101 -0
- package/dist/codegen/circle/cctp/v1/query.js +2421 -0
- package/dist/codegen/circle/cctp/v1/query.js.map +1 -0
- package/dist/codegen/circle/cctp/v1/remote_token_messenger.d.ts +33 -0
- package/dist/codegen/circle/cctp/v1/remote_token_messenger.js +77 -0
- package/dist/codegen/circle/cctp/v1/remote_token_messenger.js.map +1 -0
- package/dist/codegen/circle/cctp/v1/sending_and_receiving_messages_paused.d.ts +31 -0
- package/dist/codegen/circle/cctp/v1/sending_and_receiving_messages_paused.js +63 -0
- package/dist/codegen/circle/cctp/v1/sending_and_receiving_messages_paused.js.map +1 -0
- package/dist/codegen/circle/cctp/v1/signature_threshold.d.ts +33 -0
- package/dist/codegen/circle/cctp/v1/signature_threshold.js +63 -0
- package/dist/codegen/circle/cctp/v1/signature_threshold.js.map +1 -0
- package/dist/codegen/circle/cctp/v1/token_pair.d.ts +45 -0
- package/dist/codegen/circle/cctp/v1/token_pair.js +91 -0
- package/dist/codegen/circle/cctp/v1/token_pair.js.map +1 -0
- package/dist/codegen/circle/cctp/v1/tx.d.ts +1102 -0
- package/dist/codegen/circle/cctp/v1/tx.js +3264 -0
- package/dist/codegen/circle/cctp/v1/tx.js.map +1 -0
- package/dist/codegen/cosmos/bundle.d.ts +4005 -4005
- package/dist/codegen/cosmos/bundle.js +126 -126
- package/dist/codegen/cosmos_proto/bundle.d.ts +21 -21
- package/dist/codegen/cosmos_proto/bundle.js +2 -2
- package/dist/codegen/gogoproto/bundle.js +2 -2
- package/dist/codegen/google/bundle.d.ts +277 -277
- package/dist/codegen/google/bundle.js +10 -10
- package/dist/codegen/google/bundle.js.map +1 -1
- package/dist/codegen/ibc/bundle.d.ts +1662 -1662
- package/dist/codegen/ibc/bundle.js +64 -64
- package/dist/codegen/ibc/bundle.js.map +1 -1
- package/dist/codegen/icq/bundle.d.ts +85 -85
- package/dist/codegen/icq/bundle.js +10 -10
- package/dist/codegen/ics23/bundle.d.ts +113 -113
- package/dist/codegen/ics23/bundle.js +2 -2
- package/dist/codegen/index.d.ts +2 -0
- package/dist/codegen/index.js +2 -0
- package/dist/codegen/index.js.map +1 -1
- package/dist/codegen/stride/bundle.d.ts +2607 -0
- package/dist/codegen/stride/bundle.js +71 -0
- package/dist/codegen/stride/bundle.js.map +1 -0
- package/dist/codegen/stride/epochs/genesis.d.ts +60 -0
- package/dist/codegen/stride/epochs/genesis.js +227 -0
- package/dist/codegen/stride/epochs/genesis.js.map +1 -0
- package/dist/codegen/stride/epochs/query.d.ts +132 -0
- package/dist/codegen/stride/epochs/query.js +398 -0
- package/dist/codegen/stride/epochs/query.js.map +1 -0
- package/dist/codegen/stride/records/callbacks.d.ts +45 -0
- package/dist/codegen/stride/records/callbacks.js +136 -0
- package/dist/codegen/stride/records/callbacks.js.map +1 -0
- package/dist/codegen/stride/records/genesis.d.ts +41 -0
- package/dist/codegen/stride/records/genesis.js +186 -0
- package/dist/codegen/stride/records/genesis.js.map +1 -0
- package/dist/codegen/stride/records/params.d.ts +23 -0
- package/dist/codegen/stride/records/params.js +50 -0
- package/dist/codegen/stride/records/params.js.map +1 -0
- package/dist/codegen/stride/records/query.d.ts +494 -0
- package/dist/codegen/stride/records/query.js +1552 -0
- package/dist/codegen/stride/records/query.js.map +1 -0
- package/dist/codegen/stride/records/records.d.ts +228 -0
- package/dist/codegen/stride/records/records.js +939 -0
- package/dist/codegen/stride/records/records.js.map +1 -0
- package/dist/codegen/stride/stakedym/genesis.d.ts +92 -0
- package/dist/codegen/stride/stakedym/genesis.js +312 -0
- package/dist/codegen/stride/stakedym/genesis.js.map +1 -0
- package/dist/codegen/stride/stakedym/query.d.ts +302 -0
- package/dist/codegen/stride/stakedym/query.js +887 -0
- package/dist/codegen/stride/stakedym/query.js.map +1 -0
- package/dist/codegen/stride/stakedym/stakedym.d.ts +303 -0
- package/dist/codegen/stride/stakedym/stakedym.js +909 -0
- package/dist/codegen/stride/stakedym/stakedym.js.map +1 -0
- package/dist/codegen/stride/stakedym/tx.d.ts +595 -0
- package/dist/codegen/stride/stakedym/tx.js +1661 -0
- package/dist/codegen/stride/stakedym/tx.js.map +1 -0
- package/dist/codegen/stride/stakeibc/address_unbonding.d.ts +35 -0
- package/dist/codegen/stride/stakeibc/address_unbonding.js +135 -0
- package/dist/codegen/stride/stakeibc/address_unbonding.js.map +1 -0
- package/dist/codegen/stride/stakeibc/callbacks.d.ts +357 -0
- package/dist/codegen/stride/stakeibc/callbacks.js +1191 -0
- package/dist/codegen/stride/stakeibc/callbacks.js.map +1 -0
- package/dist/codegen/stride/stakeibc/epoch_tracker.d.ts +29 -0
- package/dist/codegen/stride/stakeibc/epoch_tracker.js +115 -0
- package/dist/codegen/stride/stakeibc/epoch_tracker.js.map +1 -0
- package/dist/codegen/stride/stakeibc/genesis.d.ts +37 -0
- package/dist/codegen/stride/stakeibc/genesis.js +135 -0
- package/dist/codegen/stride/stakeibc/genesis.js.map +1 -0
- package/dist/codegen/stride/stakeibc/gov.d.ts +61 -0
- package/dist/codegen/stride/stakeibc/gov.js +212 -0
- package/dist/codegen/stride/stakeibc/gov.js.map +1 -0
- package/dist/codegen/stride/stakeibc/host_zone.d.ts +184 -0
- package/dist/codegen/stride/stakeibc/host_zone.js +544 -0
- package/dist/codegen/stride/stakeibc/host_zone.js.map +1 -0
- package/dist/codegen/stride/stakeibc/ica_account.d.ts +43 -0
- package/dist/codegen/stride/stakeibc/ica_account.js +165 -0
- package/dist/codegen/stride/stakeibc/ica_account.js.map +1 -0
- package/dist/codegen/stride/stakeibc/packet.d.ts +42 -0
- package/dist/codegen/stride/stakeibc/packet.js +113 -0
- package/dist/codegen/stride/stakeibc/packet.js.map +1 -0
- package/dist/codegen/stride/stakeibc/params.d.ts +62 -0
- package/dist/codegen/stride/stakeibc/params.js +317 -0
- package/dist/codegen/stride/stakeibc/params.js.map +1 -0
- package/dist/codegen/stride/stakeibc/query.d.ts +492 -0
- package/dist/codegen/stride/stakeibc/query.js +1372 -0
- package/dist/codegen/stride/stakeibc/query.js.map +1 -0
- package/dist/codegen/stride/stakeibc/trade_route.d.ts +170 -0
- package/dist/codegen/stride/stakeibc/trade_route.js +377 -0
- package/dist/codegen/stride/stakeibc/trade_route.js.map +1 -0
- package/dist/codegen/stride/stakeibc/tx.d.ts +1210 -0
- package/dist/codegen/stride/stakeibc/tx.js +3392 -0
- package/dist/codegen/stride/stakeibc/tx.js.map +1 -0
- package/dist/codegen/stride/stakeibc/validator.d.ts +39 -0
- package/dist/codegen/stride/stakeibc/validator.js +170 -0
- package/dist/codegen/stride/stakeibc/validator.js.map +1 -0
- package/dist/codegen/stride/staketia/genesis.d.ts +92 -0
- package/dist/codegen/stride/staketia/genesis.js +312 -0
- package/dist/codegen/stride/staketia/genesis.js.map +1 -0
- package/dist/codegen/stride/staketia/query.d.ts +302 -0
- package/dist/codegen/stride/staketia/query.js +887 -0
- package/dist/codegen/stride/staketia/query.js.map +1 -0
- package/dist/codegen/stride/staketia/staketia.d.ts +285 -0
- package/dist/codegen/stride/staketia/staketia.js +819 -0
- package/dist/codegen/stride/staketia/staketia.js.map +1 -0
- package/dist/codegen/stride/staketia/tx.d.ts +611 -0
- package/dist/codegen/stride/staketia/tx.js +1671 -0
- package/dist/codegen/stride/staketia/tx.js.map +1 -0
- package/dist/codegen/tendermint/bundle.d.ts +716 -716
- package/dist/codegen/tendermint/bundle.js +22 -22
- package/package.json +24 -8
|
@@ -17,10 +17,10 @@ export declare namespace agoric {
|
|
|
17
17
|
const lien: {
|
|
18
18
|
Lien: {
|
|
19
19
|
typeUrl: string;
|
|
20
|
-
encode(message: _1.Lien, writer?: import("../binary.
|
|
21
|
-
decode(input: import("../binary.
|
|
20
|
+
encode(message: _1.Lien, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
21
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _1.Lien;
|
|
22
22
|
fromJSON(object: any): _1.Lien;
|
|
23
|
-
toJSON(message: _1.Lien): import("../json-safe.
|
|
23
|
+
toJSON(message: _1.Lien): import("../json-safe.ts").JsonSafe<_1.Lien>;
|
|
24
24
|
fromPartial(object: Partial<_1.Lien>): _1.Lien;
|
|
25
25
|
fromProtoMsg(message: _1.LienProtoMsg): _1.Lien;
|
|
26
26
|
toProto(message: _1.Lien): Uint8Array;
|
|
@@ -28,10 +28,10 @@ export declare namespace agoric {
|
|
|
28
28
|
};
|
|
29
29
|
GenesisState: {
|
|
30
30
|
typeUrl: string;
|
|
31
|
-
encode(message: _0.GenesisState, writer?: import("../binary.
|
|
32
|
-
decode(input: import("../binary.
|
|
31
|
+
encode(message: _0.GenesisState, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
32
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _0.GenesisState;
|
|
33
33
|
fromJSON(object: any): _0.GenesisState;
|
|
34
|
-
toJSON(message: _0.GenesisState): import("../json-safe.
|
|
34
|
+
toJSON(message: _0.GenesisState): import("../json-safe.ts").JsonSafe<_0.GenesisState>;
|
|
35
35
|
fromPartial(object: Partial<_0.GenesisState>): _0.GenesisState;
|
|
36
36
|
fromProtoMsg(message: _0.GenesisStateProtoMsg): _0.GenesisState;
|
|
37
37
|
toProto(message: _0.GenesisState): Uint8Array;
|
|
@@ -39,10 +39,10 @@ export declare namespace agoric {
|
|
|
39
39
|
};
|
|
40
40
|
AccountLien: {
|
|
41
41
|
typeUrl: string;
|
|
42
|
-
encode(message: _0.AccountLien, writer?: import("../binary.
|
|
43
|
-
decode(input: import("../binary.
|
|
42
|
+
encode(message: _0.AccountLien, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
43
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _0.AccountLien;
|
|
44
44
|
fromJSON(object: any): _0.AccountLien;
|
|
45
|
-
toJSON(message: _0.AccountLien): import("../json-safe.
|
|
45
|
+
toJSON(message: _0.AccountLien): import("../json-safe.ts").JsonSafe<_0.AccountLien>;
|
|
46
46
|
fromPartial(object: Partial<_0.AccountLien>): _0.AccountLien;
|
|
47
47
|
fromProtoMsg(message: _0.AccountLienProtoMsg): _0.AccountLien;
|
|
48
48
|
toProto(message: _0.AccountLien): Uint8Array;
|
|
@@ -52,10 +52,10 @@ export declare namespace agoric {
|
|
|
52
52
|
const swingset: {
|
|
53
53
|
CoreEvalProposal: {
|
|
54
54
|
typeUrl: string;
|
|
55
|
-
encode(message: _5.CoreEvalProposal, writer?: import("../binary.
|
|
56
|
-
decode(input: import("../binary.
|
|
55
|
+
encode(message: _5.CoreEvalProposal, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
56
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _5.CoreEvalProposal;
|
|
57
57
|
fromJSON(object: any): _5.CoreEvalProposal;
|
|
58
|
-
toJSON(message: _5.CoreEvalProposal): import("../json-safe.
|
|
58
|
+
toJSON(message: _5.CoreEvalProposal): import("../json-safe.ts").JsonSafe<_5.CoreEvalProposal>;
|
|
59
59
|
fromPartial(object: Partial<_5.CoreEvalProposal>): _5.CoreEvalProposal;
|
|
60
60
|
fromProtoMsg(message: _5.CoreEvalProposalProtoMsg): _5.CoreEvalProposal;
|
|
61
61
|
toProto(message: _5.CoreEvalProposal): Uint8Array;
|
|
@@ -63,10 +63,10 @@ export declare namespace agoric {
|
|
|
63
63
|
};
|
|
64
64
|
CoreEval: {
|
|
65
65
|
typeUrl: string;
|
|
66
|
-
encode(message: _5.CoreEval, writer?: import("../binary.
|
|
67
|
-
decode(input: import("../binary.
|
|
66
|
+
encode(message: _5.CoreEval, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
67
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _5.CoreEval;
|
|
68
68
|
fromJSON(object: any): _5.CoreEval;
|
|
69
|
-
toJSON(message: _5.CoreEval): import("../json-safe.
|
|
69
|
+
toJSON(message: _5.CoreEval): import("../json-safe.ts").JsonSafe<_5.CoreEval>;
|
|
70
70
|
fromPartial(object: Partial<_5.CoreEval>): _5.CoreEval;
|
|
71
71
|
fromProtoMsg(message: _5.CoreEvalProtoMsg): _5.CoreEval;
|
|
72
72
|
toProto(message: _5.CoreEval): Uint8Array;
|
|
@@ -74,10 +74,10 @@ export declare namespace agoric {
|
|
|
74
74
|
};
|
|
75
75
|
Params: {
|
|
76
76
|
typeUrl: string;
|
|
77
|
-
encode(message: _5.Params, writer?: import("../binary.
|
|
78
|
-
decode(input: import("../binary.
|
|
77
|
+
encode(message: _5.Params, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
78
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _5.Params;
|
|
79
79
|
fromJSON(object: any): _5.Params;
|
|
80
|
-
toJSON(message: _5.Params): import("../json-safe.
|
|
80
|
+
toJSON(message: _5.Params): import("../json-safe.ts").JsonSafe<_5.Params>;
|
|
81
81
|
fromPartial(object: Partial<_5.Params>): _5.Params;
|
|
82
82
|
fromProtoMsg(message: _5.ParamsProtoMsg): _5.Params;
|
|
83
83
|
toProto(message: _5.Params): Uint8Array;
|
|
@@ -85,10 +85,10 @@ export declare namespace agoric {
|
|
|
85
85
|
};
|
|
86
86
|
State: {
|
|
87
87
|
typeUrl: string;
|
|
88
|
-
encode(message: _5.State, writer?: import("../binary.
|
|
89
|
-
decode(input: import("../binary.
|
|
88
|
+
encode(message: _5.State, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
89
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _5.State;
|
|
90
90
|
fromJSON(object: any): _5.State;
|
|
91
|
-
toJSON(message: _5.State): import("../json-safe.
|
|
91
|
+
toJSON(message: _5.State): import("../json-safe.ts").JsonSafe<_5.State>;
|
|
92
92
|
fromPartial(object: Partial<_5.State>): _5.State;
|
|
93
93
|
fromProtoMsg(message: _5.StateProtoMsg): _5.State;
|
|
94
94
|
toProto(message: _5.State): Uint8Array;
|
|
@@ -96,10 +96,10 @@ export declare namespace agoric {
|
|
|
96
96
|
};
|
|
97
97
|
StringBeans: {
|
|
98
98
|
typeUrl: string;
|
|
99
|
-
encode(message: _5.StringBeans, writer?: import("../binary.
|
|
100
|
-
decode(input: import("../binary.
|
|
99
|
+
encode(message: _5.StringBeans, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
100
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _5.StringBeans;
|
|
101
101
|
fromJSON(object: any): _5.StringBeans;
|
|
102
|
-
toJSON(message: _5.StringBeans): import("../json-safe.
|
|
102
|
+
toJSON(message: _5.StringBeans): import("../json-safe.ts").JsonSafe<_5.StringBeans>;
|
|
103
103
|
fromPartial(object: Partial<_5.StringBeans>): _5.StringBeans;
|
|
104
104
|
fromProtoMsg(message: _5.StringBeansProtoMsg): _5.StringBeans;
|
|
105
105
|
toProto(message: _5.StringBeans): Uint8Array;
|
|
@@ -107,10 +107,10 @@ export declare namespace agoric {
|
|
|
107
107
|
};
|
|
108
108
|
PowerFlagFee: {
|
|
109
109
|
typeUrl: string;
|
|
110
|
-
encode(message: _5.PowerFlagFee, writer?: import("../binary.
|
|
111
|
-
decode(input: import("../binary.
|
|
110
|
+
encode(message: _5.PowerFlagFee, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
111
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _5.PowerFlagFee;
|
|
112
112
|
fromJSON(object: any): _5.PowerFlagFee;
|
|
113
|
-
toJSON(message: _5.PowerFlagFee): import("../json-safe.
|
|
113
|
+
toJSON(message: _5.PowerFlagFee): import("../json-safe.ts").JsonSafe<_5.PowerFlagFee>;
|
|
114
114
|
fromPartial(object: Partial<_5.PowerFlagFee>): _5.PowerFlagFee;
|
|
115
115
|
fromProtoMsg(message: _5.PowerFlagFeeProtoMsg): _5.PowerFlagFee;
|
|
116
116
|
toProto(message: _5.PowerFlagFee): Uint8Array;
|
|
@@ -118,10 +118,10 @@ export declare namespace agoric {
|
|
|
118
118
|
};
|
|
119
119
|
QueueSize: {
|
|
120
120
|
typeUrl: string;
|
|
121
|
-
encode(message: _5.QueueSize, writer?: import("../binary.
|
|
122
|
-
decode(input: import("../binary.
|
|
121
|
+
encode(message: _5.QueueSize, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
122
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _5.QueueSize;
|
|
123
123
|
fromJSON(object: any): _5.QueueSize;
|
|
124
|
-
toJSON(message: _5.QueueSize): import("../json-safe.
|
|
124
|
+
toJSON(message: _5.QueueSize): import("../json-safe.ts").JsonSafe<_5.QueueSize>;
|
|
125
125
|
fromPartial(object: Partial<_5.QueueSize>): _5.QueueSize;
|
|
126
126
|
fromProtoMsg(message: _5.QueueSizeProtoMsg): _5.QueueSize;
|
|
127
127
|
toProto(message: _5.QueueSize): Uint8Array;
|
|
@@ -129,10 +129,10 @@ export declare namespace agoric {
|
|
|
129
129
|
};
|
|
130
130
|
UintMapEntry: {
|
|
131
131
|
typeUrl: string;
|
|
132
|
-
encode(message: _5.UintMapEntry, writer?: import("../binary.
|
|
133
|
-
decode(input: import("../binary.
|
|
132
|
+
encode(message: _5.UintMapEntry, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
133
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _5.UintMapEntry;
|
|
134
134
|
fromJSON(object: any): _5.UintMapEntry;
|
|
135
|
-
toJSON(message: _5.UintMapEntry): import("../json-safe.
|
|
135
|
+
toJSON(message: _5.UintMapEntry): import("../json-safe.ts").JsonSafe<_5.UintMapEntry>;
|
|
136
136
|
fromPartial(object: Partial<_5.UintMapEntry>): _5.UintMapEntry;
|
|
137
137
|
fromProtoMsg(message: _5.UintMapEntryProtoMsg): _5.UintMapEntry;
|
|
138
138
|
toProto(message: _5.UintMapEntry): Uint8Array;
|
|
@@ -140,10 +140,10 @@ export declare namespace agoric {
|
|
|
140
140
|
};
|
|
141
141
|
Egress: {
|
|
142
142
|
typeUrl: string;
|
|
143
|
-
encode(message: _5.Egress, writer?: import("../binary.
|
|
144
|
-
decode(input: import("../binary.
|
|
143
|
+
encode(message: _5.Egress, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
144
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _5.Egress;
|
|
145
145
|
fromJSON(object: any): _5.Egress;
|
|
146
|
-
toJSON(message: _5.Egress): import("../json-safe.
|
|
146
|
+
toJSON(message: _5.Egress): import("../json-safe.ts").JsonSafe<_5.Egress>;
|
|
147
147
|
fromPartial(object: Partial<_5.Egress>): _5.Egress;
|
|
148
148
|
fromProtoMsg(message: _5.EgressProtoMsg): _5.Egress;
|
|
149
149
|
toProto(message: _5.Egress): Uint8Array;
|
|
@@ -151,10 +151,10 @@ export declare namespace agoric {
|
|
|
151
151
|
};
|
|
152
152
|
SwingStoreArtifact: {
|
|
153
153
|
typeUrl: string;
|
|
154
|
-
encode(message: _5.SwingStoreArtifact, writer?: import("../binary.
|
|
155
|
-
decode(input: import("../binary.
|
|
154
|
+
encode(message: _5.SwingStoreArtifact, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
155
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _5.SwingStoreArtifact;
|
|
156
156
|
fromJSON(object: any): _5.SwingStoreArtifact;
|
|
157
|
-
toJSON(message: _5.SwingStoreArtifact): import("../json-safe.
|
|
157
|
+
toJSON(message: _5.SwingStoreArtifact): import("../json-safe.ts").JsonSafe<_5.SwingStoreArtifact>;
|
|
158
158
|
fromPartial(object: Partial<_5.SwingStoreArtifact>): _5.SwingStoreArtifact;
|
|
159
159
|
fromProtoMsg(message: _5.SwingStoreArtifactProtoMsg): _5.SwingStoreArtifact;
|
|
160
160
|
toProto(message: _5.SwingStoreArtifact): Uint8Array;
|
|
@@ -162,10 +162,10 @@ export declare namespace agoric {
|
|
|
162
162
|
};
|
|
163
163
|
QueryParamsRequest: {
|
|
164
164
|
typeUrl: string;
|
|
165
|
-
encode(_: _4.QueryParamsRequest, writer?: import("../binary.
|
|
166
|
-
decode(input: import("../binary.
|
|
165
|
+
encode(_: _4.QueryParamsRequest, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
166
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _4.QueryParamsRequest;
|
|
167
167
|
fromJSON(_: any): _4.QueryParamsRequest;
|
|
168
|
-
toJSON(_: _4.QueryParamsRequest): import("../json-safe.
|
|
168
|
+
toJSON(_: _4.QueryParamsRequest): import("../json-safe.ts").JsonSafe<_4.QueryParamsRequest>;
|
|
169
169
|
fromPartial(_: Partial<_4.QueryParamsRequest>): _4.QueryParamsRequest;
|
|
170
170
|
fromProtoMsg(message: _4.QueryParamsRequestProtoMsg): _4.QueryParamsRequest;
|
|
171
171
|
toProto(message: _4.QueryParamsRequest): Uint8Array;
|
|
@@ -173,10 +173,10 @@ export declare namespace agoric {
|
|
|
173
173
|
};
|
|
174
174
|
QueryParamsResponse: {
|
|
175
175
|
typeUrl: string;
|
|
176
|
-
encode(message: _4.QueryParamsResponse, writer?: import("../binary.
|
|
177
|
-
decode(input: import("../binary.
|
|
176
|
+
encode(message: _4.QueryParamsResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
177
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _4.QueryParamsResponse;
|
|
178
178
|
fromJSON(object: any): _4.QueryParamsResponse;
|
|
179
|
-
toJSON(message: _4.QueryParamsResponse): import("../json-safe.
|
|
179
|
+
toJSON(message: _4.QueryParamsResponse): import("../json-safe.ts").JsonSafe<_4.QueryParamsResponse>;
|
|
180
180
|
fromPartial(object: Partial<_4.QueryParamsResponse>): _4.QueryParamsResponse;
|
|
181
181
|
fromProtoMsg(message: _4.QueryParamsResponseProtoMsg): _4.QueryParamsResponse;
|
|
182
182
|
toProto(message: _4.QueryParamsResponse): Uint8Array;
|
|
@@ -184,10 +184,10 @@ export declare namespace agoric {
|
|
|
184
184
|
};
|
|
185
185
|
QueryEgressRequest: {
|
|
186
186
|
typeUrl: string;
|
|
187
|
-
encode(message: _4.QueryEgressRequest, writer?: import("../binary.
|
|
188
|
-
decode(input: import("../binary.
|
|
187
|
+
encode(message: _4.QueryEgressRequest, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
188
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _4.QueryEgressRequest;
|
|
189
189
|
fromJSON(object: any): _4.QueryEgressRequest;
|
|
190
|
-
toJSON(message: _4.QueryEgressRequest): import("../json-safe.
|
|
190
|
+
toJSON(message: _4.QueryEgressRequest): import("../json-safe.ts").JsonSafe<_4.QueryEgressRequest>;
|
|
191
191
|
fromPartial(object: Partial<_4.QueryEgressRequest>): _4.QueryEgressRequest;
|
|
192
192
|
fromProtoMsg(message: _4.QueryEgressRequestProtoMsg): _4.QueryEgressRequest;
|
|
193
193
|
toProto(message: _4.QueryEgressRequest): Uint8Array;
|
|
@@ -195,10 +195,10 @@ export declare namespace agoric {
|
|
|
195
195
|
};
|
|
196
196
|
QueryEgressResponse: {
|
|
197
197
|
typeUrl: string;
|
|
198
|
-
encode(message: _4.QueryEgressResponse, writer?: import("../binary.
|
|
199
|
-
decode(input: import("../binary.
|
|
198
|
+
encode(message: _4.QueryEgressResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
199
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _4.QueryEgressResponse;
|
|
200
200
|
fromJSON(object: any): _4.QueryEgressResponse;
|
|
201
|
-
toJSON(message: _4.QueryEgressResponse): import("../json-safe.
|
|
201
|
+
toJSON(message: _4.QueryEgressResponse): import("../json-safe.ts").JsonSafe<_4.QueryEgressResponse>;
|
|
202
202
|
fromPartial(object: Partial<_4.QueryEgressResponse>): _4.QueryEgressResponse;
|
|
203
203
|
fromProtoMsg(message: _4.QueryEgressResponseProtoMsg): _4.QueryEgressResponse;
|
|
204
204
|
toProto(message: _4.QueryEgressResponse): Uint8Array;
|
|
@@ -206,10 +206,10 @@ export declare namespace agoric {
|
|
|
206
206
|
};
|
|
207
207
|
QueryMailboxRequest: {
|
|
208
208
|
typeUrl: string;
|
|
209
|
-
encode(message: _4.QueryMailboxRequest, writer?: import("../binary.
|
|
210
|
-
decode(input: import("../binary.
|
|
209
|
+
encode(message: _4.QueryMailboxRequest, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
210
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _4.QueryMailboxRequest;
|
|
211
211
|
fromJSON(object: any): _4.QueryMailboxRequest;
|
|
212
|
-
toJSON(message: _4.QueryMailboxRequest): import("../json-safe.
|
|
212
|
+
toJSON(message: _4.QueryMailboxRequest): import("../json-safe.ts").JsonSafe<_4.QueryMailboxRequest>;
|
|
213
213
|
fromPartial(object: Partial<_4.QueryMailboxRequest>): _4.QueryMailboxRequest;
|
|
214
214
|
fromProtoMsg(message: _4.QueryMailboxRequestProtoMsg): _4.QueryMailboxRequest;
|
|
215
215
|
toProto(message: _4.QueryMailboxRequest): Uint8Array;
|
|
@@ -217,10 +217,10 @@ export declare namespace agoric {
|
|
|
217
217
|
};
|
|
218
218
|
QueryMailboxResponse: {
|
|
219
219
|
typeUrl: string;
|
|
220
|
-
encode(message: _4.QueryMailboxResponse, writer?: import("../binary.
|
|
221
|
-
decode(input: import("../binary.
|
|
220
|
+
encode(message: _4.QueryMailboxResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
221
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _4.QueryMailboxResponse;
|
|
222
222
|
fromJSON(object: any): _4.QueryMailboxResponse;
|
|
223
|
-
toJSON(message: _4.QueryMailboxResponse): import("../json-safe.
|
|
223
|
+
toJSON(message: _4.QueryMailboxResponse): import("../json-safe.ts").JsonSafe<_4.QueryMailboxResponse>;
|
|
224
224
|
fromPartial(object: Partial<_4.QueryMailboxResponse>): _4.QueryMailboxResponse;
|
|
225
225
|
fromProtoMsg(message: _4.QueryMailboxResponseProtoMsg): _4.QueryMailboxResponse;
|
|
226
226
|
toProto(message: _4.QueryMailboxResponse): Uint8Array;
|
|
@@ -228,10 +228,10 @@ export declare namespace agoric {
|
|
|
228
228
|
};
|
|
229
229
|
MsgDeliverInbound: {
|
|
230
230
|
typeUrl: string;
|
|
231
|
-
encode(message: _3.MsgDeliverInbound, writer?: import("../binary.
|
|
232
|
-
decode(input: import("../binary.
|
|
231
|
+
encode(message: _3.MsgDeliverInbound, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
232
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _3.MsgDeliverInbound;
|
|
233
233
|
fromJSON(object: any): _3.MsgDeliverInbound;
|
|
234
|
-
toJSON(message: _3.MsgDeliverInbound): import("../json-safe.
|
|
234
|
+
toJSON(message: _3.MsgDeliverInbound): import("../json-safe.ts").JsonSafe<_3.MsgDeliverInbound>;
|
|
235
235
|
fromPartial(object: Partial<_3.MsgDeliverInbound>): _3.MsgDeliverInbound;
|
|
236
236
|
fromProtoMsg(message: _3.MsgDeliverInboundProtoMsg): _3.MsgDeliverInbound;
|
|
237
237
|
toProto(message: _3.MsgDeliverInbound): Uint8Array;
|
|
@@ -239,10 +239,10 @@ export declare namespace agoric {
|
|
|
239
239
|
};
|
|
240
240
|
MsgDeliverInboundResponse: {
|
|
241
241
|
typeUrl: string;
|
|
242
|
-
encode(_: _3.MsgDeliverInboundResponse, writer?: import("../binary.
|
|
243
|
-
decode(input: import("../binary.
|
|
242
|
+
encode(_: _3.MsgDeliverInboundResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
243
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _3.MsgDeliverInboundResponse;
|
|
244
244
|
fromJSON(_: any): _3.MsgDeliverInboundResponse;
|
|
245
|
-
toJSON(_: _3.MsgDeliverInboundResponse): import("../json-safe.
|
|
245
|
+
toJSON(_: _3.MsgDeliverInboundResponse): import("../json-safe.ts").JsonSafe<_3.MsgDeliverInboundResponse>;
|
|
246
246
|
fromPartial(_: Partial<_3.MsgDeliverInboundResponse>): _3.MsgDeliverInboundResponse;
|
|
247
247
|
fromProtoMsg(message: _3.MsgDeliverInboundResponseProtoMsg): _3.MsgDeliverInboundResponse;
|
|
248
248
|
toProto(message: _3.MsgDeliverInboundResponse): Uint8Array;
|
|
@@ -250,10 +250,10 @@ export declare namespace agoric {
|
|
|
250
250
|
};
|
|
251
251
|
MsgWalletAction: {
|
|
252
252
|
typeUrl: string;
|
|
253
|
-
encode(message: _3.MsgWalletAction, writer?: import("../binary.
|
|
254
|
-
decode(input: import("../binary.
|
|
253
|
+
encode(message: _3.MsgWalletAction, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
254
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _3.MsgWalletAction;
|
|
255
255
|
fromJSON(object: any): _3.MsgWalletAction;
|
|
256
|
-
toJSON(message: _3.MsgWalletAction): import("../json-safe.
|
|
256
|
+
toJSON(message: _3.MsgWalletAction): import("../json-safe.ts").JsonSafe<_3.MsgWalletAction>;
|
|
257
257
|
fromPartial(object: Partial<_3.MsgWalletAction>): _3.MsgWalletAction;
|
|
258
258
|
fromProtoMsg(message: _3.MsgWalletActionProtoMsg): _3.MsgWalletAction;
|
|
259
259
|
toProto(message: _3.MsgWalletAction): Uint8Array;
|
|
@@ -261,10 +261,10 @@ export declare namespace agoric {
|
|
|
261
261
|
};
|
|
262
262
|
MsgWalletActionResponse: {
|
|
263
263
|
typeUrl: string;
|
|
264
|
-
encode(_: _3.MsgWalletActionResponse, writer?: import("../binary.
|
|
265
|
-
decode(input: import("../binary.
|
|
264
|
+
encode(_: _3.MsgWalletActionResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
265
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _3.MsgWalletActionResponse;
|
|
266
266
|
fromJSON(_: any): _3.MsgWalletActionResponse;
|
|
267
|
-
toJSON(_: _3.MsgWalletActionResponse): import("../json-safe.
|
|
267
|
+
toJSON(_: _3.MsgWalletActionResponse): import("../json-safe.ts").JsonSafe<_3.MsgWalletActionResponse>;
|
|
268
268
|
fromPartial(_: Partial<_3.MsgWalletActionResponse>): _3.MsgWalletActionResponse;
|
|
269
269
|
fromProtoMsg(message: _3.MsgWalletActionResponseProtoMsg): _3.MsgWalletActionResponse;
|
|
270
270
|
toProto(message: _3.MsgWalletActionResponse): Uint8Array;
|
|
@@ -272,10 +272,10 @@ export declare namespace agoric {
|
|
|
272
272
|
};
|
|
273
273
|
MsgWalletSpendAction: {
|
|
274
274
|
typeUrl: string;
|
|
275
|
-
encode(message: _3.MsgWalletSpendAction, writer?: import("../binary.
|
|
276
|
-
decode(input: import("../binary.
|
|
275
|
+
encode(message: _3.MsgWalletSpendAction, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
276
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _3.MsgWalletSpendAction;
|
|
277
277
|
fromJSON(object: any): _3.MsgWalletSpendAction;
|
|
278
|
-
toJSON(message: _3.MsgWalletSpendAction): import("../json-safe.
|
|
278
|
+
toJSON(message: _3.MsgWalletSpendAction): import("../json-safe.ts").JsonSafe<_3.MsgWalletSpendAction>;
|
|
279
279
|
fromPartial(object: Partial<_3.MsgWalletSpendAction>): _3.MsgWalletSpendAction;
|
|
280
280
|
fromProtoMsg(message: _3.MsgWalletSpendActionProtoMsg): _3.MsgWalletSpendAction;
|
|
281
281
|
toProto(message: _3.MsgWalletSpendAction): Uint8Array;
|
|
@@ -283,10 +283,10 @@ export declare namespace agoric {
|
|
|
283
283
|
};
|
|
284
284
|
MsgWalletSpendActionResponse: {
|
|
285
285
|
typeUrl: string;
|
|
286
|
-
encode(_: _3.MsgWalletSpendActionResponse, writer?: import("../binary.
|
|
287
|
-
decode(input: import("../binary.
|
|
286
|
+
encode(_: _3.MsgWalletSpendActionResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
287
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _3.MsgWalletSpendActionResponse;
|
|
288
288
|
fromJSON(_: any): _3.MsgWalletSpendActionResponse;
|
|
289
|
-
toJSON(_: _3.MsgWalletSpendActionResponse): import("../json-safe.
|
|
289
|
+
toJSON(_: _3.MsgWalletSpendActionResponse): import("../json-safe.ts").JsonSafe<_3.MsgWalletSpendActionResponse>;
|
|
290
290
|
fromPartial(_: Partial<_3.MsgWalletSpendActionResponse>): _3.MsgWalletSpendActionResponse;
|
|
291
291
|
fromProtoMsg(message: _3.MsgWalletSpendActionResponseProtoMsg): _3.MsgWalletSpendActionResponse;
|
|
292
292
|
toProto(message: _3.MsgWalletSpendActionResponse): Uint8Array;
|
|
@@ -294,10 +294,10 @@ export declare namespace agoric {
|
|
|
294
294
|
};
|
|
295
295
|
MsgProvision: {
|
|
296
296
|
typeUrl: string;
|
|
297
|
-
encode(message: _3.MsgProvision, writer?: import("../binary.
|
|
298
|
-
decode(input: import("../binary.
|
|
297
|
+
encode(message: _3.MsgProvision, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
298
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _3.MsgProvision;
|
|
299
299
|
fromJSON(object: any): _3.MsgProvision;
|
|
300
|
-
toJSON(message: _3.MsgProvision): import("../json-safe.
|
|
300
|
+
toJSON(message: _3.MsgProvision): import("../json-safe.ts").JsonSafe<_3.MsgProvision>;
|
|
301
301
|
fromPartial(object: Partial<_3.MsgProvision>): _3.MsgProvision;
|
|
302
302
|
fromProtoMsg(message: _3.MsgProvisionProtoMsg): _3.MsgProvision;
|
|
303
303
|
toProto(message: _3.MsgProvision): Uint8Array;
|
|
@@ -305,10 +305,10 @@ export declare namespace agoric {
|
|
|
305
305
|
};
|
|
306
306
|
MsgProvisionResponse: {
|
|
307
307
|
typeUrl: string;
|
|
308
|
-
encode(_: _3.MsgProvisionResponse, writer?: import("../binary.
|
|
309
|
-
decode(input: import("../binary.
|
|
308
|
+
encode(_: _3.MsgProvisionResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
309
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _3.MsgProvisionResponse;
|
|
310
310
|
fromJSON(_: any): _3.MsgProvisionResponse;
|
|
311
|
-
toJSON(_: _3.MsgProvisionResponse): import("../json-safe.
|
|
311
|
+
toJSON(_: _3.MsgProvisionResponse): import("../json-safe.ts").JsonSafe<_3.MsgProvisionResponse>;
|
|
312
312
|
fromPartial(_: Partial<_3.MsgProvisionResponse>): _3.MsgProvisionResponse;
|
|
313
313
|
fromProtoMsg(message: _3.MsgProvisionResponseProtoMsg): _3.MsgProvisionResponse;
|
|
314
314
|
toProto(message: _3.MsgProvisionResponse): Uint8Array;
|
|
@@ -316,10 +316,10 @@ export declare namespace agoric {
|
|
|
316
316
|
};
|
|
317
317
|
MsgInstallBundle: {
|
|
318
318
|
typeUrl: string;
|
|
319
|
-
encode(message: _3.MsgInstallBundle, writer?: import("../binary.
|
|
320
|
-
decode(input: import("../binary.
|
|
319
|
+
encode(message: _3.MsgInstallBundle, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
320
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _3.MsgInstallBundle;
|
|
321
321
|
fromJSON(object: any): _3.MsgInstallBundle;
|
|
322
|
-
toJSON(message: _3.MsgInstallBundle): import("../json-safe.
|
|
322
|
+
toJSON(message: _3.MsgInstallBundle): import("../json-safe.ts").JsonSafe<_3.MsgInstallBundle>;
|
|
323
323
|
fromPartial(object: Partial<_3.MsgInstallBundle>): _3.MsgInstallBundle;
|
|
324
324
|
fromProtoMsg(message: _3.MsgInstallBundleProtoMsg): _3.MsgInstallBundle;
|
|
325
325
|
toProto(message: _3.MsgInstallBundle): Uint8Array;
|
|
@@ -327,10 +327,10 @@ export declare namespace agoric {
|
|
|
327
327
|
};
|
|
328
328
|
MsgInstallBundleResponse: {
|
|
329
329
|
typeUrl: string;
|
|
330
|
-
encode(_: _3.MsgInstallBundleResponse, writer?: import("../binary.
|
|
331
|
-
decode(input: import("../binary.
|
|
330
|
+
encode(_: _3.MsgInstallBundleResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
331
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _3.MsgInstallBundleResponse;
|
|
332
332
|
fromJSON(_: any): _3.MsgInstallBundleResponse;
|
|
333
|
-
toJSON(_: _3.MsgInstallBundleResponse): import("../json-safe.
|
|
333
|
+
toJSON(_: _3.MsgInstallBundleResponse): import("../json-safe.ts").JsonSafe<_3.MsgInstallBundleResponse>;
|
|
334
334
|
fromPartial(_: Partial<_3.MsgInstallBundleResponse>): _3.MsgInstallBundleResponse;
|
|
335
335
|
fromProtoMsg(message: _3.MsgInstallBundleResponseProtoMsg): _3.MsgInstallBundleResponse;
|
|
336
336
|
toProto(message: _3.MsgInstallBundleResponse): Uint8Array;
|
|
@@ -338,10 +338,10 @@ export declare namespace agoric {
|
|
|
338
338
|
};
|
|
339
339
|
GenesisState: {
|
|
340
340
|
typeUrl: string;
|
|
341
|
-
encode(message: _2.GenesisState, writer?: import("../binary.
|
|
342
|
-
decode(input: import("../binary.
|
|
341
|
+
encode(message: _2.GenesisState, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
342
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _2.GenesisState;
|
|
343
343
|
fromJSON(object: any): _2.GenesisState;
|
|
344
|
-
toJSON(message: _2.GenesisState): import("../json-safe.
|
|
344
|
+
toJSON(message: _2.GenesisState): import("../json-safe.ts").JsonSafe<_2.GenesisState>;
|
|
345
345
|
fromPartial(object: Partial<_2.GenesisState>): _2.GenesisState;
|
|
346
346
|
fromProtoMsg(message: _2.GenesisStateProtoMsg): _2.GenesisState;
|
|
347
347
|
toProto(message: _2.GenesisState): Uint8Array;
|
|
@@ -349,10 +349,10 @@ export declare namespace agoric {
|
|
|
349
349
|
};
|
|
350
350
|
SwingStoreExportDataEntry: {
|
|
351
351
|
typeUrl: string;
|
|
352
|
-
encode(message: _2.SwingStoreExportDataEntry, writer?: import("../binary.
|
|
353
|
-
decode(input: import("../binary.
|
|
352
|
+
encode(message: _2.SwingStoreExportDataEntry, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
353
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _2.SwingStoreExportDataEntry;
|
|
354
354
|
fromJSON(object: any): _2.SwingStoreExportDataEntry;
|
|
355
|
-
toJSON(message: _2.SwingStoreExportDataEntry): import("../json-safe.
|
|
355
|
+
toJSON(message: _2.SwingStoreExportDataEntry): import("../json-safe.ts").JsonSafe<_2.SwingStoreExportDataEntry>;
|
|
356
356
|
fromPartial(object: Partial<_2.SwingStoreExportDataEntry>): _2.SwingStoreExportDataEntry;
|
|
357
357
|
fromProtoMsg(message: _2.SwingStoreExportDataEntryProtoMsg): _2.SwingStoreExportDataEntry;
|
|
358
358
|
toProto(message: _2.SwingStoreExportDataEntry): Uint8Array;
|
|
@@ -362,10 +362,10 @@ export declare namespace agoric {
|
|
|
362
362
|
const vbank: {
|
|
363
363
|
Params: {
|
|
364
364
|
typeUrl: string;
|
|
365
|
-
encode(message: _9.Params, writer?: import("../binary.
|
|
366
|
-
decode(input: import("../binary.
|
|
365
|
+
encode(message: _9.Params, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
366
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _9.Params;
|
|
367
367
|
fromJSON(object: any): _9.Params;
|
|
368
|
-
toJSON(message: _9.Params): import("../json-safe.
|
|
368
|
+
toJSON(message: _9.Params): import("../json-safe.ts").JsonSafe<_9.Params>;
|
|
369
369
|
fromPartial(object: Partial<_9.Params>): _9.Params;
|
|
370
370
|
fromProtoMsg(message: _9.ParamsProtoMsg): _9.Params;
|
|
371
371
|
toProto(message: _9.Params): Uint8Array;
|
|
@@ -373,10 +373,10 @@ export declare namespace agoric {
|
|
|
373
373
|
};
|
|
374
374
|
State: {
|
|
375
375
|
typeUrl: string;
|
|
376
|
-
encode(message: _9.State, writer?: import("../binary.
|
|
377
|
-
decode(input: import("../binary.
|
|
376
|
+
encode(message: _9.State, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
377
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _9.State;
|
|
378
378
|
fromJSON(object: any): _9.State;
|
|
379
|
-
toJSON(message: _9.State): import("../json-safe.
|
|
379
|
+
toJSON(message: _9.State): import("../json-safe.ts").JsonSafe<_9.State>;
|
|
380
380
|
fromPartial(object: Partial<_9.State>): _9.State;
|
|
381
381
|
fromProtoMsg(message: _9.StateProtoMsg): _9.State;
|
|
382
382
|
toProto(message: _9.State): Uint8Array;
|
|
@@ -384,10 +384,10 @@ export declare namespace agoric {
|
|
|
384
384
|
};
|
|
385
385
|
QueryParamsRequest: {
|
|
386
386
|
typeUrl: string;
|
|
387
|
-
encode(_: _8.QueryParamsRequest, writer?: import("../binary.
|
|
388
|
-
decode(input: import("../binary.
|
|
387
|
+
encode(_: _8.QueryParamsRequest, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
388
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _8.QueryParamsRequest;
|
|
389
389
|
fromJSON(_: any): _8.QueryParamsRequest;
|
|
390
|
-
toJSON(_: _8.QueryParamsRequest): import("../json-safe.
|
|
390
|
+
toJSON(_: _8.QueryParamsRequest): import("../json-safe.ts").JsonSafe<_8.QueryParamsRequest>;
|
|
391
391
|
fromPartial(_: Partial<_8.QueryParamsRequest>): _8.QueryParamsRequest;
|
|
392
392
|
fromProtoMsg(message: _8.QueryParamsRequestProtoMsg): _8.QueryParamsRequest;
|
|
393
393
|
toProto(message: _8.QueryParamsRequest): Uint8Array;
|
|
@@ -395,10 +395,10 @@ export declare namespace agoric {
|
|
|
395
395
|
};
|
|
396
396
|
QueryParamsResponse: {
|
|
397
397
|
typeUrl: string;
|
|
398
|
-
encode(message: _8.QueryParamsResponse, writer?: import("../binary.
|
|
399
|
-
decode(input: import("../binary.
|
|
398
|
+
encode(message: _8.QueryParamsResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
399
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _8.QueryParamsResponse;
|
|
400
400
|
fromJSON(object: any): _8.QueryParamsResponse;
|
|
401
|
-
toJSON(message: _8.QueryParamsResponse): import("../json-safe.
|
|
401
|
+
toJSON(message: _8.QueryParamsResponse): import("../json-safe.ts").JsonSafe<_8.QueryParamsResponse>;
|
|
402
402
|
fromPartial(object: Partial<_8.QueryParamsResponse>): _8.QueryParamsResponse;
|
|
403
403
|
fromProtoMsg(message: _8.QueryParamsResponseProtoMsg): _8.QueryParamsResponse;
|
|
404
404
|
toProto(message: _8.QueryParamsResponse): Uint8Array;
|
|
@@ -406,10 +406,10 @@ export declare namespace agoric {
|
|
|
406
406
|
};
|
|
407
407
|
QueryStateRequest: {
|
|
408
408
|
typeUrl: string;
|
|
409
|
-
encode(_: _8.QueryStateRequest, writer?: import("../binary.
|
|
410
|
-
decode(input: import("../binary.
|
|
409
|
+
encode(_: _8.QueryStateRequest, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
410
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _8.QueryStateRequest;
|
|
411
411
|
fromJSON(_: any): _8.QueryStateRequest;
|
|
412
|
-
toJSON(_: _8.QueryStateRequest): import("../json-safe.
|
|
412
|
+
toJSON(_: _8.QueryStateRequest): import("../json-safe.ts").JsonSafe<_8.QueryStateRequest>;
|
|
413
413
|
fromPartial(_: Partial<_8.QueryStateRequest>): _8.QueryStateRequest;
|
|
414
414
|
fromProtoMsg(message: _8.QueryStateRequestProtoMsg): _8.QueryStateRequest;
|
|
415
415
|
toProto(message: _8.QueryStateRequest): Uint8Array;
|
|
@@ -417,10 +417,10 @@ export declare namespace agoric {
|
|
|
417
417
|
};
|
|
418
418
|
QueryStateResponse: {
|
|
419
419
|
typeUrl: string;
|
|
420
|
-
encode(message: _8.QueryStateResponse, writer?: import("../binary.
|
|
421
|
-
decode(input: import("../binary.
|
|
420
|
+
encode(message: _8.QueryStateResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
421
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _8.QueryStateResponse;
|
|
422
422
|
fromJSON(object: any): _8.QueryStateResponse;
|
|
423
|
-
toJSON(message: _8.QueryStateResponse): import("../json-safe.
|
|
423
|
+
toJSON(message: _8.QueryStateResponse): import("../json-safe.ts").JsonSafe<_8.QueryStateResponse>;
|
|
424
424
|
fromPartial(object: Partial<_8.QueryStateResponse>): _8.QueryStateResponse;
|
|
425
425
|
fromProtoMsg(message: _8.QueryStateResponseProtoMsg): _8.QueryStateResponse;
|
|
426
426
|
toProto(message: _8.QueryStateResponse): Uint8Array;
|
|
@@ -428,10 +428,10 @@ export declare namespace agoric {
|
|
|
428
428
|
};
|
|
429
429
|
GenesisState: {
|
|
430
430
|
typeUrl: string;
|
|
431
|
-
encode(message: _6.GenesisState, writer?: import("../binary.
|
|
432
|
-
decode(input: import("../binary.
|
|
431
|
+
encode(message: _6.GenesisState, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
432
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _6.GenesisState;
|
|
433
433
|
fromJSON(object: any): _6.GenesisState;
|
|
434
|
-
toJSON(message: _6.GenesisState): import("../json-safe.
|
|
434
|
+
toJSON(message: _6.GenesisState): import("../json-safe.ts").JsonSafe<_6.GenesisState>;
|
|
435
435
|
fromPartial(object: Partial<_6.GenesisState>): _6.GenesisState;
|
|
436
436
|
fromProtoMsg(message: _6.GenesisStateProtoMsg): _6.GenesisState;
|
|
437
437
|
toProto(message: _6.GenesisState): Uint8Array;
|
|
@@ -441,10 +441,10 @@ export declare namespace agoric {
|
|
|
441
441
|
const vibc: {
|
|
442
442
|
MsgSendPacket: {
|
|
443
443
|
typeUrl: string;
|
|
444
|
-
encode(message: _10.MsgSendPacket, writer?: import("../binary.
|
|
445
|
-
decode(input: import("../binary.
|
|
444
|
+
encode(message: _10.MsgSendPacket, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
445
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _10.MsgSendPacket;
|
|
446
446
|
fromJSON(object: any): _10.MsgSendPacket;
|
|
447
|
-
toJSON(message: _10.MsgSendPacket): import("../json-safe.
|
|
447
|
+
toJSON(message: _10.MsgSendPacket): import("../json-safe.ts").JsonSafe<_10.MsgSendPacket>;
|
|
448
448
|
fromPartial(object: Partial<_10.MsgSendPacket>): _10.MsgSendPacket;
|
|
449
449
|
fromProtoMsg(message: _10.MsgSendPacketProtoMsg): _10.MsgSendPacket;
|
|
450
450
|
toProto(message: _10.MsgSendPacket): Uint8Array;
|
|
@@ -452,10 +452,10 @@ export declare namespace agoric {
|
|
|
452
452
|
};
|
|
453
453
|
MsgSendPacketResponse: {
|
|
454
454
|
typeUrl: string;
|
|
455
|
-
encode(_: _10.MsgSendPacketResponse, writer?: import("../binary.
|
|
456
|
-
decode(input: import("../binary.
|
|
455
|
+
encode(_: _10.MsgSendPacketResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
456
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _10.MsgSendPacketResponse;
|
|
457
457
|
fromJSON(_: any): _10.MsgSendPacketResponse;
|
|
458
|
-
toJSON(_: _10.MsgSendPacketResponse): import("../json-safe.
|
|
458
|
+
toJSON(_: _10.MsgSendPacketResponse): import("../json-safe.ts").JsonSafe<_10.MsgSendPacketResponse>;
|
|
459
459
|
fromPartial(_: Partial<_10.MsgSendPacketResponse>): _10.MsgSendPacketResponse;
|
|
460
460
|
fromProtoMsg(message: _10.MsgSendPacketResponseProtoMsg): _10.MsgSendPacketResponse;
|
|
461
461
|
toProto(message: _10.MsgSendPacketResponse): Uint8Array;
|
|
@@ -465,10 +465,10 @@ export declare namespace agoric {
|
|
|
465
465
|
const vlocalchain: {
|
|
466
466
|
CosmosTx: {
|
|
467
467
|
typeUrl: string;
|
|
468
|
-
encode(message: _11.CosmosTx, writer?: import("../binary.
|
|
469
|
-
decode(input: import("../binary.
|
|
468
|
+
encode(message: _11.CosmosTx, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
469
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _11.CosmosTx;
|
|
470
470
|
fromJSON(object: any): _11.CosmosTx;
|
|
471
|
-
toJSON(message: _11.CosmosTx): import("../json-safe.
|
|
471
|
+
toJSON(message: _11.CosmosTx): import("../json-safe.ts").JsonSafe<_11.CosmosTx>;
|
|
472
472
|
fromPartial(object: Partial<_11.CosmosTx>): _11.CosmosTx;
|
|
473
473
|
fromProtoMsg(message: _11.CosmosTxProtoMsg): _11.CosmosTx;
|
|
474
474
|
toProto(message: _11.CosmosTx): Uint8Array;
|
|
@@ -476,10 +476,10 @@ export declare namespace agoric {
|
|
|
476
476
|
};
|
|
477
477
|
QueryRequest: {
|
|
478
478
|
typeUrl: string;
|
|
479
|
-
encode(message: _11.QueryRequest, writer?: import("../binary.
|
|
480
|
-
decode(input: import("../binary.
|
|
479
|
+
encode(message: _11.QueryRequest, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
480
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _11.QueryRequest;
|
|
481
481
|
fromJSON(object: any): _11.QueryRequest;
|
|
482
|
-
toJSON(message: _11.QueryRequest): import("../json-safe.
|
|
482
|
+
toJSON(message: _11.QueryRequest): import("../json-safe.ts").JsonSafe<_11.QueryRequest>;
|
|
483
483
|
fromPartial(object: Partial<_11.QueryRequest>): _11.QueryRequest;
|
|
484
484
|
fromProtoMsg(message: _11.QueryRequestProtoMsg): _11.QueryRequest;
|
|
485
485
|
toProto(message: _11.QueryRequest): Uint8Array;
|
|
@@ -487,10 +487,10 @@ export declare namespace agoric {
|
|
|
487
487
|
};
|
|
488
488
|
QueryResponse: {
|
|
489
489
|
typeUrl: string;
|
|
490
|
-
encode(message: _11.QueryResponse, writer?: import("../binary.
|
|
491
|
-
decode(input: import("../binary.
|
|
490
|
+
encode(message: _11.QueryResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
491
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _11.QueryResponse;
|
|
492
492
|
fromJSON(object: any): _11.QueryResponse;
|
|
493
|
-
toJSON(message: _11.QueryResponse): import("../json-safe.
|
|
493
|
+
toJSON(message: _11.QueryResponse): import("../json-safe.ts").JsonSafe<_11.QueryResponse>;
|
|
494
494
|
fromPartial(object: Partial<_11.QueryResponse>): _11.QueryResponse;
|
|
495
495
|
fromProtoMsg(message: _11.QueryResponseProtoMsg): _11.QueryResponse;
|
|
496
496
|
toProto(message: _11.QueryResponse): Uint8Array;
|
|
@@ -498,10 +498,10 @@ export declare namespace agoric {
|
|
|
498
498
|
};
|
|
499
499
|
QueryResponses: {
|
|
500
500
|
typeUrl: string;
|
|
501
|
-
encode(message: _11.QueryResponses, writer?: import("../binary.
|
|
502
|
-
decode(input: import("../binary.
|
|
501
|
+
encode(message: _11.QueryResponses, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
502
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _11.QueryResponses;
|
|
503
503
|
fromJSON(object: any): _11.QueryResponses;
|
|
504
|
-
toJSON(message: _11.QueryResponses): import("../json-safe.
|
|
504
|
+
toJSON(message: _11.QueryResponses): import("../json-safe.ts").JsonSafe<_11.QueryResponses>;
|
|
505
505
|
fromPartial(object: Partial<_11.QueryResponses>): _11.QueryResponses;
|
|
506
506
|
fromProtoMsg(message: _11.QueryResponsesProtoMsg): _11.QueryResponses;
|
|
507
507
|
toProto(message: _11.QueryResponses): Uint8Array;
|
|
@@ -511,10 +511,10 @@ export declare namespace agoric {
|
|
|
511
511
|
const vstorage: {
|
|
512
512
|
Data: {
|
|
513
513
|
typeUrl: string;
|
|
514
|
-
encode(message: _14.Data, writer?: import("../binary.
|
|
515
|
-
decode(input: import("../binary.
|
|
514
|
+
encode(message: _14.Data, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
515
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _14.Data;
|
|
516
516
|
fromJSON(object: any): _14.Data;
|
|
517
|
-
toJSON(message: _14.Data): import("../json-safe.
|
|
517
|
+
toJSON(message: _14.Data): import("../json-safe.ts").JsonSafe<_14.Data>;
|
|
518
518
|
fromPartial(object: Partial<_14.Data>): _14.Data;
|
|
519
519
|
fromProtoMsg(message: _14.DataProtoMsg): _14.Data;
|
|
520
520
|
toProto(message: _14.Data): Uint8Array;
|
|
@@ -522,10 +522,10 @@ export declare namespace agoric {
|
|
|
522
522
|
};
|
|
523
523
|
Children: {
|
|
524
524
|
typeUrl: string;
|
|
525
|
-
encode(message: _14.Children, writer?: import("../binary.
|
|
526
|
-
decode(input: import("../binary.
|
|
525
|
+
encode(message: _14.Children, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
526
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _14.Children;
|
|
527
527
|
fromJSON(object: any): _14.Children;
|
|
528
|
-
toJSON(message: _14.Children): import("../json-safe.
|
|
528
|
+
toJSON(message: _14.Children): import("../json-safe.ts").JsonSafe<_14.Children>;
|
|
529
529
|
fromPartial(object: Partial<_14.Children>): _14.Children;
|
|
530
530
|
fromProtoMsg(message: _14.ChildrenProtoMsg): _14.Children;
|
|
531
531
|
toProto(message: _14.Children): Uint8Array;
|
|
@@ -533,10 +533,10 @@ export declare namespace agoric {
|
|
|
533
533
|
};
|
|
534
534
|
QueryDataRequest: {
|
|
535
535
|
typeUrl: string;
|
|
536
|
-
encode(message: _13.QueryDataRequest, writer?: import("../binary.
|
|
537
|
-
decode(input: import("../binary.
|
|
536
|
+
encode(message: _13.QueryDataRequest, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
537
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _13.QueryDataRequest;
|
|
538
538
|
fromJSON(object: any): _13.QueryDataRequest;
|
|
539
|
-
toJSON(message: _13.QueryDataRequest): import("../json-safe.
|
|
539
|
+
toJSON(message: _13.QueryDataRequest): import("../json-safe.ts").JsonSafe<_13.QueryDataRequest>;
|
|
540
540
|
fromPartial(object: Partial<_13.QueryDataRequest>): _13.QueryDataRequest;
|
|
541
541
|
fromProtoMsg(message: _13.QueryDataRequestProtoMsg): _13.QueryDataRequest;
|
|
542
542
|
toProto(message: _13.QueryDataRequest): Uint8Array;
|
|
@@ -544,10 +544,10 @@ export declare namespace agoric {
|
|
|
544
544
|
};
|
|
545
545
|
QueryDataResponse: {
|
|
546
546
|
typeUrl: string;
|
|
547
|
-
encode(message: _13.QueryDataResponse, writer?: import("../binary.
|
|
548
|
-
decode(input: import("../binary.
|
|
547
|
+
encode(message: _13.QueryDataResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
548
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _13.QueryDataResponse;
|
|
549
549
|
fromJSON(object: any): _13.QueryDataResponse;
|
|
550
|
-
toJSON(message: _13.QueryDataResponse): import("../json-safe.
|
|
550
|
+
toJSON(message: _13.QueryDataResponse): import("../json-safe.ts").JsonSafe<_13.QueryDataResponse>;
|
|
551
551
|
fromPartial(object: Partial<_13.QueryDataResponse>): _13.QueryDataResponse;
|
|
552
552
|
fromProtoMsg(message: _13.QueryDataResponseProtoMsg): _13.QueryDataResponse;
|
|
553
553
|
toProto(message: _13.QueryDataResponse): Uint8Array;
|
|
@@ -555,10 +555,10 @@ export declare namespace agoric {
|
|
|
555
555
|
};
|
|
556
556
|
QueryCapDataRequest: {
|
|
557
557
|
typeUrl: string;
|
|
558
|
-
encode(message: _13.QueryCapDataRequest, writer?: import("../binary.
|
|
559
|
-
decode(input: import("../binary.
|
|
558
|
+
encode(message: _13.QueryCapDataRequest, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
559
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _13.QueryCapDataRequest;
|
|
560
560
|
fromJSON(object: any): _13.QueryCapDataRequest;
|
|
561
|
-
toJSON(message: _13.QueryCapDataRequest): import("../json-safe.
|
|
561
|
+
toJSON(message: _13.QueryCapDataRequest): import("../json-safe.ts").JsonSafe<_13.QueryCapDataRequest>;
|
|
562
562
|
fromPartial(object: Partial<_13.QueryCapDataRequest>): _13.QueryCapDataRequest;
|
|
563
563
|
fromProtoMsg(message: _13.QueryCapDataRequestProtoMsg): _13.QueryCapDataRequest;
|
|
564
564
|
toProto(message: _13.QueryCapDataRequest): Uint8Array;
|
|
@@ -566,10 +566,10 @@ export declare namespace agoric {
|
|
|
566
566
|
};
|
|
567
567
|
QueryCapDataResponse: {
|
|
568
568
|
typeUrl: string;
|
|
569
|
-
encode(message: _13.QueryCapDataResponse, writer?: import("../binary.
|
|
570
|
-
decode(input: import("../binary.
|
|
569
|
+
encode(message: _13.QueryCapDataResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
570
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _13.QueryCapDataResponse;
|
|
571
571
|
fromJSON(object: any): _13.QueryCapDataResponse;
|
|
572
|
-
toJSON(message: _13.QueryCapDataResponse): import("../json-safe.
|
|
572
|
+
toJSON(message: _13.QueryCapDataResponse): import("../json-safe.ts").JsonSafe<_13.QueryCapDataResponse>;
|
|
573
573
|
fromPartial(object: Partial<_13.QueryCapDataResponse>): _13.QueryCapDataResponse;
|
|
574
574
|
fromProtoMsg(message: _13.QueryCapDataResponseProtoMsg): _13.QueryCapDataResponse;
|
|
575
575
|
toProto(message: _13.QueryCapDataResponse): Uint8Array;
|
|
@@ -577,10 +577,10 @@ export declare namespace agoric {
|
|
|
577
577
|
};
|
|
578
578
|
QueryChildrenRequest: {
|
|
579
579
|
typeUrl: string;
|
|
580
|
-
encode(message: _13.QueryChildrenRequest, writer?: import("../binary.
|
|
581
|
-
decode(input: import("../binary.
|
|
580
|
+
encode(message: _13.QueryChildrenRequest, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
581
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _13.QueryChildrenRequest;
|
|
582
582
|
fromJSON(object: any): _13.QueryChildrenRequest;
|
|
583
|
-
toJSON(message: _13.QueryChildrenRequest): import("../json-safe.
|
|
583
|
+
toJSON(message: _13.QueryChildrenRequest): import("../json-safe.ts").JsonSafe<_13.QueryChildrenRequest>;
|
|
584
584
|
fromPartial(object: Partial<_13.QueryChildrenRequest>): _13.QueryChildrenRequest;
|
|
585
585
|
fromProtoMsg(message: _13.QueryChildrenRequestProtoMsg): _13.QueryChildrenRequest;
|
|
586
586
|
toProto(message: _13.QueryChildrenRequest): Uint8Array;
|
|
@@ -588,10 +588,10 @@ export declare namespace agoric {
|
|
|
588
588
|
};
|
|
589
589
|
QueryChildrenResponse: {
|
|
590
590
|
typeUrl: string;
|
|
591
|
-
encode(message: _13.QueryChildrenResponse, writer?: import("../binary.
|
|
592
|
-
decode(input: import("../binary.
|
|
591
|
+
encode(message: _13.QueryChildrenResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
592
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _13.QueryChildrenResponse;
|
|
593
593
|
fromJSON(object: any): _13.QueryChildrenResponse;
|
|
594
|
-
toJSON(message: _13.QueryChildrenResponse): import("../json-safe.
|
|
594
|
+
toJSON(message: _13.QueryChildrenResponse): import("../json-safe.ts").JsonSafe<_13.QueryChildrenResponse>;
|
|
595
595
|
fromPartial(object: Partial<_13.QueryChildrenResponse>): _13.QueryChildrenResponse;
|
|
596
596
|
fromProtoMsg(message: _13.QueryChildrenResponseProtoMsg): _13.QueryChildrenResponse;
|
|
597
597
|
toProto(message: _13.QueryChildrenResponse): Uint8Array;
|
|
@@ -599,10 +599,10 @@ export declare namespace agoric {
|
|
|
599
599
|
};
|
|
600
600
|
GenesisState: {
|
|
601
601
|
typeUrl: string;
|
|
602
|
-
encode(message: _12.GenesisState, writer?: import("../binary.
|
|
603
|
-
decode(input: import("../binary.
|
|
602
|
+
encode(message: _12.GenesisState, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
603
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _12.GenesisState;
|
|
604
604
|
fromJSON(object: any): _12.GenesisState;
|
|
605
|
-
toJSON(message: _12.GenesisState): import("../json-safe.
|
|
605
|
+
toJSON(message: _12.GenesisState): import("../json-safe.ts").JsonSafe<_12.GenesisState>;
|
|
606
606
|
fromPartial(object: Partial<_12.GenesisState>): _12.GenesisState;
|
|
607
607
|
fromProtoMsg(message: _12.GenesisStateProtoMsg): _12.GenesisState;
|
|
608
608
|
toProto(message: _12.GenesisState): Uint8Array;
|
|
@@ -610,10 +610,10 @@ export declare namespace agoric {
|
|
|
610
610
|
};
|
|
611
611
|
DataEntry: {
|
|
612
612
|
typeUrl: string;
|
|
613
|
-
encode(message: _12.DataEntry, writer?: import("../binary.
|
|
614
|
-
decode(input: import("../binary.
|
|
613
|
+
encode(message: _12.DataEntry, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
614
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _12.DataEntry;
|
|
615
615
|
fromJSON(object: any): _12.DataEntry;
|
|
616
|
-
toJSON(message: _12.DataEntry): import("../json-safe.
|
|
616
|
+
toJSON(message: _12.DataEntry): import("../json-safe.ts").JsonSafe<_12.DataEntry>;
|
|
617
617
|
fromPartial(object: Partial<_12.DataEntry>): _12.DataEntry;
|
|
618
618
|
fromProtoMsg(message: _12.DataEntryProtoMsg): _12.DataEntry;
|
|
619
619
|
toProto(message: _12.DataEntry): Uint8Array;
|
|
@@ -623,10 +623,10 @@ export declare namespace agoric {
|
|
|
623
623
|
const vtransfer: {
|
|
624
624
|
GenesisState: {
|
|
625
625
|
typeUrl: string;
|
|
626
|
-
encode(message: _15.GenesisState, writer?: import("../binary.
|
|
627
|
-
decode(input: import("../binary.
|
|
626
|
+
encode(message: _15.GenesisState, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
627
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _15.GenesisState;
|
|
628
628
|
fromJSON(object: any): _15.GenesisState;
|
|
629
|
-
toJSON(message: _15.GenesisState): import("../json-safe.
|
|
629
|
+
toJSON(message: _15.GenesisState): import("../json-safe.ts").JsonSafe<_15.GenesisState>;
|
|
630
630
|
fromPartial(object: Partial<_15.GenesisState>): _15.GenesisState;
|
|
631
631
|
fromProtoMsg(message: _15.GenesisStateProtoMsg): _15.GenesisState;
|
|
632
632
|
toProto(message: _15.GenesisState): Uint8Array;
|