interface Fee {
    type: orderbook.FeeType;
    recipientAddress: string;
    amount: string;
}

Hierarchy (view full)

Properties

recipientAddress: string
amount: string