Type alias NftOrderInput

NftOrderInput: {
    amount: Scalars["BigInt"];
    contractAddress: Scalars["Address"];
    currencyAddress: Scalars["Address"];
    expirationTime: Scalars["BigInt"];
    isAsk: Scalars["Boolean"];
    repaymentSignature?: InputMaybe<Scalars["Signature"]>;
    replaceOrderId?: InputMaybe<Scalars["Int"]>;
    signature?: InputMaybe<Scalars["Signature"]>;
    startTime: Scalars["BigInt"];
    taker?: InputMaybe<Scalars["Address"]>;
    tokenId: Scalars["BigInt"];
}

Type declaration