pub trait OpTxGetter: TransactionGetter {
type OpTransaction: OpTxTrait;
// Required method
fn op_tx(&self) -> &Self::OpTransaction;
}
pub trait OpTxGetter: TransactionGetter {
type OpTransaction: OpTxTrait;
// Required method
fn op_tx(&self) -> &Self::OpTransaction;
}