Difference between revisions of "Startwithdrawal"
Jump to navigation
Jump to search
(Initial page creation) |
(List of arguments) |
||
| Line 1: | Line 1: | ||
| + | ==Description== | ||
| + | |||
| + | This call begins the process of creating withdrawal transactions to satisfy validated [[outBailment]] messages. | ||
| + | |||
| + | ==Status== | ||
| + | |||
| + | ;Version 1 Draft | ||
| + | :This specificiation is still under development | ||
| + | |||
| + | ==Arguments== | ||
| + | |||
| + | ; roundID | ||
| + | : A positive integer representing the [[consensus round]] for which the withdrawal is associated | ||
| + | |||
| + | ; inputstart | ||
| + | : An [[address identifier]] identifying where the [[input selection algorithm]] should begin searching for eligable inputs | ||
| + | |||
| + | ; dustthreshold | ||
| + | : A positive integer representing the minimum valid input size for the input selection algorithm, in the smallest accounting unit for the currency (for Bitcoin, one [[satoshi]]) | ||
| + | |||
| + | ; changestart | ||
| + | : An [[address identifier]] identifying the first change address to be used | ||
| + | |||
| + | ; outputs | ||
| + | : An [[output list]] containing the outputs to be created during the current consensus round. | ||
| + | |||
| + | |||
[[Category:Voting Pool Wallet API]] | [[Category:Voting Pool Wallet API]] | ||
Revision as of 15:58, 8 September 2014
Description
This call begins the process of creating withdrawal transactions to satisfy validated outBailment messages.
Status
- Version 1 Draft
- This specificiation is still under development
Arguments
- roundID
- A positive integer representing the consensus round for which the withdrawal is associated
- inputstart
- An address identifier identifying where the input selection algorithm should begin searching for eligable inputs
- dustthreshold
- A positive integer representing the minimum valid input size for the input selection algorithm, in the smallest accounting unit for the currency (for Bitcoin, one satoshi)
- changestart
- An address identifier identifying the first change address to be used
- outputs
- An output list containing the outputs to be created during the current consensus round.