mock

package
v0.6.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 13, 2021 License: BSD-3-Clause Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(opts ...Option) transaction.Service

Types

type Call

type Call struct {
	// contains filtered or unexported fields
}

func ABICall

func ABICall(abi *abi.ABI, to common.Address, result []byte, method string, params ...interface{}) Call

type Option

type Option interface {
	// contains filtered or unexported methods
}

Option is the option passed to the mock Chequebook service

func WithABICall

func WithABICall(abi *abi.ABI, to common.Address, result []byte, method string, params ...interface{}) Option

func WithABICallSequence

func WithABICallSequence(calls ...Call) Option

func WithABISend

func WithABISend(abi *abi.ABI, txHash common.Hash, expectedAddress common.Address, expectedValue *big.Int, method string, params ...interface{}) Option

func WithCallFunc

func WithCallFunc(f func(ctx context.Context, request *transaction.TxRequest) (result []byte, err error)) Option

func WithSendFunc

func WithSendFunc(f func(ctx context.Context, request *transaction.TxRequest) (txHash common.Hash, err error)) Option

func WithWaitForReceiptFunc

func WithWaitForReceiptFunc(f func(ctx context.Context, txHash common.Hash) (receipt *types.Receipt, err error)) Option

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL