AuthorityFactory

Git Source

Inherits: IAuthorityFactory

Allows anyone to reliably deploy a new Authority contract.

Functions

newAuthority

function newAuthority(address authorityOwner) external override returns (Authority);

newAuthority

function newAuthority(address authorityOwner, bytes32 salt) external override returns (Authority);

calculateAuthorityAddress

function calculateAuthorityAddress(address authorityOwner, bytes32 salt) external view override returns (address);