pub fn token_operation<CTX, ERROR>(
context: &mut CTX,
sender: Address,
recipient: Address,
amount: U256,
) -> Result<(), ERROR>where
CTX: ContextTr,
ERROR: From<InvalidTransaction> + From<InvalidHeader> + From<<CTX::Db as Database>::Error> + From<PrecompileError>,
Expand description
Helpers