Documentation ¶
Index ¶
- func New(opts ...Option) transaction.Service
- type Call
- type Option
- func WithABICall(abi *abi.ABI, to common.Address, result []byte, method string, ...) Option
- func WithABICallSequence(calls ...Call) Option
- func WithABISend(abi *abi.ABI, txHash common.Hash, expectedAddress common.Address, ...) Option
- func WithCallFunc(...) Option
- func WithSendFunc(...) Option
- func WithWaitForReceiptFunc(...) Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(opts ...Option) transaction.Service
Types ¶
type Option ¶
type Option interface {
// contains filtered or unexported methods
}
Option is the option passed to the mock Chequebook service
func WithABICall ¶ added in v0.5.3
func WithABICallSequence ¶ added in v0.5.3
func WithABISend ¶ added in v0.5.3
func WithCallFunc ¶ added in v0.5.3
func WithSendFunc ¶
Click to show internal directories.
Click to hide internal directories.