Documentation ¶
Overview ¶
Provide Account related endpoints and fetch functions
Index ¶
- func AccountWithDetails(address string, blockNumber *big.Int) *types.Account
- func AccountWithHistoricalDetails(accountID string, Db *sql.DB) ([]*types.DatedAccount, error)
- func BalancesData(rc *rpc.Client) types.Handler
- func GetTransactions(db *sql.DB, address string, uptoBlockNumber *big.Int, limit int, page int, ...) []*blockshot.TransactionDetailed
- func SnapshotsData(Db *sql.DB) types.Handler
- func TransactionsData(db *sql.DB, rc *rpc.Client) types.Handler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AccountWithDetails ¶
AccountWithDetails prepares Account object for a given address with its details at a given block height
func BalancesData ¶
BalancesData requests data for a specific account
func GetTransactions ¶
func SnapshotsData ¶
SnapshotsData returns data for a specific account at all snapshot points
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.