Versions in this module Expand all Collapse all v2 v2.0.1 Oct 19, 2019 v2.0.0 Oct 19, 2019 Changes in this version + type Bootstrap struct + Block string + Timestamp time.Time + type NodeService struct + func NewNodeService(tzclient tzc.TezosClient) *NodeService + func (n *NodeService) Bootstrapped() (Bootstrap, error) + func (n *NodeService) CommitHash() (string, error) + type TezosNodeService interface + Bootstrapped func() (Bootstrap, error) + CommitHash func() (string, error)