feat: add executor encoder test

This commit is contained in:
royvardhan
2025-01-29 22:26:24 +05:30
parent 5c396512cf
commit ad70a0d5a8
3 changed files with 58 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ pub struct Solution {
/// Amount of the given token.
pub given_amount: BigUint,
/// The token being bought (exact in) or sold (exact out).
checked_token: Bytes,
pub checked_token: Bytes,
/// Expected amount of the bought token (exact in) or sold token (exact out).
pub expected_amount: BigUint,
/// Minimum amount to be checked for the solution to be valid.