Documentation ¶
Index ¶
- type DeployBackend
- type WaitDeployment
- func DeployEAS(ctx context.Context, backend DeployBackend, pk *ecdsa.PrivateKey, ...) (common.Address, *types.Transaction, *contracts.EAS, WaitDeployment, error)
- func DeploySchemaRegistry(ctx context.Context, backend DeployBackend, pk *ecdsa.PrivateKey) (common.Address, *types.Transaction, *contracts.SchemaRegistry, WaitDeployment, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeployBackend ¶
type DeployBackend interface { bind.ContractBackend bind.DeployBackend ethereum.ChainIDReader }
type WaitDeployment ¶
func DeployEAS ¶
func DeployEAS(ctx context.Context, backend DeployBackend, pk *ecdsa.PrivateKey, registry common.Address) (common.Address, *types.Transaction, *contracts.EAS, WaitDeployment, error)
func DeploySchemaRegistry ¶
func DeploySchemaRegistry(ctx context.Context, backend DeployBackend, pk *ecdsa.PrivateKey) (common.Address, *types.Transaction, *contracts.SchemaRegistry, WaitDeployment, error)
Click to show internal directories.
Click to hide internal directories.