Type alias CollectionOrderInput

CollectionOrderInput: {
    amount: Scalars["BigInt"];
    collectionId: Scalars["Int"];
    currencyAddress: Scalars["Address"];
    expirationTime: Scalars["BigInt"];
    isAsk?: InputMaybe<Scalars["Boolean"]>;
    maxExecutions?: InputMaybe<Scalars["BigInt"]>;
    signature?: InputMaybe<Scalars["Signature"]>;
    startTime: Scalars["BigInt"];
    taker?: InputMaybe<Scalars["Address"]>;
}

Type declaration