Variables
MsgVerifyInvariant
MsgVerifyInvariant: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { invariantModuleName?: string; invariantRoute?: string; sender?: string }): MsgVerifyInvariant
-
Parameters
-
object: { invariantModuleName?: string; invariantRoute?: string; sender?: string }
-
Optional invariantModuleName?: string
-
Optional invariantRoute?: string
-
Optional sender?: string
-
toJSON: function
-
Parameters
Returns unknown
MsgVerifyInvariantResponse
MsgVerifyInvariantResponse: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
-
toJSON: function
-
Parameters
Returns unknown
Const protobufPackage
protobufPackage: "cosmos.crisis.v1beta1" = 'cosmos.crisis.v1beta1'