Updated comments.
This commit is contained in:
parent
fcfb039673
commit
5738bab13e
1 changed files with 4 additions and 2 deletions
|
|
@ -106,7 +106,8 @@
|
||||||
wif: ''
|
wif: ''
|
||||||
}'',
|
}'',
|
||||||
publicAddress: {
|
publicAddress: {
|
||||||
asReceived: '',
|
bitpay: '',
|
||||||
|
cashAddr: '',
|
||||||
legacy: '',
|
legacy: '',
|
||||||
},
|
},
|
||||||
req: {
|
req: {
|
||||||
|
|
@ -117,7 +118,8 @@
|
||||||
url: '' // For BIP70
|
url: '' // For BIP70
|
||||||
}
|
}
|
||||||
|
|
||||||
// Need to do testnet, and copay too
|
Only fields that are present in the data are defined in the returned object. Both privateKey and publicAddress only have 1 field defined, if they exist at all.
|
||||||
|
The exception to this is the coin property, which is determined from other data, such as the prefix or address type.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue