@sentio/sdk
    Preparing search index...

    Interface UpdateEpochIntervalEvent

    interface UpdateEpochIntervalEvent {
        new_epoch_interval: bigint;
        old_epoch_interval: bigint;
    }
    Index

    Properties

    new_epoch_interval: bigint
    old_epoch_interval: bigint