@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
| Name | Type | Defined in |
|---|---|---|
<a id="property-fire"></a> fire() | (options: FireEventOptions) => Promise<BillableEvent> | me-client/src/event.ts:329 |
<a id="property-firebatch"></a> fireBatch() | (options: FireBatchOptions) => Promise<FireBatchResponse> | me-client/src/event.ts:329 |
<a id="property-verify"></a> verify() | (envelope: BillableEvent, config: IntegratorPriceConfig, payment_amount_sats?: number) => VerifyEventResult | me-client/src/event.ts:329 |