BlockBody constructor

BlockBody(
  1. List<String> deployHashes,
  2. ClPublicKey proposer,
  3. List<String> transferHashes
)

Implementation

BlockBody(this.deployHashes, this.proposer, this.transferHashes);