AccountEntityHistoryStorageEntity: {
    accounts: string[];
    id: string;
    index?: number;
    timestamp: number;
}

Type declaration

  • accounts: string[]
  • id: string
  • Optional index?: number
  • timestamp: number

Generated using TypeDoc