SellStablecoinTransaction constructor

SellStablecoinTransaction(
  1. int from,
  2. double amountSC
)

Implementation

SellStablecoinTransaction(super.from, this.amountSC);