Skip to content

Commit e69c5e8

Browse files
feat: add api key and admin API (#7)
* feat: add api key and admin API * admin bindings * change admin input to g1 public key * update admin api
1 parent d5e1eb0 commit e69c5e8

File tree

10 files changed

+2164
-66
lines changed

10 files changed

+2164
-66
lines changed

build.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ use std::path::PathBuf;
33
fn main() -> Result<(), Box<dyn std::error::Error>> {
44
let proto_files = vec![
55
"proto/key_manager.proto",
6-
"proto/signer.proto"
6+
"proto/signer.proto",
7+
"proto/admin.proto"
78
];
89

910
let proto_include_dirs = vec![

0 commit comments

Comments
 (0)