Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockSigner ¶
type BlockSigner struct { *contract.BlockSignerSession // contains filtered or unexported fields }
func DeployBlockSigner ¶
func DeployBlockSigner(transactOpts *bind.TransactOpts, contractBackend bind.ContractBackend, epochNumber *big.Int) (common.Address, *BlockSigner, error)
func NewBlockSigner ¶
func NewBlockSigner(transactOpts *bind.TransactOpts, contractAddr common.Address, contractBackend bind.ContractBackend) (*BlockSigner, error)
Click to show internal directories.
Click to hide internal directories.