Output constructor

Output(
  1. String address,
  2. List<Coin> coins
)

Implementation

Output(this.address, this.coins);