Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Anchor ¶
type Anchor struct {
// contains filtered or unexported fields
}
Anchor is the base wrapper object that reflects a transactor on the Ethereum network.
func NewAnchor ¶
func NewAnchor(address *common.Address, backend bind.ContractTransactor) *Anchor
NewAnchor creates an anchor through which data may be sent through.
func (*Anchor) PrepareData ¶
func (c *Anchor) PrepareData(opts *bind.TransactOpts, input []byte) (*types.Transaction, error)
Click to show internal directories.
Click to hide internal directories.