pub trait SetMinVersion {
// Required method
fn set_min_version(
&mut self,
_0: WalletFeature,
_1: Option<*mut WalletBatch>
);
}
pub trait SetMinVersion {
// Required method
fn set_min_version(
&mut self,
_0: WalletFeature,
_1: Option<*mut WalletBatch>
);
}