@agoric/cosmic-proto 0.5.0-u21.0 → 0.5.0-u21.0.1

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.
Files changed (46) hide show
  1. package/dist/codegen/cosmos/circuit/module/v1/module.d.ts +26 -0
  2. package/dist/codegen/cosmos/circuit/module/v1/module.js +1 -0
  3. package/dist/codegen/cosmos/circuit/module/v1/module.js.map +1 -0
  4. package/dist/codegen/cosmos/circuit/v1/query.d.ts +144 -0
  5. package/dist/codegen/cosmos/circuit/v1/query.js +1 -0
  6. package/dist/codegen/cosmos/circuit/v1/query.js.map +1 -0
  7. package/dist/codegen/cosmos/circuit/v1/tx.d.ts +173 -0
  8. package/dist/codegen/cosmos/circuit/v1/tx.js +1 -0
  9. package/dist/codegen/cosmos/circuit/v1/tx.js.map +1 -0
  10. package/dist/codegen/cosmos/circuit/v1/types.d.ts +118 -0
  11. package/dist/codegen/cosmos/circuit/v1/types.js +1 -0
  12. package/dist/codegen/cosmos/circuit/v1/types.js.map +1 -0
  13. package/dist/codegen/cosmos/msg/textual/v1/textual.d.ts +1 -0
  14. package/dist/codegen/cosmos/msg/textual/v1/textual.js +1 -0
  15. package/dist/codegen/cosmos/msg/textual/v1/textual.js.map +1 -0
  16. package/dist/codegen/cosmos/store/internal/kv/v1beta1/kv.d.ts +50 -0
  17. package/dist/codegen/cosmos/store/internal/kv/v1beta1/kv.js +1 -0
  18. package/dist/codegen/cosmos/store/internal/kv/v1beta1/kv.js.map +1 -0
  19. package/dist/codegen/cosmos/store/snapshots/v1/snapshot.d.ts +228 -0
  20. package/dist/codegen/cosmos/store/snapshots/v1/snapshot.js +1 -0
  21. package/dist/codegen/cosmos/store/snapshots/v1/snapshot.js.map +1 -0
  22. package/dist/codegen/cosmos/store/streaming/abci/grpc.d.ts +95 -0
  23. package/dist/codegen/cosmos/store/streaming/abci/grpc.js +1 -0
  24. package/dist/codegen/cosmos/store/streaming/abci/grpc.js.map +1 -0
  25. package/dist/codegen/cosmos/store/v1beta1/commit_info.d.ts +98 -0
  26. package/dist/codegen/cosmos/store/v1beta1/commit_info.js +1 -0
  27. package/dist/codegen/cosmos/store/v1beta1/commit_info.js.map +1 -0
  28. package/dist/codegen/cosmos/store/v1beta1/listening.d.ts +75 -0
  29. package/dist/codegen/cosmos/store/v1beta1/listening.js +1 -0
  30. package/dist/codegen/cosmos/store/v1beta1/listening.js.map +1 -0
  31. package/dist/codegen/ibc/core/channel/v1/upgrade.d.ts +110 -0
  32. package/dist/codegen/ibc/core/channel/v1/upgrade.js +1 -0
  33. package/dist/codegen/ibc/core/channel/v1/upgrade.js.map +1 -0
  34. package/dist/codegen/ibc/lightclients/wasm/v1/genesis.d.ts +50 -0
  35. package/dist/codegen/ibc/lightclients/wasm/v1/genesis.js +1 -0
  36. package/dist/codegen/ibc/lightclients/wasm/v1/genesis.js.map +1 -0
  37. package/dist/codegen/ibc/lightclients/wasm/v1/query.d.ts +101 -0
  38. package/dist/codegen/ibc/lightclients/wasm/v1/query.js +1 -0
  39. package/dist/codegen/ibc/lightclients/wasm/v1/query.js.map +1 -0
  40. package/dist/codegen/ibc/lightclients/wasm/v1/tx.d.ts +155 -0
  41. package/dist/codegen/ibc/lightclients/wasm/v1/tx.js +1 -0
  42. package/dist/codegen/ibc/lightclients/wasm/v1/tx.js.map +1 -0
  43. package/dist/codegen/ibc/lightclients/wasm/v1/wasm.d.ts +119 -0
  44. package/dist/codegen/ibc/lightclients/wasm/v1/wasm.js +1 -0
  45. package/dist/codegen/ibc/lightclients/wasm/v1/wasm.js.map +1 -0
  46. package/package.json +3 -3
