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

Properties

Properties

timestamp: BigNumber