Versions in this module Expand all Collapse all v0 v0.1.0 Oct 30, 2021 Changes in this version + const SE_IPFS + const SE_STORAGE + func GetVerificationBuffer(msg *BaseMessage) []byte + type BaseMessage struct + Chain ChainType + Channel string + Confirmations []MessageConfirmation + Confirmed bool + Content BaseMessageContent + HashType string + ID map[string]string + ItemContent string + ItemHash string + ItemType ItemType + Sender string + Signature string + Size uint64 + Time float64 + Type MessageType + type BaseMessageContent struct + Address string + Time float64 + type ChainType = string + const CT_ETH + const CT_SOL + type ItemType = string + const IT_INLINE + const IT_IPFS + const IT_STORAGE + type MessageConfirmation struct + Chain string + Hash interface{} + Height int64 + type MessageType = string + const MT_AGGREGATE + const MT_POST + const MT_STORE + type StorageEngine = string