mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 22:59:58 -07:00
30 lines
809 B
Markdown
30 lines
809 B
Markdown
[**brk-client**](../README.md)
|
|
|
|
***
|
|
|
|
[brk-client](../globals.md) / TxOut
|
|
|
|
# Interface: TxOut
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:712](https://github.com/bitcoinresearchkit/brk/blob/247d3c758bf072fffa634188454ed826d0eba9f2/modules/brk-client/index.js#L712)
|
|
|
|
## Properties
|
|
|
|
### scriptpubkey
|
|
|
|
> **scriptpubkey**: `string`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:713](https://github.com/bitcoinresearchkit/brk/blob/247d3c758bf072fffa634188454ed826d0eba9f2/modules/brk-client/index.js#L713)
|
|
|
|
Script pubkey (locking script)
|
|
|
|
***
|
|
|
|
### value
|
|
|
|
> **value**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:714](https://github.com/bitcoinresearchkit/brk/blob/247d3c758bf072fffa634188454ed826d0eba9f2/modules/brk-client/index.js#L714)
|
|
|
|
Value of the output in satoshis
|