Avalanche SDK Client
    Preparing search index...

    Type Alias GetBlockByHeightParameters

    Parameters for the platform.getBlockByHeight method. Get a block by its height.

    type GetBlockByHeightParameters = {
        encoding?: Encoding;
        height: number;
    }
    Index

    Properties

    Properties

    encoding?: Encoding

    The encoding format to use. Can be either 'hex' or 'json'. Defaults to 'hex'

    height: number

    The block height to query