refactor: make group tokens and amount out min non optional
This commit is contained in:
@@ -119,9 +119,9 @@ pub struct EncodingContext {
|
||||
pub receiver: Bytes,
|
||||
pub exact_out: bool,
|
||||
pub router_address: Bytes,
|
||||
pub group_token_in: Option<Bytes>,
|
||||
pub group_token_out: Option<Bytes>,
|
||||
pub amount_out_min: Option<BigUint>,
|
||||
pub group_token_in: Bytes,
|
||||
pub group_token_out: Bytes,
|
||||
pub amount_out_min: BigUint,
|
||||
}
|
||||
|
||||
#[derive(Clone, PartialEq, Eq, Hash)]
|
||||
|
||||
Reference in New Issue
Block a user