AnchorFactory

Functions

deployAnchor

function deployAnchor(
    string memory name,
    address committee
) external payable returns (address anchor)

Deploys an anchor for a given name and committee.

Params

Name
Type
Description

name

string

The name of the anchor

committee

address

The committee which is created in BOOLNetwork

Return Values

Name
Type
Description

anchor

address

The address of the newly deployed anchor

Last updated