Interface OrderFee

interface OrderFee {
    amount: FeePercentage | FeeToken;
    recipient: string;
}

Properties

Properties

recipient: string