Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrTransactionReverted is given when the transaction that cashes a cheque is reverted ErrTransactionReverted = errors.New("Transaction reverted") )
Functions ¶
Types ¶
type Backend ¶
type Backend interface { bind.ContractBackend TransactionReceipt(ctx context.Context, txHash common.Hash) (*types.Receipt, error) TransactionByHash(ctx context.Context, txHash common.Hash) (*types.Transaction, bool, error) }
Backend is the minimum amount of functionality required by the underlying ethereum backend
Click to show internal directories.
Click to hide internal directories.