Versions in this module Expand all Collapse all v1 v1.1.0 Jun 19, 2022 Changes in this version + type BlockchainStatus uint32 + const Created + const Preferred + const Syncing + const Validating + func (s *BlockchainStatus) UnmarshalJSON(b []byte) error + func (s BlockchainStatus) MarshalJSON() ([]byte, error) + func (s BlockchainStatus) String() string + func (s BlockchainStatus) Verify() error + type Status uint32 + const Aborted + const Committed + const Dropped + const Processing + const Unknown + func (s *Status) UnmarshalJSON(b []byte) error + func (s Status) MarshalJSON() ([]byte, error) + func (s Status) String() string + func (s Status) Verify() error