Difference between revisions of "Thawseries"

From Open Transactions
Jump to navigation Jump to search
(Move to new page)
 
(add version status message)
Line 2: Line 2:
  
 
This call adds an extended private key to an existing series. The [[Wallet (blockchain)|blockchain wallet]] takes the provided [[xpriv]] and applies it to the correct [[branch]] corresponding to its [[xpub]].
 
This call adds an extended private key to an existing series. The [[Wallet (blockchain)|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===
 
===Arguments===

Revision as of 17:14, 5 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.

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.