Documentation

    Type Alias EpochMetrics

    type EpochMetrics = {
        endOfEpochInfo: EndOfEpochInfo | null;
        epoch: string;
        epochStartTimestamp: string;
        epochTotalTransactions: string;
        firstCheckpointId: string;
    }
    Index

    Properties

    endOfEpochInfo: EndOfEpochInfo | null
    epoch: string
    epochStartTimestamp: string
    epochTotalTransactions: string
    firstCheckpointId: string
    MMNEPVFCICPMFPCPTTAAATR