pub trait ConfigurationForSystemContract {
// Required method
fn configuration_in_platform_version(
&self,
version: &PlatformVersion,
) -> Result<DataContractConfig, ProtocolError>;
}pub trait ConfigurationForSystemContract {
// Required method
fn configuration_in_platform_version(
&self,
version: &PlatformVersion,
) -> Result<DataContractConfig, ProtocolError>;
}