Versions in this module Expand all Collapse all v0 v0.2.3 Feb 27, 2015 v0.2.2 Feb 27, 2015 Changes in this version + type Block struct + Data []byte + Multihash mh.Multihash + func NewBlock(data []byte) *Block + func NewBlockWithHash(data []byte, h mh.Multihash) (*Block, error) + func (b *Block) Key() u.Key + func (b *Block) Loggable() map[string]interface{} + func (b *Block) String() string