MsgCreateVestingPool constructor

const MsgCreateVestingPool({
  1. String? owner,
  2. String? name,
  3. String? amount,
  4. Duration? duration,
  5. String? vestingType,
})

Implementation

const MsgCreateVestingPool({
  this.owner,
  this.name,
  this.amount,
  this.duration,
  this.vestingType,
});