Type alias HistoricalAssetsQuery
HistoricalAssetsQuery: {
__typename?: "Query";
historicalAssets: {
__typename?: "HistoricalAsset";
accountId?: string | null;
assetId: string;
blockNumber: number;
dAmountInPool?: any | null;
dPrice?: number | null;
event: string;
id: string;
newAmountInPool?: any | null;
newPrice?: number | null;
timestamp: any;
ztgTraded?: any | null;
}[];
}
Type declaration
-
Optional
__typename?: "Query"
-
historicalAssets: {
__typename?: "HistoricalAsset";
accountId?: string | null;
assetId: string;
blockNumber: number;
dAmountInPool?: any | null;
dPrice?: number | null;
event: string;
id: string;
newAmountInPool?: any | null;
newPrice?: number | null;
timestamp: any;
ztgTraded?: any | null;
}[]