Avalanche SDK Client
    Preparing search index...

    Type Alias GetHeightReturnType

    The return type for the avm.getHeight method.

    type GetHeightReturnType = {
        height: number;
    }
    Index

    Properties

    Properties

    height: number

    The height of the block.