Type alias SwapMethod

SwapMethod: {
    max_amount: number;
    method: string;
    min_amount: number;
    unit: string;
}

Ecash to other MoE swap method, displayed in

Type declaration

  • max_amount: number
  • method: string
  • min_amount: number
  • unit: string

Generated using TypeDoc