@@ -0,0 +1,26 @@
1
+ import { BinaryReader, BinaryWriter } from '../../../../binary.js';
2
+ import { type JsonSafe } from '../../../../json-safe.js';
3
+ /** Module is the config object of the circuit module. */
4
+ export interface Module {
5
+ /** authority defines the custom module authority. If not set, defaults to the governance module. */
6
+ authority: string;
7
+ }
8
+ export interface ModuleProtoMsg {
9
+ typeUrl: '/cosmos.circuit.module.v1.Module';
10
+ value: Uint8Array;
11
+ }
12
+ /** Module is the config object of the circuit module. */
13
+ export interface ModuleSDKType {
14
+ authority: string;
15
+ }
16
+ export declare const Module: {
17
+ typeUrl: string;
18
+ encode(message: Module, writer?: BinaryWriter): BinaryWriter;
19
+ decode(input: BinaryReader | Uint8Array, length?: number): Module;
20
+ fromJSON(object: any): Module;
21
+ toJSON(message: Module): JsonSafe<Module>;
22
+ fromPartial(object: Partial<Module>): Module;
23
+ fromProtoMsg(message: ModuleProtoMsg): Module;
24
+ toProto(message: Module): Uint8Array;
25
+ toProtoMsg(message: Module): ModuleProtoMsg;
26
+ };
@@ -0,0 +1 @@
1
+ import{BinaryReader as o,BinaryWriter as t}from"../../../../binary.js";import{isSet as r}from"../../../../helpers.js";import{}from"../../../../json-safe.js";export const Module={typeUrl:"/cosmos.circuit.module.v1.Module",encode:(o,r=t.create())=>(""!==o.authority&&r.uint32(10).string(o.authority),r),decode(t,r){const e=t instanceof o?t:new o(t);let i=void 0===r?e.len:e.pos+r;const s={authority:""};for(;e.pos<i;){const o=e.uint32();o>>>3==1?s.authority=e.string():e.skipType(7&o)}return s},fromJSON:o=>({authority:r(o.authority)?String(o.authority):""}),toJSON(o){const t={};return void 0!==o.authority&&(t.authority=o.authority),t},fromPartial(o){const t={authority:""};return t.authority=o.authority??"",t},fromProtoMsg:o=>Module.decode(o.value),toProto:o=>Module.encode(o).finish(),toProtoMsg:o=>({typeUrl:"/cosmos.circuit.module.v1.Module",value:Module.encode(o).finish()})};
@@ -0,0 +1 @@
1
+ {"version":3,"file":"module.js","sourceRoot":"","sources":["../../../../../../src/codegen/cosmos/circuit/module/v1/module.ts"],"names":[],"mappings":"AAAA,aAAa;AACb,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACnE,OAAO,EAAE,KAAK,EAAE,MAAM,wBAAwB,CAAC;AAC/C,OAAO,EAAiB,MAAM,0BAA0B,CAAC;AAczD,SAAS,gBAAgB;IACvB,OAAO;QACL,SAAS,EAAE,EAAE;KACd,CAAC;AACJ,CAAC;AACD,MAAM,CAAC,MAAM,MAAM,GAAG;IACpB,OAAO,EAAE,kCAAkC;IAC3C,MAAM,CACJ,OAAe,EACf,SAAuB,YAAY,CAAC,MAAM,EAAE;QAE5C,IAAI,OAAO,CAAC,SAAS,KAAK,EAAE,EAAE,CAAC;YAC7B,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC;QAC9C,CAAC;QACD,OAAO,MAAM,CAAC;IAChB,CAAC;IACD,MAAM,CAAC,KAAgC,EAAE,MAAe;QACtD,MAAM,MAAM,GACV,KAAK,YAAY,YAAY,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,YAAY,CAAC,KAAK,CAAC,CAAC;QAClE,IAAI,GAAG,GAAG,MAAM,KAAK,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,MAAM,CAAC,GAAG,GAAG,MAAM,CAAC;QAClE,MAAM,OAAO,GAAG,gBAAgB,EAAE,CAAC;QACnC,OAAO,MAAM,CAAC,GAAG,GAAG,GAAG,EAAE,CAAC;YACxB,MAAM,GAAG,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC;YAC5B,QAAQ,GAAG,KAAK,CAAC,EAAE,CAAC;gBAClB,KAAK,CAAC;oBACJ,OAAO,CAAC,SAAS,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC;oBACpC,MAAM;gBACR;oBACE,MAAM,CAAC,QAAQ,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC;oBACzB,MAAM;YACV,CAAC;QACH,CAAC;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IACD,QAAQ,CAAC,MAAW;QAClB,OAAO;YACL,SAAS,EAAE,KAAK,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,EAAE;SACnE,CAAC;IACJ,CAAC;IACD,MAAM,CAAC,OAAe;QACpB,MAAM,GAAG,GAAQ,EAAE,CAAC;QACpB,OAAO,CAAC,SAAS,KAAK,SAAS,IAAI,CAAC,GAAG,CAAC,SAAS,GAAG,OAAO,CAAC,SAAS,CAAC,CAAC;QACvE,OAAO,GAAG,CAAC;IACb,CAAC;IACD,WAAW,CAAC,MAAuB;QACjC,MAAM,OAAO,GAAG,gBAAgB,EAAE,CAAC;QACnC,OAAO,CAAC,SAAS,GAAG,MAAM,CAAC,SAAS,IAAI,EAAE,CAAC;QAC3C,OAAO,OAAO,CAAC;IACjB,CAAC;IACD,YAAY,CAAC,OAAuB;QAClC,OAAO,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;IACtC,CAAC;IACD,OAAO,CAAC,OAAe;QACrB,OAAO,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,MAAM,EAAE,CAAC;IACzC,CAAC;IACD,UAAU,CAAC,OAAe;QACxB,OAAO;YACL,OAAO,EAAE,kCAAkC;YAC3C,KAAK,EAAE,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,MAAM,EAAE;SACvC,CAAC;IACJ,CAAC;CACF,CAAC"}
@@ -0,0 +1,144 @@
1
+ import { PageRequest, type PageRequestSDKType, PageResponse, type PageResponseSDKType } from '../../base/query/v1beta1/pagination.js';
2
+ import { Permissions, type PermissionsSDKType, GenesisAccountPermissions, type GenesisAccountPermissionsSDKType } from './types.js';
3
+ import { BinaryReader, BinaryWriter } from '../../../binary.js';
4
+ import { type JsonSafe } from '../../../json-safe.js';
5
+ /** QueryAccountRequest is the request type for the Query/Account RPC method. */
6
+ export interface QueryAccountRequest {
7
+ address: string;
8
+ }
9
+ export interface QueryAccountRequestProtoMsg {
10
+ typeUrl: '/cosmos.circuit.v1.QueryAccountRequest';
11
+ value: Uint8Array;
12
+ }
13
+ /** QueryAccountRequest is the request type for the Query/Account RPC method. */
14
+ export interface QueryAccountRequestSDKType {
15
+ address: string;
16
+ }
17
+ /** AccountResponse is the response type for the Query/Account RPC method. */
18
+ export interface AccountResponse {
19
+ permission?: Permissions;
20
+ }
21
+ export interface AccountResponseProtoMsg {
22
+ typeUrl: '/cosmos.circuit.v1.AccountResponse';
23
+ value: Uint8Array;
24
+ }
25
+ /** AccountResponse is the response type for the Query/Account RPC method. */
26
+ export interface AccountResponseSDKType {
27
+ permission?: PermissionsSDKType;
28
+ }
29
+ /** QueryAccountsRequest is the request type for the Query/Accounts RPC method. */
30
+ export interface QueryAccountsRequest {
31
+ /** pagination defines an optional pagination for the request. */
32
+ pagination?: PageRequest;
33
+ }
34
+ export interface QueryAccountsRequestProtoMsg {
35
+ typeUrl: '/cosmos.circuit.v1.QueryAccountsRequest';
36
+ value: Uint8Array;
37
+ }
38
+ /** QueryAccountsRequest is the request type for the Query/Accounts RPC method. */
39
+ export interface QueryAccountsRequestSDKType {
40
+ pagination?: PageRequestSDKType;
41
+ }
42
+ /** AccountsResponse is the response type for the Query/Accounts RPC method. */
43
+ export interface AccountsResponse {
44
+ accounts: GenesisAccountPermissions[];
45
+ /** pagination defines the pagination in the response. */
46
+ pagination?: PageResponse;
47
+ }
48
+ export interface AccountsResponseProtoMsg {
49
+ typeUrl: '/cosmos.circuit.v1.AccountsResponse';
50
+ value: Uint8Array;
51
+ }
52
+ /** AccountsResponse is the response type for the Query/Accounts RPC method. */
53
+ export interface AccountsResponseSDKType {
54
+ accounts: GenesisAccountPermissionsSDKType[];
55
+ pagination?: PageResponseSDKType;
56
+ }
57
+ /** QueryDisableListRequest is the request type for the Query/DisabledList RPC method. */
58
+ export interface QueryDisabledListRequest {
59
+ }
60
+ export interface QueryDisabledListRequestProtoMsg {
61
+ typeUrl: '/cosmos.circuit.v1.QueryDisabledListRequest';
62
+ value: Uint8Array;
63
+ }
64
+ /** QueryDisableListRequest is the request type for the Query/DisabledList RPC method. */
65
+ export interface QueryDisabledListRequestSDKType {
66
+ }
67
+ /** DisabledListResponse is the response type for the Query/DisabledList RPC method. */
68
+ export interface DisabledListResponse {
69
+ disabledList: string[];
70
+ }
71
+ export interface DisabledListResponseProtoMsg {
72
+ typeUrl: '/cosmos.circuit.v1.DisabledListResponse';
73
+ value: Uint8Array;
74
+ }
75
+ /** DisabledListResponse is the response type for the Query/DisabledList RPC method. */
76
+ export interface DisabledListResponseSDKType {
77
+ disabled_list: string[];
78
+ }
79
+ export declare const QueryAccountRequest: {
80
+ typeUrl: string;
81
+ encode(message: QueryAccountRequest, writer?: BinaryWriter): BinaryWriter;
82
+ decode(input: BinaryReader | Uint8Array, length?: number): QueryAccountRequest;
83
+ fromJSON(object: any): QueryAccountRequest;
84
+ toJSON(message: QueryAccountRequest): JsonSafe<QueryAccountRequest>;
85
+ fromPartial(object: Partial<QueryAccountRequest>): QueryAccountRequest;
86
+ fromProtoMsg(message: QueryAccountRequestProtoMsg): QueryAccountRequest;
87
+ toProto(message: QueryAccountRequest): Uint8Array;
88
+ toProtoMsg(message: QueryAccountRequest): QueryAccountRequestProtoMsg;
89
+ };
90
+ export declare const AccountResponse: {
91
+ typeUrl: string;
92
+ encode(message: AccountResponse, writer?: BinaryWriter): BinaryWriter;
93
+ decode(input: BinaryReader | Uint8Array, length?: number): AccountResponse;
94
+ fromJSON(object: any): AccountResponse;
95
+ toJSON(message: AccountResponse): JsonSafe<AccountResponse>;
96
+ fromPartial(object: Partial<AccountResponse>): AccountResponse;
97
+ fromProtoMsg(message: AccountResponseProtoMsg): AccountResponse;
98
+ toProto(message: AccountResponse): Uint8Array;
99
+ toProtoMsg(message: AccountResponse): AccountResponseProtoMsg;
100
+ };
101
+ export declare const QueryAccountsRequest: {
102
+ typeUrl: string;
103
+ encode(message: QueryAccountsRequest, writer?: BinaryWriter): BinaryWriter;
104
+ decode(input: BinaryReader | Uint8Array, length?: number): QueryAccountsRequest;
105
+ fromJSON(object: any): QueryAccountsRequest;
106
+ toJSON(message: QueryAccountsRequest): JsonSafe<QueryAccountsRequest>;
107
+ fromPartial(object: Partial<QueryAccountsRequest>): QueryAccountsRequest;
108
+ fromProtoMsg(message: QueryAccountsRequestProtoMsg): QueryAccountsRequest;
109
+ toProto(message: QueryAccountsRequest): Uint8Array;
110
+ toProtoMsg(message: QueryAccountsRequest): QueryAccountsRequestProtoMsg;
111
+ };
112
+ export declare const AccountsResponse: {
113
+ typeUrl: string;
114
+ encode(message: AccountsResponse, writer?: BinaryWriter): BinaryWriter;
115
+ decode(input: BinaryReader | Uint8Array, length?: number): AccountsResponse;
116
+ fromJSON(object: any): AccountsResponse;
117
+ toJSON(message: AccountsResponse): JsonSafe<AccountsResponse>;
118
+ fromPartial(object: Partial<AccountsResponse>): AccountsResponse;
119
+ fromProtoMsg(message: AccountsResponseProtoMsg): AccountsResponse;
120
+ toProto(message: AccountsResponse): Uint8Array;
121
+ toProtoMsg(message: AccountsResponse): AccountsResponseProtoMsg;
122
+ };
123
+ export declare const QueryDisabledListRequest: {
124
+ typeUrl: string;
125
+ encode(_: QueryDisabledListRequest, writer?: BinaryWriter): BinaryWriter;
126
+ decode(input: BinaryReader | Uint8Array, length?: number): QueryDisabledListRequest;
127
+ fromJSON(_: any): QueryDisabledListRequest;
128
+ toJSON(_: QueryDisabledListRequest): JsonSafe<QueryDisabledListRequest>;
129
+ fromPartial(_: Partial<QueryDisabledListRequest>): QueryDisabledListRequest;
130
+ fromProtoMsg(message: QueryDisabledListRequestProtoMsg): QueryDisabledListRequest;
131
+ toProto(message: QueryDisabledListRequest): Uint8Array;
132
+ toProtoMsg(message: QueryDisabledListRequest): QueryDisabledListRequestProtoMsg;
133
+ };
134
+ export declare const DisabledListResponse: {
135
+ typeUrl: string;
136
+ encode(message: DisabledListResponse, writer?: BinaryWriter): BinaryWriter;
137
+ decode(input: BinaryReader | Uint8Array, length?: number): DisabledListResponse;
138
+ fromJSON(object: any): DisabledListResponse;
139
+ toJSON(message: DisabledListResponse): JsonSafe<DisabledListResponse>;
140
+ fromPartial(object: Partial<DisabledListResponse>): DisabledListResponse;
141
+ fromProtoMsg(message: DisabledListResponseProtoMsg): DisabledListResponse;
142
+ toProto(message: DisabledListResponse): Uint8Array;
143
+ toProtoMsg(message: DisabledListResponse): DisabledListResponseProtoMsg;
144
+ };
@@ -0,0 +1 @@
1
+ import{PageRequest as o,PageResponse as e}from"../../base/query/v1beta1/pagination.js";import{Permissions as s,GenesisAccountPermissions as t}from"./types.js";import{BinaryReader as i,BinaryWriter as n}from"../../../binary.js";import{isSet as r}from"../../../helpers.js";import{}from"../../../json-safe.js";export const QueryAccountRequest={typeUrl:"/cosmos.circuit.v1.QueryAccountRequest",encode:(o,e=n.create())=>(""!==o.address&&e.uint32(10).string(o.address),e),decode(o,e){const s=o instanceof i?o:new i(o);let t=void 0===e?s.len:s.pos+e;const n={address:""};for(;s.pos<t;){const o=s.uint32();o>>>3==1?n.address=s.string():s.skipType(7&o)}return n},fromJSON:o=>({address:r(o.address)?String(o.address):""}),toJSON(o){const e={};return void 0!==o.address&&(e.address=o.address),e},fromPartial(o){const e={address:""};return e.address=o.address??"",e},fromProtoMsg:o=>QueryAccountRequest.decode(o.value),toProto:o=>QueryAccountRequest.encode(o).finish(),toProtoMsg:o=>({typeUrl:"/cosmos.circuit.v1.QueryAccountRequest",value:QueryAccountRequest.encode(o).finish()})};export const AccountResponse={typeUrl:"/cosmos.circuit.v1.AccountResponse",encode:(o,e=n.create())=>(void 0!==o.permission&&s.encode(o.permission,e.uint32(10).fork()).ldelim(),e),decode(o,e){const t=o instanceof i?o:new i(o);let n=void 0===e?t.len:t.pos+e;const r={permission:void 0};for(;t.pos<n;){const o=t.uint32();o>>>3==1?r.permission=s.decode(t,t.uint32()):t.skipType(7&o)}return r},fromJSON:o=>({permission:r(o.permission)?s.fromJSON(o.permission):void 0}),toJSON(o){const e={};return void 0!==o.permission&&(e.permission=o.permission?s.toJSON(o.permission):void 0),e},fromPartial(o){const e={permission:void 0};return e.permission=void 0!==o.permission&&null!==o.permission?s.fromPartial(o.permission):void 0,e},fromProtoMsg:o=>AccountResponse.decode(o.value),toProto:o=>AccountResponse.encode(o).finish(),toProtoMsg:o=>({typeUrl:"/cosmos.circuit.v1.AccountResponse",value:AccountResponse.encode(o).finish()})};export const QueryAccountsRequest={typeUrl:"/cosmos.circuit.v1.QueryAccountsRequest",encode:(e,s=n.create())=>(void 0!==e.pagination&&o.encode(e.pagination,s.uint32(10).fork()).ldelim(),s),decode(e,s){const t=e instanceof i?e:new i(e);let n=void 0===s?t.len:t.pos+s;const r={pagination:void 0};for(;t.pos<n;){const e=t.uint32();e>>>3==1?r.pagination=o.decode(t,t.uint32()):t.skipType(7&e)}return r},fromJSON:e=>({pagination:r(e.pagination)?o.fromJSON(e.pagination):void 0}),toJSON(e){const s={};return void 0!==e.pagination&&(s.pagination=e.pagination?o.toJSON(e.pagination):void 0),s},fromPartial(e){const s={pagination:void 0};return s.pagination=void 0!==e.pagination&&null!==e.pagination?o.fromPartial(e.pagination):void 0,s},fromProtoMsg:o=>QueryAccountsRequest.decode(o.value),toProto:o=>QueryAccountsRequest.encode(o).finish(),toProtoMsg:o=>({typeUrl:"/cosmos.circuit.v1.QueryAccountsRequest",value:QueryAccountsRequest.encode(o).finish()})};export const AccountsResponse={typeUrl:"/cosmos.circuit.v1.AccountsResponse",encode(o,s=n.create()){for(const e of o.accounts)t.encode(e,s.uint32(10).fork()).ldelim();return void 0!==o.pagination&&e.encode(o.pagination,s.uint32(18).fork()).ldelim(),s},decode(o,s){const n=o instanceof i?o:new i(o);let r=void 0===s?n.len:n.pos+s;const c={accounts:[],pagination:void 0};for(;n.pos<r;){const o=n.uint32();switch(o>>>3){case 1:c.accounts.push(t.decode(n,n.uint32()));break;case 2:c.pagination=e.decode(n,n.uint32());break;default:n.skipType(7&o)}}return c},fromJSON:o=>({accounts:Array.isArray(o?.accounts)?o.accounts.map((o=>t.fromJSON(o))):[],pagination:r(o.pagination)?e.fromJSON(o.pagination):void 0}),toJSON(o){const s={};return o.accounts?s.accounts=o.accounts.map((o=>o?t.toJSON(o):void 0)):s.accounts=[],void 0!==o.pagination&&(s.pagination=o.pagination?e.toJSON(o.pagination):void 0),s},fromPartial(o){const s={accounts:[],pagination:void 0};return s.accounts=o.accounts?.map((o=>t.fromPartial(o)))||[],s.pagination=void 0!==o.pagination&&null!==o.pagination?e.fromPartial(o.pagination):void 0,s},fromProtoMsg:o=>AccountsResponse.decode(o.value),toProto:o=>AccountsResponse.encode(o).finish(),toProtoMsg:o=>({typeUrl:"/cosmos.circuit.v1.AccountsResponse",value:AccountsResponse.encode(o).finish()})};export const QueryDisabledListRequest={typeUrl:"/cosmos.circuit.v1.QueryDisabledListRequest",encode:(o,e=n.create())=>e,decode(o,e){const s=o instanceof i?o:new i(o);let t=void 0===e?s.len:s.pos+e;for(;s.pos<t;){const o=s.uint32();s.skipType(7&o)}return{}},fromJSON:o=>({}),toJSON:o=>({}),fromPartial:o=>({}),fromProtoMsg:o=>QueryDisabledListRequest.decode(o.value),toProto:o=>QueryDisabledListRequest.encode(o).finish(),toProtoMsg:o=>({typeUrl:"/cosmos.circuit.v1.QueryDisabledListRequest",value:QueryDisabledListRequest.encode(o).finish()})};export const DisabledListResponse={typeUrl:"/cosmos.circuit.v1.DisabledListResponse",encode(o,e=n.create()){for(const s of o.disabledList)e.uint32(10).string(s);return e},decode(o,e){const s=o instanceof i?o:new i(o);let t=void 0===e?s.len:s.pos+e;const n={disabledList:[]};for(;s.pos<t;){const o=s.uint32();o>>>3==1?n.disabledList.push(s.string()):s.skipType(7&o)}return n},fromJSON:o=>({disabledList:Array.isArray(o?.disabledList)?o.disabledList.map((o=>String(o))):[]}),toJSON(o){const e={};return o.disabledList?e.disabledList=o.disabledList.map((o=>o)):e.disabledList=[],e},fromPartial(o){const e={disabledList:[]};return e.disabledList=o.disabledList?.map((o=>o))||[],e},fromProtoMsg:o=>DisabledListResponse.decode(o.value),toProto:o=>DisabledListResponse.encode(o).finish(),toProtoMsg:o=>({typeUrl:"/cosmos.circuit.v1.DisabledListResponse",value:DisabledListResponse.encode(o).finish()})};
@@ -0,0 +1 @@
1
+ {"version":3,"file":"query.js","sourceRoot":"","sources":["../../../../../src/codegen/cosmos/circuit/v1/query.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,173 @@
1
+ import { Permissions, type PermissionsSDKType } from './types.js';
2
+ import { BinaryReader, BinaryWriter } from '../../../binary.js';
3
+ import { type JsonSafe } from '../../../json-safe.js';
4
+ /** MsgAuthorizeCircuitBreaker defines the Msg/AuthorizeCircuitBreaker request type. */
5
+ export interface MsgAuthorizeCircuitBreaker {
6
+ /**
7
+ * granter is the granter of the circuit breaker permissions and must have
8
+ * LEVEL_SUPER_ADMIN.
9
+ */
10
+ granter: string;
11
+ /** grantee is the account authorized with the provided permissions. */
12
+ grantee: string;
13
+ /**
14
+ * permissions are the circuit breaker permissions that the grantee receives.
15
+ * These will overwrite any existing permissions. LEVEL_NONE_UNSPECIFIED can
16
+ * be specified to revoke all permissions.
17
+ */
18
+ permissions?: Permissions;
19
+ }
20
+ export interface MsgAuthorizeCircuitBreakerProtoMsg {
21
+ typeUrl: '/cosmos.circuit.v1.MsgAuthorizeCircuitBreaker';
22
+ value: Uint8Array;
23
+ }
24
+ /** MsgAuthorizeCircuitBreaker defines the Msg/AuthorizeCircuitBreaker request type. */
25
+ export interface MsgAuthorizeCircuitBreakerSDKType {
26
+ granter: string;
27
+ grantee: string;
28
+ permissions?: PermissionsSDKType;
29
+ }
30
+ /** MsgAuthorizeCircuitBreakerResponse defines the Msg/AuthorizeCircuitBreaker response type. */
31
+ export interface MsgAuthorizeCircuitBreakerResponse {
32
+ success: boolean;
33
+ }
34
+ export interface MsgAuthorizeCircuitBreakerResponseProtoMsg {
35
+ typeUrl: '/cosmos.circuit.v1.MsgAuthorizeCircuitBreakerResponse';
36
+ value: Uint8Array;
37
+ }
38
+ /** MsgAuthorizeCircuitBreakerResponse defines the Msg/AuthorizeCircuitBreaker response type. */
39
+ export interface MsgAuthorizeCircuitBreakerResponseSDKType {
40
+ success: boolean;
41
+ }
42
+ /** MsgTripCircuitBreaker defines the Msg/TripCircuitBreaker request type. */
43
+ export interface MsgTripCircuitBreaker {
44
+ /** authority is the account authorized to trip the circuit breaker. */
45
+ authority: string;
46
+ /**
47
+ * msg_type_urls specifies a list of type URLs to immediately stop processing.
48
+ * IF IT IS LEFT EMPTY, ALL MSG PROCESSING WILL STOP IMMEDIATELY.
49
+ * This value is validated against the authority's permissions and if the
50
+ * authority does not have permissions to trip the specified msg type URLs
51
+ * (or all URLs), the operation will fail.
52
+ */
53
+ msgTypeUrls: string[];
54
+ }
55
+ export interface MsgTripCircuitBreakerProtoMsg {
56
+ typeUrl: '/cosmos.circuit.v1.MsgTripCircuitBreaker';
57
+ value: Uint8Array;
58
+ }
59
+ /** MsgTripCircuitBreaker defines the Msg/TripCircuitBreaker request type. */
60
+ export interface MsgTripCircuitBreakerSDKType {
61
+ authority: string;
62
+ msg_type_urls: string[];
63
+ }
64
+ /** MsgTripCircuitBreakerResponse defines the Msg/TripCircuitBreaker response type. */
65
+ export interface MsgTripCircuitBreakerResponse {
66
+ success: boolean;
67
+ }
68
+ export interface MsgTripCircuitBreakerResponseProtoMsg {
69
+ typeUrl: '/cosmos.circuit.v1.MsgTripCircuitBreakerResponse';
70
+ value: Uint8Array;
71
+ }
72
+ /** MsgTripCircuitBreakerResponse defines the Msg/TripCircuitBreaker response type. */
73
+ export interface MsgTripCircuitBreakerResponseSDKType {
74
+ success: boolean;
75
+ }
76
+ /** MsgResetCircuitBreaker defines the Msg/ResetCircuitBreaker request type. */
77
+ export interface MsgResetCircuitBreaker {
78
+ /** authority is the account authorized to trip or reset the circuit breaker. */
79
+ authority: string;
80
+ /**
81
+ * msg_type_urls specifies a list of Msg type URLs to resume processing. If
82
+ * it is left empty all Msg processing for type URLs that the account is
83
+ * authorized to trip will resume.
84
+ */
85
+ msgTypeUrls: string[];
86
+ }
87
+ export interface MsgResetCircuitBreakerProtoMsg {
88
+ typeUrl: '/cosmos.circuit.v1.MsgResetCircuitBreaker';
89
+ value: Uint8Array;
90
+ }
91
+ /** MsgResetCircuitBreaker defines the Msg/ResetCircuitBreaker request type. */
92
+ export interface MsgResetCircuitBreakerSDKType {
93
+ authority: string;
94
+ msg_type_urls: string[];
95
+ }
96
+ /** MsgResetCircuitBreakerResponse defines the Msg/ResetCircuitBreaker response type. */
97
+ export interface MsgResetCircuitBreakerResponse {
98
+ success: boolean;
99
+ }
100
+ export interface MsgResetCircuitBreakerResponseProtoMsg {
101
+ typeUrl: '/cosmos.circuit.v1.MsgResetCircuitBreakerResponse';
102
+ value: Uint8Array;
103
+ }
104
+ /** MsgResetCircuitBreakerResponse defines the Msg/ResetCircuitBreaker response type. */
105
+ export interface MsgResetCircuitBreakerResponseSDKType {
106
+ success: boolean;
107
+ }
108
+ export declare const MsgAuthorizeCircuitBreaker: {
109
+ typeUrl: string;
110
+ encode(message: MsgAuthorizeCircuitBreaker, writer?: BinaryWriter): BinaryWriter;
111
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgAuthorizeCircuitBreaker;
112
+ fromJSON(object: any): MsgAuthorizeCircuitBreaker;
113
+ toJSON(message: MsgAuthorizeCircuitBreaker): JsonSafe<MsgAuthorizeCircuitBreaker>;
114
+ fromPartial(object: Partial<MsgAuthorizeCircuitBreaker>): MsgAuthorizeCircuitBreaker;
115
+ fromProtoMsg(message: MsgAuthorizeCircuitBreakerProtoMsg): MsgAuthorizeCircuitBreaker;
116
+ toProto(message: MsgAuthorizeCircuitBreaker): Uint8Array;
117
+ toProtoMsg(message: MsgAuthorizeCircuitBreaker): MsgAuthorizeCircuitBreakerProtoMsg;
118
+ };
119
+ export declare const MsgAuthorizeCircuitBreakerResponse: {
120
+ typeUrl: string;
121
+ encode(message: MsgAuthorizeCircuitBreakerResponse, writer?: BinaryWriter): BinaryWriter;
122
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgAuthorizeCircuitBreakerResponse;
123
+ fromJSON(object: any): MsgAuthorizeCircuitBreakerResponse;
124
+ toJSON(message: MsgAuthorizeCircuitBreakerResponse): JsonSafe<MsgAuthorizeCircuitBreakerResponse>;
125
+ fromPartial(object: Partial<MsgAuthorizeCircuitBreakerResponse>): MsgAuthorizeCircuitBreakerResponse;
126
+ fromProtoMsg(message: MsgAuthorizeCircuitBreakerResponseProtoMsg): MsgAuthorizeCircuitBreakerResponse;
127
+ toProto(message: MsgAuthorizeCircuitBreakerResponse): Uint8Array;
128
+ toProtoMsg(message: MsgAuthorizeCircuitBreakerResponse): MsgAuthorizeCircuitBreakerResponseProtoMsg;
129
+ };
130
+ export declare const MsgTripCircuitBreaker: {
131
+ typeUrl: string;
132
+ encode(message: MsgTripCircuitBreaker, writer?: BinaryWriter): BinaryWriter;
133
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgTripCircuitBreaker;
134
+ fromJSON(object: any): MsgTripCircuitBreaker;
135
+ toJSON(message: MsgTripCircuitBreaker): JsonSafe<MsgTripCircuitBreaker>;
136
+ fromPartial(object: Partial<MsgTripCircuitBreaker>): MsgTripCircuitBreaker;
137
+ fromProtoMsg(message: MsgTripCircuitBreakerProtoMsg): MsgTripCircuitBreaker;
138
+ toProto(message: MsgTripCircuitBreaker): Uint8Array;
139
+ toProtoMsg(message: MsgTripCircuitBreaker): MsgTripCircuitBreakerProtoMsg;
140
+ };
141
+ export declare const MsgTripCircuitBreakerResponse: {
142
+ typeUrl: string;
143
+ encode(message: MsgTripCircuitBreakerResponse, writer?: BinaryWriter): BinaryWriter;
144
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgTripCircuitBreakerResponse;
145
+ fromJSON(object: any): MsgTripCircuitBreakerResponse;
146
+ toJSON(message: MsgTripCircuitBreakerResponse): JsonSafe<MsgTripCircuitBreakerResponse>;
147
+ fromPartial(object: Partial<MsgTripCircuitBreakerResponse>): MsgTripCircuitBreakerResponse;
148
+ fromProtoMsg(message: MsgTripCircuitBreakerResponseProtoMsg): MsgTripCircuitBreakerResponse;
149
+ toProto(message: MsgTripCircuitBreakerResponse): Uint8Array;
150
+ toProtoMsg(message: MsgTripCircuitBreakerResponse): MsgTripCircuitBreakerResponseProtoMsg;
151
+ };
152
+ export declare const MsgResetCircuitBreaker: {
153
+ typeUrl: string;
154
+ encode(message: MsgResetCircuitBreaker, writer?: BinaryWriter): BinaryWriter;
155
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgResetCircuitBreaker;
156
+ fromJSON(object: any): MsgResetCircuitBreaker;
157
+ toJSON(message: MsgResetCircuitBreaker): JsonSafe<MsgResetCircuitBreaker>;
158
+ fromPartial(object: Partial<MsgResetCircuitBreaker>): MsgResetCircuitBreaker;
159
+ fromProtoMsg(message: MsgResetCircuitBreakerProtoMsg): MsgResetCircuitBreaker;
160
+ toProto(message: MsgResetCircuitBreaker): Uint8Array;
161
+ toProtoMsg(message: MsgResetCircuitBreaker): MsgResetCircuitBreakerProtoMsg;
162
+ };
163
+ export declare const MsgResetCircuitBreakerResponse: {
164
+ typeUrl: string;
165
+ encode(message: MsgResetCircuitBreakerResponse, writer?: BinaryWriter): BinaryWriter;
166
+ decode(input: BinaryReader | Uint8Array, length?: number): MsgResetCircuitBreakerResponse;
167
+ fromJSON(object: any): MsgResetCircuitBreakerResponse;
168
+ toJSON(message: MsgResetCircuitBreakerResponse): JsonSafe<MsgResetCircuitBreakerResponse>;
169
+ fromPartial(object: Partial<MsgResetCircuitBreakerResponse>): MsgResetCircuitBreakerResponse;
170
+ fromProtoMsg(message: MsgResetCircuitBreakerResponseProtoMsg): MsgResetCircuitBreakerResponse;
171
+ toProto(message: MsgResetCircuitBreakerResponse): Uint8Array;
172
+ toProtoMsg(message: MsgResetCircuitBreakerResponse): MsgResetCircuitBreakerResponseProtoMsg;
173
+ };
@@ -0,0 +1 @@
1
+ import{Permissions as s}from"./types.js";import{BinaryReader as e,BinaryWriter as r}from"../../../binary.js";import{isSet as t}from"../../../helpers.js";import{}from"../../../json-safe.js";export const MsgAuthorizeCircuitBreaker={typeUrl:"/cosmos.circuit.v1.MsgAuthorizeCircuitBreaker",encode:(e,t=r.create())=>(""!==e.granter&&t.uint32(10).string(e.granter),""!==e.grantee&&t.uint32(18).string(e.grantee),void 0!==e.permissions&&s.encode(e.permissions,t.uint32(26).fork()).ldelim(),t),decode(r,t){const o=r instanceof e?r:new e(r);let i=void 0===t?o.len:o.pos+t;const c={granter:"",grantee:"",permissions:void 0};for(;o.pos<i;){const e=o.uint32();switch(e>>>3){case 1:c.granter=o.string();break;case 2:c.grantee=o.string();break;case 3:c.permissions=s.decode(o,o.uint32());break;default:o.skipType(7&e)}}return c},fromJSON:e=>({granter:t(e.granter)?String(e.granter):"",grantee:t(e.grantee)?String(e.grantee):"",permissions:t(e.permissions)?s.fromJSON(e.permissions):void 0}),toJSON(e){const r={};return void 0!==e.granter&&(r.granter=e.granter),void 0!==e.grantee&&(r.grantee=e.grantee),void 0!==e.permissions&&(r.permissions=e.permissions?s.toJSON(e.permissions):void 0),r},fromPartial(e){const r={granter:"",grantee:"",permissions:void 0};return r.granter=e.granter??"",r.grantee=e.grantee??"",r.permissions=void 0!==e.permissions&&null!==e.permissions?s.fromPartial(e.permissions):void 0,r},fromProtoMsg:s=>MsgAuthorizeCircuitBreaker.decode(s.value),toProto:s=>MsgAuthorizeCircuitBreaker.encode(s).finish(),toProtoMsg:s=>({typeUrl:"/cosmos.circuit.v1.MsgAuthorizeCircuitBreaker",value:MsgAuthorizeCircuitBreaker.encode(s).finish()})};export const MsgAuthorizeCircuitBreakerResponse={typeUrl:"/cosmos.circuit.v1.MsgAuthorizeCircuitBreakerResponse",encode:(s,e=r.create())=>(!0===s.success&&e.uint32(8).bool(s.success),e),decode(s,r){const t=s instanceof e?s:new e(s);let o=void 0===r?t.len:t.pos+r;const i={success:!1};for(;t.pos<o;){const s=t.uint32();s>>>3==1?i.success=t.bool():t.skipType(7&s)}return i},fromJSON:s=>({success:!!t(s.success)&&Boolean(s.success)}),toJSON(s){const e={};return void 0!==s.success&&(e.success=s.success),e},fromPartial(s){const e={success:!1};return e.success=s.success??!1,e},fromProtoMsg:s=>MsgAuthorizeCircuitBreakerResponse.decode(s.value),toProto:s=>MsgAuthorizeCircuitBreakerResponse.encode(s).finish(),toProtoMsg:s=>({typeUrl:"/cosmos.circuit.v1.MsgAuthorizeCircuitBreakerResponse",value:MsgAuthorizeCircuitBreakerResponse.encode(s).finish()})};export const MsgTripCircuitBreaker={typeUrl:"/cosmos.circuit.v1.MsgTripCircuitBreaker",encode(s,e=r.create()){""!==s.authority&&e.uint32(10).string(s.authority);for(const r of s.msgTypeUrls)e.uint32(18).string(r);return e},decode(s,r){const t=s instanceof e?s:new e(s);let o=void 0===r?t.len:t.pos+r;const i={authority:"",msgTypeUrls:[]};for(;t.pos<o;){const s=t.uint32();switch(s>>>3){case 1:i.authority=t.string();break;case 2:i.msgTypeUrls.push(t.string());break;default:t.skipType(7&s)}}return i},fromJSON:s=>({authority:t(s.authority)?String(s.authority):"",msgTypeUrls:Array.isArray(s?.msgTypeUrls)?s.msgTypeUrls.map((s=>String(s))):[]}),toJSON(s){const e={};return void 0!==s.authority&&(e.authority=s.authority),s.msgTypeUrls?e.msgTypeUrls=s.msgTypeUrls.map((s=>s)):e.msgTypeUrls=[],e},fromPartial(s){const e={authority:"",msgTypeUrls:[]};return e.authority=s.authority??"",e.msgTypeUrls=s.msgTypeUrls?.map((s=>s))||[],e},fromProtoMsg:s=>MsgTripCircuitBreaker.decode(s.value),toProto:s=>MsgTripCircuitBreaker.encode(s).finish(),toProtoMsg:s=>({typeUrl:"/cosmos.circuit.v1.MsgTripCircuitBreaker",value:MsgTripCircuitBreaker.encode(s).finish()})};export const MsgTripCircuitBreakerResponse={typeUrl:"/cosmos.circuit.v1.MsgTripCircuitBreakerResponse",encode:(s,e=r.create())=>(!0===s.success&&e.uint32(8).bool(s.success),e),decode(s,r){const t=s instanceof e?s:new e(s);let o=void 0===r?t.len:t.pos+r;const i={success:!1};for(;t.pos<o;){const s=t.uint32();s>>>3==1?i.success=t.bool():t.skipType(7&s)}return i},fromJSON:s=>({success:!!t(s.success)&&Boolean(s.success)}),toJSON(s){const e={};return void 0!==s.success&&(e.success=s.success),e},fromPartial(s){const e={success:!1};return e.success=s.success??!1,e},fromProtoMsg:s=>MsgTripCircuitBreakerResponse.decode(s.value),toProto:s=>MsgTripCircuitBreakerResponse.encode(s).finish(),toProtoMsg:s=>({typeUrl:"/cosmos.circuit.v1.MsgTripCircuitBreakerResponse",value:MsgTripCircuitBreakerResponse.encode(s).finish()})};export const MsgResetCircuitBreaker={typeUrl:"/cosmos.circuit.v1.MsgResetCircuitBreaker",encode(s,e=r.create()){""!==s.authority&&e.uint32(10).string(s.authority);for(const r of s.msgTypeUrls)e.uint32(26).string(r);return e},decode(s,r){const t=s instanceof e?s:new e(s);let o=void 0===r?t.len:t.pos+r;const i={authority:"",msgTypeUrls:[]};for(;t.pos<o;){const s=t.uint32();switch(s>>>3){case 1:i.authority=t.string();break;case 3:i.msgTypeUrls.push(t.string());break;default:t.skipType(7&s)}}return i},fromJSON:s=>({authority:t(s.authority)?String(s.authority):"",msgTypeUrls:Array.isArray(s?.msgTypeUrls)?s.msgTypeUrls.map((s=>String(s))):[]}),toJSON(s){const e={};return void 0!==s.authority&&(e.authority=s.authority),s.msgTypeUrls?e.msgTypeUrls=s.msgTypeUrls.map((s=>s)):e.msgTypeUrls=[],e},fromPartial(s){const e={authority:"",msgTypeUrls:[]};return e.authority=s.authority??"",e.msgTypeUrls=s.msgTypeUrls?.map((s=>s))||[],e},fromProtoMsg:s=>MsgResetCircuitBreaker.decode(s.value),toProto:s=>MsgResetCircuitBreaker.encode(s).finish(),toProtoMsg:s=>({typeUrl:"/cosmos.circuit.v1.MsgResetCircuitBreaker",value:MsgResetCircuitBreaker.encode(s).finish()})};export const MsgResetCircuitBreakerResponse={typeUrl:"/cosmos.circuit.v1.MsgResetCircuitBreakerResponse",encode:(s,e=r.create())=>(!0===s.success&&e.uint32(8).bool(s.success),e),decode(s,r){const t=s instanceof e?s:new e(s);let o=void 0===r?t.len:t.pos+r;const i={success:!1};for(;t.pos<o;){const s=t.uint32();s>>>3==1?i.success=t.bool():t.skipType(7&s)}return i},fromJSON:s=>({success:!!t(s.success)&&Boolean(s.success)}),toJSON(s){const e={};return void 0!==s.success&&(e.success=s.success),e},fromPartial(s){const e={success:!1};return e.success=s.success??!1,e},fromProtoMsg:s=>MsgResetCircuitBreakerResponse.decode(s.value),toProto:s=>MsgResetCircuitBreakerResponse.encode(s).finish(),toProtoMsg:s=>({typeUrl:"/cosmos.circuit.v1.MsgResetCircuitBreakerResponse",value:MsgResetCircuitBreakerResponse.encode(s).finish()})};
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tx.js","sourceRoot":"","sources":["../../../../../src/codegen/cosmos/circuit/v1/tx.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,118 @@
1
+ import { BinaryReader, BinaryWriter } from '../../../binary.js';
2
+ import { type JsonSafe } from '../../../json-safe.js';
3
+ /** Level is the permission level. */
4
+ export declare enum Permissions_Level {
5
+ /**
6
+ * LEVEL_NONE_UNSPECIFIED - LEVEL_NONE_UNSPECIFIED indicates that the account will have no circuit
7
+ * breaker permissions.
8
+ */
9
+ LEVEL_NONE_UNSPECIFIED = 0,
10
+ /**
11
+ * LEVEL_SOME_MSGS - LEVEL_SOME_MSGS indicates that the account will have permission to
12
+ * trip or reset the circuit breaker for some Msg type URLs. If this level
13
+ * is chosen, a non-empty list of Msg type URLs must be provided in
14
+ * limit_type_urls.
15
+ */
16
+ LEVEL_SOME_MSGS = 1,
17
+ /**
18
+ * LEVEL_ALL_MSGS - LEVEL_ALL_MSGS indicates that the account can trip or reset the circuit
19
+ * breaker for Msg's of all type URLs.
20
+ */
21
+ LEVEL_ALL_MSGS = 2,
22
+ /**
23
+ * LEVEL_SUPER_ADMIN - LEVEL_SUPER_ADMIN indicates that the account can take all circuit breaker
24
+ * actions and can grant permissions to other accounts.
25
+ */
26
+ LEVEL_SUPER_ADMIN = 3,
27
+ UNRECOGNIZED = -1
28
+ }
29
+ export declare const Permissions_LevelSDKType: typeof Permissions_Level;
30
+ export declare function permissions_LevelFromJSON(object: any): Permissions_Level;
31
+ export declare function permissions_LevelToJSON(object: Permissions_Level): string;
32
+ /**
33
+ * Permissions are the permissions that an account has to trip
34
+ * or reset the circuit breaker.
35
+ */
36
+ export interface Permissions {
37
+ /** level is the level of permissions granted to this account. */
38
+ level: Permissions_Level;
39
+ /**
40
+ * limit_type_urls is used with LEVEL_SOME_MSGS to limit the lists of Msg type
41
+ * URLs that the account can trip. It is an error to use limit_type_urls with
42
+ * a level other than LEVEL_SOME_MSGS.
43
+ */
44
+ limitTypeUrls: string[];
45
+ }
46
+ export interface PermissionsProtoMsg {
47
+ typeUrl: '/cosmos.circuit.v1.Permissions';
48
+ value: Uint8Array;
49
+ }
50
+ /**
51
+ * Permissions are the permissions that an account has to trip
52
+ * or reset the circuit breaker.
53
+ */
54
+ export interface PermissionsSDKType {
55
+ level: Permissions_Level;
56
+ limit_type_urls: string[];
57
+ }
58
+ /** GenesisAccountPermissions is the account permissions for the circuit breaker in genesis */
59
+ export interface GenesisAccountPermissions {
60
+ address: string;
61
+ permissions?: Permissions;
62
+ }
63
+ export interface GenesisAccountPermissionsProtoMsg {
64
+ typeUrl: '/cosmos.circuit.v1.GenesisAccountPermissions';
65
+ value: Uint8Array;
66
+ }
67
+ /** GenesisAccountPermissions is the account permissions for the circuit breaker in genesis */
68
+ export interface GenesisAccountPermissionsSDKType {
69
+ address: string;
70
+ permissions?: PermissionsSDKType;
71
+ }
72
+ /** GenesisState is the state that must be provided at genesis. */
73
+ export interface GenesisState {
74
+ accountPermissions: GenesisAccountPermissions[];
75
+ disabledTypeUrls: string[];
76
+ }
77
+ export interface GenesisStateProtoMsg {
78
+ typeUrl: '/cosmos.circuit.v1.GenesisState';
79
+ value: Uint8Array;
80
+ }
81
+ /** GenesisState is the state that must be provided at genesis. */
82
+ export interface GenesisStateSDKType {
83
+ account_permissions: GenesisAccountPermissionsSDKType[];
84
+ disabled_type_urls: string[];
85
+ }
86
+ export declare const Permissions: {
87
+ typeUrl: string;
88
+ encode(message: Permissions, writer?: BinaryWriter): BinaryWriter;
89
+ decode(input: BinaryReader | Uint8Array, length?: number): Permissions;
90
+ fromJSON(object: any): Permissions;
91
+ toJSON(message: Permissions): JsonSafe<Permissions>;
92
+ fromPartial(object: Partial<Permissions>): Permissions;
93
+ fromProtoMsg(message: PermissionsProtoMsg): Permissions;
94
+ toProto(message: Permissions): Uint8Array;
95
+ toProtoMsg(message: Permissions): PermissionsProtoMsg;
96
+ };
97
+ export declare const GenesisAccountPermissions: {
98
+ typeUrl: string;
99
+ encode(message: GenesisAccountPermissions, writer?: BinaryWriter): BinaryWriter;
100
+ decode(input: BinaryReader | Uint8Array, length?: number): GenesisAccountPermissions;
101
+ fromJSON(object: any): GenesisAccountPermissions;
102
+ toJSON(message: GenesisAccountPermissions): JsonSafe<GenesisAccountPermissions>;
103
+ fromPartial(object: Partial<GenesisAccountPermissions>): GenesisAccountPermissions;
104
+ fromProtoMsg(message: GenesisAccountPermissionsProtoMsg): GenesisAccountPermissions;
105
+ toProto(message: GenesisAccountPermissions): Uint8Array;
106
+ toProtoMsg(message: GenesisAccountPermissions): GenesisAccountPermissionsProtoMsg;
107
+ };
108
+ export declare const GenesisState: {
109
+ typeUrl: string;
110
+ encode(message: GenesisState, writer?: BinaryWriter): BinaryWriter;
111
+ decode(input: BinaryReader | Uint8Array, length?: number): GenesisState;
112
+ fromJSON(object: any): GenesisState;
113
+ toJSON(message: GenesisState): JsonSafe<GenesisState>;
114
+ fromPartial(object: Partial<GenesisState>): GenesisState;
115
+ fromProtoMsg(message: GenesisStateProtoMsg): GenesisState;
116
+ toProto(message: GenesisState): Uint8Array;
117
+ toProtoMsg(message: GenesisState): GenesisStateProtoMsg;
118
+ };
@@ -0,0 +1 @@
1
+ import{BinaryReader as s,BinaryWriter as e}from"../../../binary.js";import{isSet as i}from"../../../helpers.js";import{}from"../../../json-safe.js";export var Permissions_Level;!function(s){s[s.LEVEL_NONE_UNSPECIFIED=0]="LEVEL_NONE_UNSPECIFIED",s[s.LEVEL_SOME_MSGS=1]="LEVEL_SOME_MSGS",s[s.LEVEL_ALL_MSGS=2]="LEVEL_ALL_MSGS",s[s.LEVEL_SUPER_ADMIN=3]="LEVEL_SUPER_ADMIN",s[s.UNRECOGNIZED=-1]="UNRECOGNIZED"}(Permissions_Level||(Permissions_Level={}));export const Permissions_LevelSDKType=Permissions_Level;export function permissions_LevelFromJSON(s){switch(s){case 0:case"LEVEL_NONE_UNSPECIFIED":return Permissions_Level.LEVEL_NONE_UNSPECIFIED;case 1:case"LEVEL_SOME_MSGS":return Permissions_Level.LEVEL_SOME_MSGS;case 2:case"LEVEL_ALL_MSGS":return Permissions_Level.LEVEL_ALL_MSGS;case 3:case"LEVEL_SUPER_ADMIN":return Permissions_Level.LEVEL_SUPER_ADMIN;default:return Permissions_Level.UNRECOGNIZED}}export function permissions_LevelToJSON(s){switch(s){case Permissions_Level.LEVEL_NONE_UNSPECIFIED:return"LEVEL_NONE_UNSPECIFIED";case Permissions_Level.LEVEL_SOME_MSGS:return"LEVEL_SOME_MSGS";case Permissions_Level.LEVEL_ALL_MSGS:return"LEVEL_ALL_MSGS";case Permissions_Level.LEVEL_SUPER_ADMIN:return"LEVEL_SUPER_ADMIN";case Permissions_Level.UNRECOGNIZED:default:return"UNRECOGNIZED"}}export const Permissions={typeUrl:"/cosmos.circuit.v1.Permissions",encode(s,i=e.create()){0!==s.level&&i.uint32(8).int32(s.level);for(const e of s.limitTypeUrls)i.uint32(18).string(e);return i},decode(e,i){const r=e instanceof s?e:new s(e);let o=void 0===i?r.len:r.pos+i;const n={level:0,limitTypeUrls:[]};for(;r.pos<o;){const s=r.uint32();switch(s>>>3){case 1:n.level=r.int32();break;case 2:n.limitTypeUrls.push(r.string());break;default:r.skipType(7&s)}}return n},fromJSON:s=>({level:i(s.level)?permissions_LevelFromJSON(s.level):-1,limitTypeUrls:Array.isArray(s?.limitTypeUrls)?s.limitTypeUrls.map((s=>String(s))):[]}),toJSON(s){const e={};return void 0!==s.level&&(e.level=permissions_LevelToJSON(s.level)),s.limitTypeUrls?e.limitTypeUrls=s.limitTypeUrls.map((s=>s)):e.limitTypeUrls=[],e},fromPartial(s){const e={level:0,limitTypeUrls:[]};return e.level=s.level??0,e.limitTypeUrls=s.limitTypeUrls?.map((s=>s))||[],e},fromProtoMsg:s=>Permissions.decode(s.value),toProto:s=>Permissions.encode(s).finish(),toProtoMsg:s=>({typeUrl:"/cosmos.circuit.v1.Permissions",value:Permissions.encode(s).finish()})};export const GenesisAccountPermissions={typeUrl:"/cosmos.circuit.v1.GenesisAccountPermissions",encode:(s,i=e.create())=>(""!==s.address&&i.uint32(10).string(s.address),void 0!==s.permissions&&Permissions.encode(s.permissions,i.uint32(18).fork()).ldelim(),i),decode(e,i){const r=e instanceof s?e:new s(e);let o=void 0===i?r.len:r.pos+i;const n={address:"",permissions:void 0};for(;r.pos<o;){const s=r.uint32();switch(s>>>3){case 1:n.address=r.string();break;case 2:n.permissions=Permissions.decode(r,r.uint32());break;default:r.skipType(7&s)}}return n},fromJSON:s=>({address:i(s.address)?String(s.address):"",permissions:i(s.permissions)?Permissions.fromJSON(s.permissions):void 0}),toJSON(s){const e={};return void 0!==s.address&&(e.address=s.address),void 0!==s.permissions&&(e.permissions=s.permissions?Permissions.toJSON(s.permissions):void 0),e},fromPartial(s){const e={address:"",permissions:void 0};return e.address=s.address??"",e.permissions=void 0!==s.permissions&&null!==s.permissions?Permissions.fromPartial(s.permissions):void 0,e},fromProtoMsg:s=>GenesisAccountPermissions.decode(s.value),toProto:s=>GenesisAccountPermissions.encode(s).finish(),toProtoMsg:s=>({typeUrl:"/cosmos.circuit.v1.GenesisAccountPermissions",value:GenesisAccountPermissions.encode(s).finish()})};export const GenesisState={typeUrl:"/cosmos.circuit.v1.GenesisState",encode(s,i=e.create()){for(const e of s.accountPermissions)GenesisAccountPermissions.encode(e,i.uint32(10).fork()).ldelim();for(const e of s.disabledTypeUrls)i.uint32(18).string(e);return i},decode(e,i){const r=e instanceof s?e:new s(e);let o=void 0===i?r.len:r.pos+i;const n={accountPermissions:[],disabledTypeUrls:[]};for(;r.pos<o;){const s=r.uint32();switch(s>>>3){case 1:n.accountPermissions.push(GenesisAccountPermissions.decode(r,r.uint32()));break;case 2:n.disabledTypeUrls.push(r.string());break;default:r.skipType(7&s)}}return n},fromJSON:s=>({accountPermissions:Array.isArray(s?.accountPermissions)?s.accountPermissions.map((s=>GenesisAccountPermissions.fromJSON(s))):[],disabledTypeUrls:Array.isArray(s?.disabledTypeUrls)?s.disabledTypeUrls.map((s=>String(s))):[]}),toJSON(s){const e={};return s.accountPermissions?e.accountPermissions=s.accountPermissions.map((s=>s?GenesisAccountPermissions.toJSON(s):void 0)):e.accountPermissions=[],s.disabledTypeUrls?e.disabledTypeUrls=s.disabledTypeUrls.map((s=>s)):e.disabledTypeUrls=[],e},fromPartial(s){const e={accountPermissions:[],disabledTypeUrls:[]};return e.accountPermissions=s.accountPermissions?.map((s=>GenesisAccountPermissions.fromPartial(s)))||[],e.disabledTypeUrls=s.disabledTypeUrls?.map((s=>s))||[],e},fromProtoMsg:s=>GenesisState.decode(s.value),toProto:s=>GenesisState.encode(s).finish(),toProtoMsg:s=>({typeUrl:"/cosmos.circuit.v1.GenesisState",value:GenesisState.encode(s).finish()})};
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../../src/codegen/cosmos/circuit/v1/types.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export{};
@@ -0,0 +1 @@
1
+ {"version":3,"file":"textual.js","sourceRoot":"","sources":["../../../../../../src/codegen/cosmos/msg/textual/v1/textual.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC"}