Files
brk/modules/brk-client/docs/interfaces/TxStatus.md
2026-04-03 00:15:43 +02:00

1.4 KiB

brk-client


brk-client / TxStatus

Interface: TxStatus

Defined in: Developer/brk/modules/brk-client/index.js:1056

Properties

blockHash?

optional blockHash?: string | null

Defined in: Developer/brk/modules/brk-client/index.js:1059

Block hash (only present if confirmed)


blockHeight?

optional blockHeight?: number | null

Defined in: Developer/brk/modules/brk-client/index.js:1058

Block height (only present if confirmed)


blockTime?

optional blockTime?: number | null

Defined in: Developer/brk/modules/brk-client/index.js:1060

Block timestamp (only present if confirmed)


confirmed

confirmed: boolean

Defined in: Developer/brk/modules/brk-client/index.js:1057

Whether the transaction is confirmed