[**brk-client**](../README.md) *** [brk-client](../globals.md) / TxStatus # Interface: TxStatus Defined in: [Developer/brk/modules/brk-client/index.js:1139](https://github.com/bitcoinresearchkit/brk/blob/76869ed2b6aad1e1c3da7aff4c90e9b5788fb606/modules/brk-client/index.js#L1139) ## Properties ### blockHash? > `optional` **blockHash?**: `string` \| `null` Defined in: [Developer/brk/modules/brk-client/index.js:1142](https://github.com/bitcoinresearchkit/brk/blob/76869ed2b6aad1e1c3da7aff4c90e9b5788fb606/modules/brk-client/index.js#L1142) Block hash (only present if confirmed) *** ### blockHeight? > `optional` **blockHeight?**: `number` \| `null` Defined in: [Developer/brk/modules/brk-client/index.js:1141](https://github.com/bitcoinresearchkit/brk/blob/76869ed2b6aad1e1c3da7aff4c90e9b5788fb606/modules/brk-client/index.js#L1141) Block height (only present if confirmed) *** ### blockTime? > `optional` **blockTime?**: `number` \| `null` Defined in: [Developer/brk/modules/brk-client/index.js:1143](https://github.com/bitcoinresearchkit/brk/blob/76869ed2b6aad1e1c3da7aff4c90e9b5788fb606/modules/brk-client/index.js#L1143) Block timestamp (only present if confirmed) *** ### confirmed > **confirmed**: `boolean` Defined in: [Developer/brk/modules/brk-client/index.js:1140](https://github.com/bitcoinresearchkit/brk/blob/76869ed2b6aad1e1c3da7aff4c90e9b5788fb606/modules/brk-client/index.js#L1140) Whether the transaction is confirmed