Deposit constructor

Deposit(
  1. int proposal_id,
  2. String depositor,
  3. List<Coin> amount
)

Implementation

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