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:222


escrowId

escrowId: number

ID of the escrow that the transaction created or acted upon

Defined in

typing/index.ts:224


name

name: string

Name of the event

Defined in

typing/index.ts:218


transactionHash

transactionHash: string

Transaction hash

Defined in

typing/index.ts:220