BlockchainEventDelivery
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
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?
optionaltxid:string
Defined in: src/lib/services/package/types.common.ts:239
Blockchain transaction ID.