Input constructor

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

Implementation

Input(this.address, this.coins);