docs: i hate markdown.
This commit is contained in:
parent
34a66a93a1
commit
7b4cb0df09
22
README.md
22
README.md
@ -1236,17 +1236,17 @@ Usage: `bcoin.tx([options], [block])`
|
|||||||
transaction.
|
transaction.
|
||||||
- `options` can be in the form of:
|
- `options` can be in the form of:
|
||||||
|
|
||||||
{
|
{
|
||||||
value: [satoshis/big number],
|
value: [satoshis/big number],
|
||||||
script: [deserialized script],
|
script: [deserialized script],
|
||||||
address: [pubkey address or scripthash address],
|
address: [pubkey address or scripthash address],
|
||||||
keys: [array of keys],
|
keys: [array of keys],
|
||||||
m: [m value],
|
m: [m value],
|
||||||
n: [n value],
|
n: [n value],
|
||||||
flags: [nulldata],
|
flags: [nulldata],
|
||||||
scripthash: [true or false],
|
scripthash: [true or false],
|
||||||
lock: [locktime for checklocktimeverify]
|
lock: [locktime for checklocktimeverify]
|
||||||
}
|
}
|
||||||
|
|
||||||
- __scriptOutput(index/output, options)__ - Compile an output script for the
|
- __scriptOutput(index/output, options)__ - Compile an output script for the
|
||||||
output based on the same options `output()` handles.
|
output based on the same options `output()` handles.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user