AccountDateRange: {
    account: string;
    blockchainId: Blockchain;
    endDate: number;
    startDate: number;
}

Describes a date range associated with an account.

Type declaration

  • account: string
  • blockchainId: Blockchain
  • endDate: number
  • startDate: number

Generated using TypeDoc