mock

package
v2.3.2 Latest Latest
Warning

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

Go to latest
Published: Dec 24, 2024 License: BSD-3-Clause Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(opts ...Option) postagecontract.Interface

New creates a new mock BatchStore.

Types

type Option

type Option func(*contractMock)

Option is a an option passed to New

func WithCreateBatchFunc

func WithCreateBatchFunc(f func(ctx context.Context, initialBalance *big.Int, depth uint8, immutable bool, label string) (common.Hash, []byte, error)) Option

func WithDiluteBatchFunc

func WithDiluteBatchFunc(f func(ctx context.Context, batchID []byte, newDepth uint8) (common.Hash, error)) Option

func WithExpiresBatchesFunc

func WithExpiresBatchesFunc(f func(ctx context.Context) error) Option

func WithPaused added in v2.2.0

func WithPaused(f func(ctx context.Context) (bool, error)) Option

func WithTopUpBatchFunc

func WithTopUpBatchFunc(f func(ctx context.Context, batchID []byte, amount *big.Int) (common.Hash, error)) Option

Jump to

Keyboard shortcuts

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