pub trait GetT {
    // Required method
    fn get(hash: H256, from_address: H160, txn: &TransactionV2) -> Self;
}

Required Methods§

source

fn get(hash: H256, from_address: H160, txn: &TransactionV2) -> Self

Object Safety§

This trait is not object safe.

Implementors§