Type Alias ExchangeAction

ExchangeAction: {
    buildTransaction: (() => Promise<TransactionData>);
    orders: LootexOrder[];
    type: "exchange";
}