Documentation ¶
Index ¶
- func DefaultOption() *option
- type ETHClient
- func (cl ETHClient) GetStateProof(address common.Address, storageKeys [][]byte, blockNumber *big.Int) (*StateProof, error)
- func (cl *ETHClient) GetTransactionReceipt(ctx context.Context, txHash common.Hash) (rc *gethtypes.Receipt, recoverable bool, err error)
- func (cl *ETHClient) WaitForReceiptAndGet(ctx context.Context, tx *gethtypes.Transaction) (*gethtypes.Receipt, error)
- type Option
- type Receipt
- type StateProof
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultOption ¶
func DefaultOption() *option
Types ¶
type ETHClient ¶
func (ETHClient) GetStateProof ¶
func (*ETHClient) GetTransactionReceipt ¶
func (*ETHClient) WaitForReceiptAndGet ¶
type Option ¶
type Option func(*option)
func WithRetryOption ¶
func WithRetryOption(rops ...retry.Option) Option
type StateProof ¶
Click to show internal directories.
Click to hide internal directories.