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

    Type Alias BlockStatusView

    Height and hash of a block

    type BlockStatusView = {
        hash: CryptoHash;
        height: number;
    }
    Index

    Properties

    Properties

    height: number