txbatch

package
v0.1.5 Latest Latest
Warning

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

Go to latest
Published: Aug 30, 2021 License: MIT Imports: 11 Imported by: 0

Documentation

Overview

Package txbatch is used to batch transactions for a main chain node

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InitTransactOpts

func InitTransactOpts(ctx context.Context, client *ethclient.Client, key *ecdsa.PrivateKey) (*bind.TransactOpts, error)

InitTransactOpts initializes the transact options struct.

Types

type TXBatch

type TXBatch struct {
	Ethclient    *ethclient.Client
	TransactOpts *bind.TransactOpts
	// contains filtered or unexported fields
}

func New

func New(ctx context.Context, client *ethclient.Client, key *ecdsa.PrivateKey) (*TXBatch, error)

func (*TXBatch) Add

func (txbatch *TXBatch) Add(tx *types.Transaction)

func (*TXBatch) WaitMined

func (txbatch *TXBatch) WaitMined(ctx context.Context) ([]*types.Receipt, error)

Jump to

Keyboard shortcuts

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