interface IndexerCollateralEvent {
    timestamp: BigNumber;
    submissionIndex: string;
    amount: BigNumber;
    newAmount: BigNumber;
    snapshot: IndexerEventSpotStateSnapshot;
}

Hierarchy (view full)

Properties

timestamp: BigNumber
submissionIndex: string
amount: BigNumber
newAmount: BigNumber