MsgDeposit constructor

MsgDeposit(
  1. double proposal_id,
  2. String depositor,
  3. List<Coin> amount
)

Implementation

MsgDeposit(this.proposal_id, this.depositor, this.amount);