feat(server::evm::engine): initial wiring of all components -- we now can evaluate transactions
This commit is contained in:
@@ -114,8 +114,8 @@ async fn check_volume_rate_limits(
|
||||
Ok(violations)
|
||||
}
|
||||
|
||||
pub struct TokenTransferPolicy;
|
||||
impl Policy for TokenTransferPolicy {
|
||||
pub struct TokenTransfer;
|
||||
impl Policy for TokenTransfer {
|
||||
type Settings = Settings;
|
||||
type Meaning = Meaning;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user