Documentation
¶
Index ¶
- Variables
- func GetDepositTable(ctx *context.Context) (userTable table.Table)
- func GetHotConfigTable(ctx *context.Context) (userTable table.Table)
- func GetOffchainWithdrawalTable(ctx *context.Context) (userTable table.Table)
- func GetTransferTable(ctx *context.Context) (userTable table.Table)
- func GetUserTable(ctx *context.Context) (userTable table.Table)
Constants ¶
This section is empty.
Variables ¶
View Source
var Generators = map[string]table.Generator{ "users": GetUserTable, "deposits": GetDepositTable, "transfers": GetTransferTable, "offchain_withdrawals": GetOffchainWithdrawalTable, "hot_configs": GetHotConfigTable, }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.