Skip to main content

Interface: GenericParsedTxPayload

Returned from confirmed callbacks and includes basic information about the minted transaction and the event it emitted

Hierarchy

Properties

blockNumber

blockNumber: number

Number of the block in which the transaction was minted

Defined in

typing/index.ts:251


escrowId

escrowId: number

ID of the escrow that the transaction created or acted upon

Defined in

typing/index.ts:253


name

name: string

Name of the event

Defined in

typing/index.ts:247


transactionHash

transactionHash: string

Transaction hash

Defined in

typing/index.ts:249