Interface CreateListingParams

interface CreateListingParams {
    orderComponents: OrderComponents;
    orderHash: string;
    orderSignature: string;
    makerFees: FeeValue[];
}

Properties

orderComponents: OrderComponents
orderHash: string
orderSignature: string
makerFees: FeeValue[]