Msg

CreateVestingAccount defines a method that enables creating a vesting account.

post/cosmos.vesting.v1beta1.Msg/CreateVestingAccount

Request body

from_addressstring
to_addressstring
end_timestring int64

end of vesting as unix time (in seconds).

delayedboolean

Response

A successful response.

Changes