Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsURLAvailable ¶
Types ¶
type EthClient ¶
type EthClient interface { TxReceiptByHash(common.Hash) (*types.Transaction, error) SendTransaction(ctx context.Context, tx *types.Transaction) error GetBalanceByBlockNumber(address string, blockNumber *big.Int) (*big.Int, error) GetLatestBlock() (*big.Int, error) GetERC20Balance(contractAddress common.Address, ownerAddress common.Address, blockNumber *big.Int) (*big.Int, error) TxReceiptDetailByHash(hash common.Hash) (*types.Receipt, error) Close() }
Click to show internal directories.
Click to hide internal directories.