MsgCreateVestingAccount constructor
const
MsgCreateVestingAccount({})
Implementation
const MsgCreateVestingAccount({
this.fromAddress,
this.toAddress,
this.amount = const [],
this.startTime,
this.endTime,
});