bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    BlockParams contains limits on the block size.

    from message tendermint.types.BlockParams

    Hierarchy

    Index

    Constructors

    Properties

    maxBytes: bigint = protoInt64.zero

    Max block size, in bytes. Note: must be greater than 0

    from field: int64 max_bytes = 1;

    maxGas: bigint = protoInt64.zero

    Max gas per block. Note: must be greater or equal to -1

    from field: int64 max_gas = 2;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "tendermint.types.BlockParams"

    Methods