Skip to main content

TypeScript shape

interface AddTokenLifecycleEventsOutput {
  id: string;
  events: TokenLifecycleEvent[];
}
id
String!
Subscription scope id. tokenAddress:networkId for a token-scoped sub (e.g. 0xc02aaa39…:1); *:networkId for a network-firehose sub.
events
[TokenLifecycleEvent!]!
Mint/burn events in this batch. See TokenLifecycleEvent.