Documentation ¶
Index ¶
- func GetAccountAddress(account accounts.Account) common.Address
- func GetAccountAddressBytes(accountAddress common.Address) []byte
- func GetAccountAddressHashHex(accountAddress common.Address) string
- func GetAccountAddressHex(accountAddress common.Address) string
- func GetAccountBalance(client *ethclient.Client, account common.Address) *big.Int
- func GetAccountBalanceAtBlockTime(client *ethclient.Client, account common.Address, blockNumber *big.Int) *big.Int
- func GetAccountPendingBalance(client *ethclient.Client, account common.Address) *big.Int
- func GetAccountPendingNonce(client *ethclient.Client, accountAddress common.Address) uint64
- func GetAddressFromHex(address string) common.Address
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAccountAddressBytes ¶
func GetAccountAddressHex ¶
func GetAccountBalance ¶
in wei precision (18 points)
func GetAccountPendingNonce ¶
func GetAddressFromHex ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.