Interface FulfillmentListing

interface FulfillmentListing {
    listingId: string;
    takerFees: FeeValue[];
    amountToFill?: string;
}

Properties

listingId: string
takerFees: FeeValue[]
amountToFill?: string