ExpiringMultiPartyLib
Provides convenient Expiring Multi Party contract utilities.
Using this library to deploy EMP’s allows calling contracts to avoid importing the full EMP bytecode.
Functions
deploy(struct Liquidatable.ConstructorParams params) → address
public
Returns address of new EMP deployed with given params
configuration.
Caller will need to register new EMP with the Registry to begin requesting prices. Caller is also
responsible for enforcing constraints on params
.
Parameters:
-
params
: is aConstructorParams
object from ExpiringMultiParty.