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
to_addressstring
start_timestring int64

start of vesting as unix time (in seconds).

Response

A successful response.

Changes