mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2025-04-05 17:25:45 +00:00
s/indexi/index/
This commit is contained in:
parent
8fb3e8946e
commit
40206be146
@ -58,7 +58,7 @@ Creating and signing a transaction from an UTXO:
|
||||
----
|
||||
> utxo = {
|
||||
txId: transaction id containing an unspent output,
|
||||
outputIndex: output indexi e.g. 0,
|
||||
outputIndex: output index e.g. 0,
|
||||
address: addressOfUtxo,
|
||||
script: bitcore.Script.buildPublicKeyHashOut(addressOfUtxo).toString(),
|
||||
satoshis: amount sent to the address
|
||||
|
Loading…
Reference in New Issue
Block a user