near-api-js - v7.0.4
    Preparing search index...

    Type Alias CongestionInfoView

    Stores the congestion level of a shard. More info about congestion here

    type CongestionInfoView = {
        allowed_shard: number;
        buffered_receipts_gas: string;
        delayed_receipts_gas: string;
        receipt_bytes: number;
    }
    Index

    Properties

    allowed_shard: number
    buffered_receipts_gas: string
    delayed_receipts_gas: string
    receipt_bytes: number