Skip to main content

BlockchainEventDelivery

fraktal-lib v1.0.0


fraktal-lib / BlockchainEventDelivery

Type Alias: BlockchainEventDelivery

BlockchainEventDelivery = object

Defined in: src/lib/services/package/types.common.ts:237

Blockchain-emitted event with typed output.

Properties

header: FireFlyMessageHeader

Defined in: src/lib/services/package/types.common.ts:245

Message header (always included).


output

output: any

Defined in: src/lib/services/package/types.common.ts:241

Event output/payload from the contract.


timestamp

timestamp: string

Defined in: src/lib/services/package/types.common.ts:243

ISO-8601 timestamp when the event was recorded.


txid?

optional txid: string

Defined in: src/lib/services/package/types.common.ts:239

Blockchain transaction ID.