Skip to main content

terra_sdk.core.auth.msgs.msg_create_vesting_account

Auth mdoule message types.

MsgCreateVestingAccount Objects


_2
@attr.s
_2
class MsgCreateVestingAccount(Msg)

MsgCreateVestingAccount defines a message that enables creating a vesting.

Arguments:

  • from_address AccAddress - account to create a vesting account
  • to_address AccAddress - vesting account
  • amount Coins - vesting amount
  • end_time int - vesting end time
  • delayed bool - all coins are vested once end time is reached