BlockResponse constructor

BlockResponse(
  1. Block? block,
  2. List<TransactionIdentifier>? other_transactions
)

Implementation

BlockResponse(this.block, this.other_transactions);