Files
grin-wallet/tests/data/v3_reqs/create_wallet.req.json
T

12 lines
174 B
JSON

{
"jsonrpc": "2.0",
"method": "create_wallet",
"params": {
"name": null,
"mnemonic": null,
"mnemonic_length": 32,
"password": "passwoid"
},
"id": 1
}