Variables
MsgMultiSend
MsgMultiSend: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
- decode(input: Uint8Array | Reader, length?: number): MsgMultiSend
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { inputs?: { address?: string | undefined; coins?: { denom?: string | undefined; amount?: string | undefined; }[] | undefined; }[]; outputs?: { address?: string | undefined; coins?: { denom?: string | undefined; amount?: string | undefined; }[] | undefined; }[] }): MsgMultiSend
-
Parameters
-
object: { inputs?: { address?: string | undefined; coins?: { denom?: string | undefined; amount?: string | undefined; }[] | undefined; }[]; outputs?: { address?: string | undefined; coins?: { denom?: string | undefined; amount?: string | undefined; }[] | undefined; }[] }
-
Optional inputs?: { address?: string | undefined; coins?: { denom?: string | undefined; amount?: string | undefined; }[] | undefined; }[]
-
Optional outputs?: { address?: string | undefined; coins?: { denom?: string | undefined; amount?: string | undefined; }[] | undefined; }[]
-
toJSON: function
-
Parameters
Returns unknown
MsgMultiSendResponse
MsgMultiSendResponse: { 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
MsgSend
MsgSend: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }
Type declaration
-
decode: function
- decode(input: Uint8Array | Reader, length?: number): MsgSend
-
Parameters
-
input: Uint8Array | Reader
-
Optional length: number
-
encode: function
- encode(message: MsgSend, writer?: Writer): Writer
-
Parameters
Returns Writer
-
fromJSON: function
-
fromPartial: function
- fromPartial(object: { amount?: { denom?: string | undefined; amount?: string | undefined; }[]; fromAddress?: string; toAddress?: string }): MsgSend
-
Parameters
-
object: { amount?: { denom?: string | undefined; amount?: string | undefined; }[]; fromAddress?: string; toAddress?: string }
-
Optional amount?: { denom?: string | undefined; amount?: string | undefined; }[]
-
Optional fromAddress?: string
-
Optional toAddress?: string
-
toJSON: function
-
Parameters
Returns unknown
MsgSendResponse
MsgSendResponse: { 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.bank.v1beta1" = 'cosmos.bank.v1beta1'