BlockchainResponse constructor
BlockchainResponse(
- BlockchainBlock block,
- String supply
Implementation
BlockchainResponse(this.block, this.supply);
BlockchainResponse(this.block, this.supply);