pub trait ResolveAsRawNotarizedTransaction {
type Intermediate: AsRef<RawNotarizedTransaction>;
// Required method
fn resolve_raw_notarized_transaction(self) -> Self::Intermediate;
}
pub trait ResolveAsRawNotarizedTransaction {
type Intermediate: AsRef<RawNotarizedTransaction>;
// Required method
fn resolve_raw_notarized_transaction(self) -> Self::Intermediate;
}