Skip to content

Commit bca9477

Browse files
feat(sc-hop): use MultiSignature instead of only Ed25519
1 parent 135421e commit bca9477

File tree

4 files changed

+145
-89
lines changed

4 files changed

+145
-89
lines changed

substrate/client/hop/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@
7676
//!
7777
//! ## RPC Methods
7878
//!
79-
//! - `hop_submit(data: Bytes, recipients: Vec<Bytes>, proof: Bytes) -> SubmitResult` - Submit data with recipient keys and personhood proof, returns hash + pool status
80-
//! - `hop_claim(hash: Bytes, signature: Bytes) -> Bytes` - Claim data with ed25519 signature
79+
//! - `hop_submit(data: Bytes, recipients: Vec<Bytes>, proof: Bytes) -> SubmitResult` - Submit data with SCALE-encoded MultiSigner recipient keys and personhood proof, returns hash + pool status
80+
//! - `hop_claim(hash: Bytes, signature: Bytes) -> Bytes` - Claim data with SCALE-encoded MultiSignature
8181
//! - `hop_poolStatus() -> PoolStatus` - Get pool statistics
8282
//!
8383
//! ## CLI Flags

0 commit comments

Comments
 (0)