Avalanche SDK Client
    Preparing search index...

    Type Alias GetBlockByHeightParameters

    The parameters for the avm.getBlockByHeight method.

    type GetBlockByHeightParameters = {
        encoding?: "hex" | "json";
        height: number;
    }
    Index

    Properties

    Properties

    encoding?: "hex" | "json"

    The encoding of the block. Only "hex" or "json" are supported.

    height: number

    The height of the block to get.