Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HashStrngOf ¶
HashStringOf calcualtes the hash of the 'data' and returns it.
func HashStrngOfReturnHex ¶
HashStringOfReturnHex calcualtes the hash of the 'data' and returns it.
Types ¶
type BlockHashType ¶
type BlockHashType []byte // Hash of data in block -- Eventually a Merkle hash
func (BlockHashType) MarshalJSON ¶
func (ww BlockHashType) MarshalJSON() ([]byte, error)
func (*BlockHashType) UnmarshalJSON ¶
func (ww *BlockHashType) UnmarshalJSON(b []byte) error
type MerkleHashType ¶
type MerkleHashType []byte // Hash of data in block -- Eventually a Merkle hash
func (MerkleHashType) MarshalJSON ¶
func (ww MerkleHashType) MarshalJSON() ([]byte, error)
func (*MerkleHashType) UnmarshalJSON ¶
func (ww *MerkleHashType) UnmarshalJSON(b []byte) error
Click to show internal directories.
Click to hide internal directories.