BlockchainResponse constructor

BlockchainResponse(
  1. BlockchainBlock block,
  2. String supply
)

Implementation

BlockchainResponse(this.block, this.supply);