Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SnapshotQuery ¶
type SnapshotQuery struct {
RandomSeed string `json:"random_seed"`
RollSnapShot int `json:"roll_snapshot"`
}
SnapshotQuery is a Snapshot returned by the Tezos RPC API.
type SnapshotService ¶
type SnapshotService struct {
// contains filtered or unexported fields
}
SnapshotService is a struct wrapper for snap shot functions
func NewSnapshotService ¶
func NewSnapshotService(cycleService cycle.TezosCycleService, tzclient tzc.TezosClient, blockService block.TezosBlockService, constants network.Constants) *SnapshotService
NewSnapshotService returns a new SnapShotService
type TezosSnapshotService ¶
Click to show internal directories.
Click to hide internal directories.