E(PriceAuthorityRegistryAdmin).registerPriceAuthority(priceAuthority, brandIn, brandOut, force)
• registerPriceAuthority: (pa: ERef<PriceAuthority>, brandIn: Brand<AssetKind>, brandOut: Brand<AssetKind>, force?: boolean) => Promise<Deleter>
Add a unique price authority for a given pair.
If the pair is already registered, throw unless force is true.
Returns
Promise<Deleter>
Defined in
E(Deleter).delete()
• delete: () => void