Function makeOnewayPriceAuthorityKit
- makeOnewayPriceAuthorityKit(opts): PriceAuthorityKit
- Parameters- opts: { 
 actualBrandIn: Brand<"nat">;
 actualBrandOut: Brand<"nat">;
 createQuote: PriceQuoteCreate;
 notifier: ERef<Notifier<unknown>>;
 quoteIssuer: Issuer<"set", PriceDescription>;
 timer: ERef<TimerService>;
 }- actualBrandIn: Brand<"nat">
- actualBrandOut: Brand<"nat">
- createQuote: PriceQuoteCreate
- notifier: ERef<Notifier<unknown>>
- quoteIssuer: Issuer<"set", PriceDescription>
- timer: ERef<TimerService>
 
 
- Returns PriceAuthorityKit