fix comment formatting
This commit is contained in:
parent
349299e26b
commit
7076a006a0
@ -53,7 +53,8 @@ var Index = {
|
|||||||
output: 'txo-', // txo-<txid>-<n> -> serialized Output
|
output: 'txo-', // txo-<txid>-<n> -> serialized Output
|
||||||
spent: 'txs-', // txo-<txid>-<n>-<spend txid>-<m> -> block height of confirmation for spend
|
spent: 'txs-', // txo-<txid>-<n>-<spend txid>-<m> -> block height of confirmation for spend
|
||||||
address: 'txa-', // txa-<address>-<txid>-<n> -> Output
|
address: 'txa-', // txa-<address>-<txid>-<n> -> Output
|
||||||
addressSpent: 'txas-', // txa-<address>-<txid>-<n> -> {
|
addressSpent: 'txas-',
|
||||||
|
// txa-<address>-<txid>-<n> -> {
|
||||||
// heightSpent: number, (may be -1 for unconfirmed tx)
|
// heightSpent: number, (may be -1 for unconfirmed tx)
|
||||||
// spentTx: string, spentTxInputIndex: number, spendInput: Input
|
// spentTx: string, spentTxInputIndex: number, spendInput: Input
|
||||||
// }
|
// }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user