Msg

CreatePeriodicVestingAccount defines a method that enables creating a periodic vesting account.

Since: cosmos-sdk 0.46

post/cosmos.vesting.v1beta1.Msg/CreatePeriodicVestingAccount

Request body

from_addressstring
start_timestring int64

start of vesting as unix time (in seconds).

to_addressstring

Response

A successful response.

CosmosVestingV1beta1MsgCreatePeriodicVestingAccountResponse required

MsgCreateVestingAccountResponse defines the Msg/CreatePeriodicVestingAccount response type.

Since: cosmos-sdk 0.46

Changes