Difference between revisions of "Thawseries"

From Open Transactions
Jump to navigation Jump to search
(Move to new page)
(No difference)

Revision as of 16:56, 4 September 2014

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.

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.