interface IndexerSubaccountSnapshot {
    timestamp: BigNumber;
    balances: IndexerSnapshotBalance<IndexerEventBalanceStateSnapshot>[];
}

Properties

Properties

timestamp: BigNumber