feat(server::evm::engine): initial wiring of all components -- we now can evaluate transactions

This commit is contained in:
hdbg
2026-03-09 19:28:50 +01:00
parent 67fce6f06a
commit c5f9cfcaa0
3 changed files with 146 additions and 61 deletions

View File

@@ -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;