mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-26 23:59:58 -07:00
1.4 KiB
1.4 KiB
brk-client / TxStatus
Interface: TxStatus
Defined in: Developer/brk/modules/brk-client/index.js:1076
Properties
blockHash?
optionalblockHash?:string|null
Defined in: Developer/brk/modules/brk-client/index.js:1079
Block hash (only present if confirmed)
blockHeight?
optionalblockHeight?:number|null
Defined in: Developer/brk/modules/brk-client/index.js:1078
Block height (only present if confirmed)
blockTime?
optionalblockTime?:number|null
Defined in: Developer/brk/modules/brk-client/index.js:1080
Block timestamp (only present if confirmed)
confirmed
confirmed:
boolean
Defined in: Developer/brk/modules/brk-client/index.js:1077
Whether the transaction is confirmed