Class Block.BlockValue

  • Enclosing class:
    Block

    public static class Block.BlockValue
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      BlockValue()  
    • Method Summary

      Modifier and Type Method Description
      java.util.List<byte[]> getExtrinsics()  
      Header.HeaderValue getHeader()  
      void setExtrinsics​(java.util.List<byte[]> extrinsics)  
      void setHeader​(Header.HeaderValue header)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BlockValue

        public BlockValue()
    • Method Detail

      • getExtrinsics

        public java.util.List<byte[]> getExtrinsics()
      • setExtrinsics

        public void setExtrinsics​(java.util.List<byte[]> extrinsics)