Documentation
¶
Index ¶
- Constants
- Variables
- func AddMonitor(ctx context.Context, req vo.AddMonitorRequest) (*vo.AddMonitorResponse, error)
- func AddOne(ctx context.Context, address string)
- func GetAAContractInteract(ctx context.Context, req vo.AAContractInteractRequest) (*vo.AAContractInteractResponse, error)
- func GetAATxnDominance(ctx context.Context, req vo.AATxnDominanceRequest) (*vo.AATxnDominanceResponse, error)
- func GetAccountType(ctx context.Context, req vo.AccountTypeRequest) (*vo.AccountTypeResponse, error)
- func GetAssetDetail(ctx context.Context, req vo.AssetDetailRequest) (*vo.AssetDetailResponse, error)
- func GetDailyStatistic(ctx context.Context, req vo.DailyStatisticRequest) (*vo.DailyStatisticResponse, error)
- func GetHotAAToken(ctx context.Context, req vo.HotAARequest) (*vo.HotAAResponse, error)
- func GetLatestUserOps(ctx context.Context, req vo.LatestUserOpsRequest) (*vo.LatestUserOpsResponse, error)
- func GetMevTx(ctx context.Context, req vo.HomeMevRequest) (*vo.HomeMevResponse, error)
- func GetMonitorMevInfo(ctx context.Context, req vo.MevInfoRequest) (*vo.MevInfoResponse, error)
- func GetPaymasterOverview(ctx context.Context, req vo.GetPaymasterOverviewRequest) (*vo.GetPaymasterOverviewResponse, error)
- func GetTopBundler(ctx context.Context, req vo.TopBundlerRequest) (*vo.TopBundlerResponse, error)
- func GetTopFactory(ctx context.Context, req vo.TopFactoryRequest) (*vo.TopFactoryResponse, error)
- func GetTopPaymaster(ctx context.Context, req vo.TopPaymasterRequest) (*vo.TopPaymasterResponse, error)
- func GetTopWhale(ctx context.Context, req vo.TopWhaleRequest) (*vo.TopWhaleResponse, error)
- func GetUserBalance(ctx context.Context, req vo.UserBalanceRequest) (*vo.UserBalanceResponse, error)
- func GetUserOpType(ctx context.Context, req vo.UserOpsTypeRequest) (*vo.UserOpsTypeResponse, error)
- func GetWhaleChart(ctx context.Context, req vo.WhaleChartRequest) (*vo.WhaleChartResponse, error)
- func GetWhaleOverview(ctx context.Context, req vo.WhaleOverviewRequest) (*vo.WhaleOverviewResponse, error)
- func ListWatchingAddress(ctx context.Context, req vo.ListWatchingAddressRequest) (*vo.ListWatchingAddressResponse, error)
- func RemoveMonitor(ctx context.Context, req vo.RemoveMonitorRequest) (*vo.RemoveMonitorResponse, error)
- func SetLogger(lg interlog.Logger)
- type ByHotAA
- type HotAA
Constants ¶
View Source
const DaySecond = 24 * 3600
Variables ¶
View Source
var AaAccountService = &aaAccountService{}
View Source
var AaBlockService = &aaBlockService{}
View Source
var AaTransactionService = &aaTransactionService{}
View Source
var AccountService = &accountService{}
View Source
var BlockService = &blockService{}
View Source
var BundleService = &bundleService{}
View Source
var BundlerService = &bundlerService{}
View Source
var FactoryService = &factoryService{}
View Source
var FunctionSignatureService = &functionSignatureService{}
View Source
var MevService = &mevService{}
View Source
var NetworkService = &networkService{}
View Source
var PaymasterService = &paymasterService{}
View Source
var SearchService = &searchService{}
View Source
var TransactionService = &transactionService{}
View Source
var UserOpService = &userOpService{}
Functions ¶
func AddMonitor ¶
func AddMonitor(ctx context.Context, req vo.AddMonitorRequest) (*vo.AddMonitorResponse, error)
func GetAAContractInteract ¶
func GetAAContractInteract(ctx context.Context, req vo.AAContractInteractRequest) (*vo.AAContractInteractResponse, error)
func GetAATxnDominance ¶
func GetAATxnDominance(ctx context.Context, req vo.AATxnDominanceRequest) (*vo.AATxnDominanceResponse, error)
func GetAccountType ¶
func GetAccountType(ctx context.Context, req vo.AccountTypeRequest) (*vo.AccountTypeResponse, error)
func GetAssetDetail ¶
func GetAssetDetail(ctx context.Context, req vo.AssetDetailRequest) (*vo.AssetDetailResponse, error)
func GetDailyStatistic ¶
func GetDailyStatistic(ctx context.Context, req vo.DailyStatisticRequest) (*vo.DailyStatisticResponse, error)
func GetHotAAToken ¶
func GetHotAAToken(ctx context.Context, req vo.HotAARequest) (*vo.HotAAResponse, error)
func GetLatestUserOps ¶
func GetLatestUserOps(ctx context.Context, req vo.LatestUserOpsRequest) (*vo.LatestUserOpsResponse, error)
func GetMevTx ¶
func GetMevTx(ctx context.Context, req vo.HomeMevRequest) (*vo.HomeMevResponse, error)
func GetMonitorMevInfo ¶
func GetMonitorMevInfo(ctx context.Context, req vo.MevInfoRequest) (*vo.MevInfoResponse, error)
func GetPaymasterOverview ¶
func GetPaymasterOverview(ctx context.Context, req vo.GetPaymasterOverviewRequest) (*vo.GetPaymasterOverviewResponse, error)
func GetTopBundler ¶
func GetTopBundler(ctx context.Context, req vo.TopBundlerRequest) (*vo.TopBundlerResponse, error)
func GetTopFactory ¶
func GetTopFactory(ctx context.Context, req vo.TopFactoryRequest) (*vo.TopFactoryResponse, error)
func GetTopPaymaster ¶
func GetTopPaymaster(ctx context.Context, req vo.TopPaymasterRequest) (*vo.TopPaymasterResponse, error)
func GetTopWhale ¶
func GetTopWhale(ctx context.Context, req vo.TopWhaleRequest) (*vo.TopWhaleResponse, error)
func GetUserBalance ¶
func GetUserBalance(ctx context.Context, req vo.UserBalanceRequest) (*vo.UserBalanceResponse, error)
func GetUserOpType ¶
func GetUserOpType(ctx context.Context, req vo.UserOpsTypeRequest) (*vo.UserOpsTypeResponse, error)
func GetWhaleChart ¶
func GetWhaleChart(ctx context.Context, req vo.WhaleChartRequest) (*vo.WhaleChartResponse, error)
func GetWhaleOverview ¶
func GetWhaleOverview(ctx context.Context, req vo.WhaleOverviewRequest) (*vo.WhaleOverviewResponse, error)
func ListWatchingAddress ¶
func ListWatchingAddress(ctx context.Context, req vo.ListWatchingAddressRequest) (*vo.ListWatchingAddressResponse, error)
func RemoveMonitor ¶
func RemoveMonitor(ctx context.Context, req vo.RemoveMonitorRequest) (*vo.RemoveMonitorResponse, error)
Types ¶
Click to show internal directories.
Click to hide internal directories.