Msg

CreateVestingAccount defines a method that enables creating a vesting account.

post/cosmos.vesting.v1beta1.Msg/CreateVestingAccount

Request body

delayedboolean
end_timestring int64

end of vesting as unix time (in seconds).

from_addressstring
to_addressstring

Response

A successful response.

CosmosVestingV1beta1MsgCreateVestingAccountResponse required

MsgCreateVestingAccountResponse defines the Msg/CreateVestingAccount response type.

Changes