Versions in this module Expand all Collapse all v0 v0.2.0 Dec 11, 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)