Skip to main content

TypeScript shape

interface WalletChartRange {
  start: number;
  end: number;
}
start
Int!
Start timestamp (unix seconds).
end
Int!
End timestamp (unix seconds).