Type alias NftPriceSample

NftPriceSample: Node & {
    __typename?: "NFTPriceSample";
    currencyAddress: Scalars["Address"];
    id: Scalars["String"];
    order: Order;
    orderId: Scalars["Int"];
    surveyedId: Scalars["Int"];
    taker: Scalars["Address"];
    timestamp: Scalars["Int"];
    value: Scalars["BigInt"];
}

Type declaration