IAnchor.sol
Last updated
Last updated
Returns the committee
of the anchor. The committee cannot be changed after the deployment of the anchor since committee
is immutable.
Type | Description |
---|---|
Returns the consumer of the anchor. The consumer can be changed by the anchor's owner via updateConsumer
.
Type | Description |
---|---|
Transfers the ownership of the anchor contract to a new address. This method can only be called by the current owner
.
Type | Description |
---|---|
Name | Type | Description |
---|---|---|
address
The address of the committee
address
The address of the consumer
address
The address of the current owner
newOwner
address
The address of the new owner