Trait polkadot_service::generic::ExtendedCall
source · pub trait ExtendedCall {
// Required method
fn context(&self) -> Option<(String, String)>;
}
pub trait ExtendedCall {
// Required method
fn context(&self) -> Option<(String, String)>;
}