Documentation ¶
Index ¶
- Variables
- func RunAssetPrices(args AssetPricesArgs) error
- func RunBlockSigners(args BlockSignersArgs) error
- func RunCometTxs(args CometTxsArgs) error
- func RunNetworkBalances(args NetworkBalancesArgs) error
- func RunNetworkHistorySegments(args NetworkHistorySegmentsArgs) error
- type AssetPricesArgs
- type BlockSignersArgs
- type CometTxsArgs
- type NetworkBalancesArgs
- type NetworkHistorySegmentsArgs
- type UpdateArgs
Constants ¶
This section is empty.
Variables ¶
View Source
var UpdateCmd = &cobra.Command{
Use: "update",
Short: "Get data using Client and save it in SQLStore",
Long: `Get data using Client and save it in SQLStore`,
}
Functions ¶
func RunAssetPrices ¶
func RunAssetPrices(args AssetPricesArgs) error
func RunBlockSigners ¶
func RunBlockSigners(args BlockSignersArgs) error
func RunCometTxs ¶
func RunCometTxs(args CometTxsArgs) error
func RunNetworkBalances ¶
func RunNetworkBalances(args NetworkBalancesArgs) error
func RunNetworkHistorySegments ¶
func RunNetworkHistorySegments(args NetworkHistorySegmentsArgs) error
Types ¶
type AssetPricesArgs ¶
type AssetPricesArgs struct {
*UpdateArgs
}
type BlockSignersArgs ¶
type BlockSignersArgs struct { *UpdateArgs FromBlock int64 ToBlock int64 }
type CometTxsArgs ¶
type CometTxsArgs struct { *UpdateArgs FromBlock int64 ToBlock int64 }
type NetworkBalancesArgs ¶
type NetworkHistorySegmentsArgs ¶
type NetworkHistorySegmentsArgs struct { *UpdateArgs ApiURL string }
type UpdateArgs ¶
Click to show internal directories.
Click to hide internal directories.