The x/vesting module emits the following events:
x/vesting
create_clawback_vesting_account
"from"
{msg.FromAddress}
"coins"
{vestingCoins.String()}
"start_time"
{msg.StartTime.String()}
"merge"
{strconv.FormatBool(msg.Merge)}
"amount"
{msg.ToAddress}
clawback
"funder"
"acciyubt"
{msg.AccountAddress}
"destination"
{msg.DestAddress}
Last updated 1 year ago