Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AutoIncreasing ¶
type AutoIncreasing struct {
// contains filtered or unexported fields
}
func NewAutoIncreasing ¶
func NewAutoIncreasing( ethclient *ethclient.Client, signer blockchain.Signer) *AutoIncreasing
func (*AutoIncreasing) GetAddress ¶
func (self *AutoIncreasing) GetAddress() ethereum.Address
func (*AutoIncreasing) GetNextNonce ¶
func (self *AutoIncreasing) GetNextNonce() (*big.Int, error)
type TimeWindow ¶
type TimeWindow struct {
// contains filtered or unexported fields
}
func NewTimeWindow ¶
func NewTimeWindow( ethclient *ethclient.Client, signer blockchain.Signer) *TimeWindow
func (*TimeWindow) GetAddress ¶
func (self *TimeWindow) GetAddress() ethereum.Address
func (*TimeWindow) GetNextNonce ¶
func (self *TimeWindow) GetNextNonce() (*big.Int, error)
Click to show internal directories.
Click to hide internal directories.