ExecuteSwapOperation: {
    execute_swap_operations: {
        max_spread: undefined | string;
        minimum_receive: undefined | string;
        operations: SwapOperationRaw[];
        to: undefined | string;
    };
}

Type declaration

  • execute_swap_operations: {
        max_spread: undefined | string;
        minimum_receive: undefined | string;
        operations: SwapOperationRaw[];
        to: undefined | string;
    }
    • max_spread: undefined | string
    • minimum_receive: undefined | string
    • operations: SwapOperationRaw[]
    • to: undefined | string

Generated using TypeDoc