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 ¶ added in v0.2.0
func DefaultOption() *option
Types ¶
type ETHClient ¶
func (ETHClient) GetStateProof ¶ added in v0.2.0
func (*ETHClient) GetTransactionReceipt ¶ added in v0.2.0
func (*ETHClient) WaitForReceiptAndGet ¶ added in v0.2.0
type Option ¶ added in v0.2.0
type Option func(*option)
func WithRetryOption ¶ added in v0.2.0
func WithRetryOption(rops ...retry.Option) Option
type Receipt ¶
func (Receipt) GetRevertReason ¶ added in v0.2.0
func (Receipt) HasRevertReason ¶ added in v0.2.0
type StateProof ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.