BIP's
A Public Key in BIPs can be used to derive child public keys in an HD wallet, enabling address generation and transaction monitoring without exposing private keys.

Last updated
A Public Key in BIPs can be used to derive child public keys in an HD wallet, enabling address generation and transaction monitoring without exposing private keys.

Last updated
{
"cryptocurrency": "...",
"symbol": "...",
"network": "...",
"coin_type": ...,
"entropy": "...",
"strength": ...,
"mnemonic": "...",
"passphrase": ...,
"language": "...",
"seed": "...",
"ecc": "...",
"hd": "...",
"private_key": ...,
"spend_private_key": "...",
"view_private_key": "...",
"spend_public_key": "...",
"view_public_key": "...",
"primary_address": "..."
}
{
"at": {
"minor": ...,
"major": ...
},
"sub_address": "..."
}