Documentation ¶
Index ¶
- type Diamond
- func (d *Diamond) Account() *account.Account
- func (d *Diamond) Address() common.Address
- func (d *Diamond) CallOpts() *bind.CallOpts
- func (d *Diamond) ChainID() *big.Int
- func (d *Diamond) Diamond() *diamondabi.Diamond
- func (d *Diamond) DiamondCut() *diamondcut.Facet
- func (d *Diamond) DiamondLoupe() *diamondloupe.Facet
- func (d *Diamond) RPCClient() *ethclient.Client
- func (d *Diamond) SetAccount(acc *account.Account)
- func (d *Diamond) TransactOpts() (*bind.TransactOpts, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Diamond ¶
type Diamond struct {
// contains filtered or unexported fields
}
func NewDiamond ¶
func (*Diamond) Diamond ¶
func (d *Diamond) Diamond() *diamondabi.Diamond
func (*Diamond) DiamondCut ¶
func (d *Diamond) DiamondCut() *diamondcut.Facet
func (*Diamond) DiamondLoupe ¶
func (d *Diamond) DiamondLoupe() *diamondloupe.Facet
func (*Diamond) SetAccount ¶
func (*Diamond) TransactOpts ¶
func (d *Diamond) TransactOpts() (*bind.TransactOpts, error)
Click to show internal directories.
Click to hide internal directories.