feat: add publish, and rpc

This commit is contained in:
2020-11-07 23:15:40 +08:00
parent 297dca28f3
commit 6f7b3ecce8
10 changed files with 1340 additions and 38 deletions

View File

@@ -8,7 +8,7 @@ use ring::{
};
use rust_util::XResult;
#[derive(Serialize, Deserialize)]
#[derive(Clone, Serialize, Deserialize)]
pub struct SigningKeyPair {
key_pair: Vec<u8>,
}