Skip to content

Evo RPC Commands

Documentation for Raptoreum Evo RPC calls.


bls

bls "command" Set of commands to execute BLS related actions. To get help on individual commands, use "help bls command".

Available commands: generate - Create a BLS secret/public key pair fromsecret - Parse a BLS secret key and return the secret/public key pair

Arguments

Position Name Type Required Default Description
1 command string True Available commands: generate and fromsecret

Generate Result

{                           (json object)
  "secret" : "hex",         (string) The value of the secret key
  "public" : "hex"          (string) The value of the public key
}

Examples

Create a BLS secret/public key pair
 raptoreum-cli bls generate

fromsecret Result

{                      (json object)
  "secret" : "hex",    (string) BLS secret key
  "public" : "hex"     (string) BLS public key
}

Examples

Parses a BLS secret key and returns the secret/public key pair.
 raptoreum-cli bls fromsecret 000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f


protx

To get help on individual commands, use "help protx command".

Arguments

Position Name Type Required Default Description

quorum

To get help on individual commands, use "help quorum command".

Arguments

Position Name Type Required Default Description

verifychainlock

  1. "blockHash" (string, required) The block hash of the ChainLock.

Arguments

Position Name Type Required Default Description
3 blockHeight numeric Optional [] See CLI help for details

verifyislock

  1. "id" (string, required) Request id.

Arguments

Position Name Type Required Default Description
4 maxHeight numeric Optional [] See CLI help for details