live · mainnetoc · docs
specs · api · guides
docs / documentation

@orangecheck/me-client


@orangecheck/me-client / event

Variable: event

const event: {
  fire: (options: FireEventOptions) => Promise<BillableEvent>;
  fireBatch: (options: FireBatchOptions) => Promise<FireBatchResponse>;
  verify: (envelope: BillableEvent, config: IntegratorPriceConfig, payment_amount_sats?: number) => VerifyEventResult;
};

Defined in: me-client/src/event.ts:329

Type Declaration

NameTypeDefined in
<a id="property-fire"></a> fire()(options: FireEventOptions) => Promise&lt;BillableEvent>me-client/src/event.ts:329
<a id="property-firebatch"></a> fireBatch()(options: FireBatchOptions) => Promise&lt;FireBatchResponse>me-client/src/event.ts:329
<a id="property-verify"></a> verify()(envelope: BillableEvent, config: IntegratorPriceConfig, payment_amount_sats?: number) => VerifyEventResultme-client/src/event.ts:329