Variables
MsgUnjail
MsgUnjail: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
- decode(input: Uint8Array | Reader, length?: number): MsgUnjail
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
- encode(message: MsgUnjail, writer?: Writer): Writer
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { validatorAddr?: string }): MsgUnjail
-
Parameters
-
object: { validatorAddr?: string }
-
Optional validatorAddr?: string
-
toJSON: function
-
Parameters
Returns unknown
MsgUnjailResponse
MsgUnjailResponse: { 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.slashing.v1beta1" = 'cosmos.slashing.v1beta1'