pub trait GetTransactionAction { // Required method fn action(&self) -> TransactionAction; }
Get the “action” (call or create) of an Ethereum transaction