Trait RuntimeExtrinsic
polymesh::service
pub trait RuntimeExtrinsic: Codec + Send + Sync + 'static { }
impl<E> RuntimeExtrinsic for E where E: Codec + Send + Sync + 'static,