Documentation exported from Syscoin Core 4.2.2

bls_fromsecret (4.2.2 RPC)

blockchain

control

evo

evowallet

generating

governance

governancewallet

masternode

mining

network

rawtransactions

syscoin

syscoinwallet

util

wallet

zmq

bls_fromsecret "secret"

Parses a BLS secret key and returns the secret/public key pair.

Arguments:
1. secret    (string, required) The BLS secret key.

Examples:
> syscoin-cli bls_fromsecret 
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id": "curltest", "method": "bls_fromsecret", "params": []}' -H 'content-type: text/plain;' http://127.0.0.1:8370/