MinFee
MinFee: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
- decode(input: Uint8Array | Reader, length?: number): MinFee
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
- encode(message: MinFee, writer?: Writer): Writer
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { amount?: { denom?: string | undefined; amount?: string | undefined; }[]; messageType?: string }): MinFee
-
Parameters
-
object: { amount?: { denom?: string | undefined; amount?: string | undefined; }[]; messageType?: string }
-
Optional amount?: { denom?: string | undefined; amount?: string | undefined; }[]
-
Optional messageType?: string
-
toJSON: function
- toJSON(message: MinFee): unknown
-
Parameters
Returns unknown