MCPcopy Create free account
hub / github.com/ddimaria/rust-blockchain-tutorial / Signature

Class Signature

utils/src/crypto.rs:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16pub struct Signature {
17 pub v: u64,
18 pub r: H256,
19 pub s: H256,
20}
21
22impl From<RecoverableSignature> for Signature {
23 fn from(value: RecoverableSignature) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected