Versions in this module Expand all Collapse all v0 v0.1.0 Aug 3, 2021 Changes in this version + var BucketDepth = uint8(16) + var ErrBatchCreate = errors.New("batch creation failed") + var ErrInsufficientFunds = errors.New("insufficient token balance") + var ErrInvalidDepth = errors.New("invalid depth") + func LookupERC20Address(ctx context.Context, transactionService transaction.Service, ...) (common.Address, error) + type Interface interface + CreateBatch func(ctx context.Context, initialBalance *big.Int, depth uint8, immutable bool, ...) ([]byte, error) + func New(owner, postageContractAddress, bzzTokenAddress common.Address, ...) Interface