Skip to main content

TypeScript shape

interface MetadataResponse {
  lastProcessedBlock: number | null;
  lastProcessedTimestamp: number | null;
  networkId: number;
  networkName: string;
}
lastProcessedBlock
Int!
Last block indexed for this network.
lastProcessedTimestamp
Int!
Unix timestamp of the last processed block.
networkId
Int!
Network ID.
networkName
String!
Display name of the network.