Avalanche SDK Client
    Preparing search index...

    Type Alias GetHeightReturnType

    Return type for the platform.getHeight method. Get the current height of the P-Chain.

    type GetHeightReturnType = {
        height: number;
    }
    Index

    Properties

    Properties

    height: number

    The current height of the P-Chain