feat: UniswapV2 Swap Encoder

This commit is contained in:
TAMARA LIPOWSKI
2025-01-21 14:45:42 -05:00
parent 7890f26812
commit 7b4bf0205d
2 changed files with 82 additions and 6 deletions

View File

@@ -76,5 +76,6 @@ pub struct Transaction {
pub struct EncodingContext {
pub receiver: Bytes,
pub exact_out: bool,
// TODO I don't like this - what does this mean?
pub address_for_approvals: Bytes,
}