package
Version:
v0.0.0-...-39157a1
Opens a new window with list of versions in this module.
Published: Jul 4, 2023
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
FromRaw takes the raw list of values as returned from the websocket
service and tries to convert it into an Ledger.
type Snapshot struct {
Snapshot []*Ledger
}
func SnapshotFromRaw(raw []interface{}, t transformerFn) (s *Snapshot, err error)
SnapshotFromRaw takes a raw list of values as returned from the websocket
service and tries to convert it into an Snapshot.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.