Thawseries

From Open Transactions
Revision as of 17:14, 5 September 2014 by Justusranvier (talk | contribs) (add version status message)
Jump to navigation Jump to search

Description

This call adds an extended private key to an existing series. The blockchain wallet takes the provided xpriv and applies it to the correct branch corresponding to its xpub.

Status

Version 1 Release candidate
This version of the specification contains is believed to be complete, but is still subject to revision before version 1

Arguments

series identifier

xpriv

Return Values

Data

none

Errors

Success
The wallet has successfully added the xpriv to its corresponding xpub in the given series.
Invalid series
The supplied series is not defined in the wallet.
No matching pubkey
None of the xpubs in the supplied series match the supplied xpriv.
Invalid privkey
The supplied xpriv is not a valid BIP32 extended private key.