ScripthashAssetBalances constructor

ScripthashAssetBalances(
  1. Map<String, int> confirmed,
  2. Map<String, int> unconfirmed
)

Implementation

ScripthashAssetBalances(this.confirmed, this.unconfirmed);