Documentation

    Type Alias EpochInfo

    type EpochInfo = {
        endOfEpochInfo: EndOfEpochInfo | null;
        epoch: string;
        epochStartTimestamp: string;
        epochTotalTransactions: string;
        firstCheckpointId: string;
        referenceGasPrice: number | null;
        validators: SuiValidatorSummary[];
    }
    Index

    Properties

    endOfEpochInfo: EndOfEpochInfo | null
    epoch: string
    epochStartTimestamp: string
    epochTotalTransactions: string
    firstCheckpointId: string
    referenceGasPrice: number | null
    validators: SuiValidatorSummary[]
    MMNEPVFCICPMFPCPTTAAATR