gdcrm
will provide two RPC APIs:dcrm_genPubkey
dcrm_sign
error
- Error info.pubkey
- DCRM public key generated by the P2P network's nodes.DATA
,pubkey - the pubkey from dcrm_genPubkey
returned.String
,HexNumber - the message hash to be signed. The format is 32-bit hexadecimal string appended with prifex "0x".
For example: 0x19b6236d2e7eb3e925d0c6e8850502c1f04822eb9aa67cb92e5004f7017e5e41.error
- Error info.rsv
- The signature string which distributed signed by the P2P network's nodes.dcrm_genPubkey
and dcrm_sign
APIs.