Variables
MsgCreateVestingAccount
MsgCreateVestingAccount: { 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: { amount?: { denom?: string | undefined; amount?: string | undefined; }[]; delayed?: boolean; endTime?: number; fromAddress?: string; toAddress?: string }): MsgCreateVestingAccount
-
Parameters
-
object: { amount?: { denom?: string | undefined; amount?: string | undefined; }[]; delayed?: boolean; endTime?: number; fromAddress?: string; toAddress?: string }
-
Optional amount?: { denom?: string | undefined; amount?: string | undefined; }[]
-
Optional delayed?: boolean
-
Optional endTime?: number
-
Optional fromAddress?: string
-
Optional toAddress?: string
-
toJSON: function
-
Parameters
Returns unknown
MsgCreateVestingAccountResponse
MsgCreateVestingAccountResponse: { 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.vesting.v1beta1" = 'cosmos.vesting.v1beta1'