Trait moonbeam_rpc_txpool::GetT
source · pub trait GetT {
// Required method
fn get(hash: H256, from_address: H160, txn: &TransactionV2) -> Self;
}
Required Methods§
Object Safety§
This trait is not object safe.
pub trait GetT {
// Required method
fn get(hash: H256, from_address: H160, txn: &TransactionV2) -> Self;
}