Documentation ¶ Index ¶ type Provider func NewProvider(log *logan.Entry, client *ethclient.Client) (*Provider, error) func (p *Provider) GetTx(ctx context.Context, hash common.Hash) (*types.Transaction, string, error) func (p *Provider) GetTxReceipt(ctx context.Context, hash common.Hash) (*types.Receipt, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Provider ¶ type Provider struct { // contains filtered or unexported fields } func NewProvider ¶ func NewProvider(log *logan.Entry, client *ethclient.Client) (*Provider, error) func (*Provider) GetTx ¶ func (p *Provider) GetTx(ctx context.Context, hash common.Hash) (*types.Transaction, string, error) func (*Provider) GetTxReceipt ¶ func (p *Provider) GetTxReceipt(ctx context.Context, hash common.Hash) (*types.Receipt, error) Source Files ¶ View all Source files provider.go Click to show internal directories. Click to hide internal directories.