Documentation ¶
Index ¶
- func GetATXs(db *sql.Database, atxIds []types.ATXID) (map[types.ATXID]*types.VerifiedActivationTx, []types.ATXID)
- func GetFullAtx(db *sql.Database, id types.ATXID) (*types.VerifiedActivationTx, error)
- func GetLayer(db *sql.Database, lid types.LayerID, numLayers uint32) (*pb.Layer, error)
- func GetLayerRewards(db *sql.Database, lid types.LayerID) (rst []*types.Reward, err error)
- func GetMeshTransactions(db *sql.Database, ids []types.TransactionID) ([]*types.MeshTransaction, map[types.TransactionID]struct{})
- func Setup(path string) (db *sql.Database, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFullAtx ¶
func GetLayerRewards ¶
func GetMeshTransactions ¶
func GetMeshTransactions(db *sql.Database, ids []types.TransactionID) ([]*types.MeshTransaction, map[types.TransactionID]struct{})
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.