-
Notifications
You must be signed in to change notification settings - Fork 191
bx input set
evoskuil edited this page Oct 23, 2014
·
26 revisions
Assign a script to an existing transaction input.
$ bx input-set --helpUsage: bx input-set [-h] [--config VALUE] [--index VALUE]
SIGNATURE_SCRIPT [TRANSACTION]
Info: Assign a script to an existing transaction input.
Options (named):
-c [--config] The path to the configuration settings file.
-h [--help] Get a description and instructions for this command.
-i [--index] The ordinal position of the input within the
transaction, defaults to zero.
Arguments (positional):
SIGNATURE_SCRIPT The signature script to assign to the input.
TRANSACTION The Base16 transaction. If not specified the
transaction is read from STDIN.
For the preceding step see Example 1 of the input-sign command.
$ Users | Developers | License | Copyright © 2011-2024 libbitcoin developers
- Home
- Build BX
- General Information
- Developer Information
- Configuration Settings
- Tutorials
- Meta Commands
- Wallet Commands
- Key Encryption Commands
- Stealth Commands
- Messaging Commands
- Transaction Commands
- Online Commands
- Encoding Commands
- Hash Commands
- Math Commands