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 Snapshot struct + AssociatedBlock int + AssociatedHash string + Cycle int + Number int + type SnapshotQuery struct + RandomSeed string + RollSnapShot int + type SnapshotService struct + func NewSnapshotService(cycleService cycle.TezosCycleService, tzclient tzc.TezosClient, ...) *SnapshotService + func (s *SnapshotService) Get(cycle int) (Snapshot, error) + type TezosSnapshotService interface + Get func(cycle int) (Snapshot, error)