Avalanche SDK Client
    Preparing search index...

    Type Alias GetProposedHeightReturnType

    Return type for the platform.getProposedHeight method. Get the proposed height of the P-Chain.

    type GetProposedHeightReturnType = {
        height: number;
    }
    Index

    Properties

    Properties

    height: number

    The proposed height of the P-Chain