MCPcopy Create free account
hub / github.com/docknetwork/crypto / IssuerSecretKey

Class IssuerSecretKey

syra/src/setup.rs:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52)]
53#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
54pub struct IssuerSecretKey<F: PrimeField>(
55 #[cfg_attr(feature = "serde", serde_as(as = "ArkObjectBytes"))] pub F,
56);
57
58/// Issuer's public key
59#[cfg_attr(feature = "serde", cfg_eval::cfg_eval, serde_with::serde_as)]

Callers 4

issue_with_known_user_idFunction · 0.70
mainFunction · 0.50

Calls

no outgoing calls

Tested by 2

issue_with_known_user_idFunction · 0.56