Class BlockBodyV1


  • public class BlockBodyV1
    extends BlockBody
    A JSON-friendly representation of `Body`
    Since:
    0.0.1
    See Also:
    BlockV1
    • Constructor Detail

      • BlockBodyV1

        public BlockBodyV1​(java.util.List<Digest> deployHashes,
                           java.util.List<Digest> transferHashes)
      • BlockBodyV1

        public BlockBodyV1()
    • Method Detail

      • getDeployHashes

        public java.util.List<Digest> getDeployHashes()
        List of Hex-encoded hash digest
      • getTransferHashes

        public java.util.List<Digest> getTransferHashes()
        List of Hex-encoded hash digest
      • setDeployHashes

        public void setDeployHashes​(java.util.List<Digest> deployHashes)
        List of Hex-encoded hash digest
      • setTransferHashes

        public void setTransferHashes​(java.util.List<Digest> transferHashes)
        List of Hex-encoded hash digest