Monero
A Seed in Monero is used to generate all private keys for a wallet, allowing full access to all derived addresses, balances, and funds.

Last updated
A Seed in Monero is used to generate all private keys for a wallet, allowing full access to all derived addresses, balances, and funds.

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": "..."
}