mirror of
https://gitlab.com/pulsechaincom/staking-deposit-cli.git
synced 2025-01-10 04:51:21 +00:00
17 lines
535 B
JSON
17 lines
535 B
JSON
{
|
|
"from_mnemonic": {
|
|
"msg_key_creation": "Creating your keys:\t\t"
|
|
},
|
|
"export_keystores": {
|
|
"msg_keystore_creation": "Creating your keystores:\t"
|
|
},
|
|
"export_deposit_data_json": {
|
|
"msg_depositdata_creation": "Creating your depositdata:\t"
|
|
},
|
|
"export_bls_to_execution_change_json": {
|
|
"msg_bls_to_execution_change_creation": "Creating your SignedBLSToExecutionChange:\t"
|
|
},
|
|
"verify_keystores": {
|
|
"msg_keystore_verification": "Verifying your keystores:\t"
|
|
}
|
|
} |