Trait sov_modules_api::PublicKey
source · pub trait PublicKey {
// Required method
fn to_address<A: RollupAddress>(&self) -> A;
}
Expand description
PublicKey used in the Module System.
pub trait PublicKey {
// Required method
fn to_address<A: RollupAddress>(&self) -> A;
}
PublicKey used in the Module System.