Documentation ¶
Index ¶
- func GetDataFromNodeDelegatorID(nodeInfo []types.StakerNodeInfo, height int64, db *database.Db, ...) error
- func GetDataFromNodeID(nodeInfofromNodeId []types.StakerNodeInfo, height int64, db *database.Db, ...) error
- func GetDataWithNoArgs(db *db.Db, height int64, flowClient client.Proxy) error
- func GetNodeInfosFromTable(height int64, flowClient client.Proxy) ([]types.StakerNodeInfo, error)
- func GetTable(height int64, flowClient client.Proxy) (*types.StakingTable, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDataFromNodeDelegatorID ¶
func GetDataFromNodeDelegatorID(nodeInfo []types.StakerNodeInfo, height int64, db *database.Db, flowClient client.Proxy) error
GetDataFromNodeDelegatorID get all data that need staker node info as input and save it into database
func GetDataFromNodeID ¶
func GetDataFromNodeID(nodeInfofromNodeId []types.StakerNodeInfo, height int64, db *database.Db, flowClient client.Proxy) error
GetDataFromNodeID get all data that need staker node info as parameter and save it into database
func GetDataWithNoArgs ¶
GetDataWithNoArgs get all data that don't need any argument and save it into database
func GetNodeInfosFromTable ¶
GetNodeInfosFromTable get all staker node info in the system
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.