Skip to main content

TypeScript shape

interface AddEventsByMakerOutput {
  makerAddress: string;
  events: Event[];
}
makerAddress
String!
Wallet address of the maker (lowercase).
events
[Event!]!
Events the maker participated in, grouped per pool, ordered by (blockNumber, transactionIndex, logIndex). See Event.