feat: add executor encoder test
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user