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

    Class ExtendedCommitInfo

    from message tendermint.abci.ExtendedCommitInfo

    Hierarchy

    Index

    Constructors

    Properties

    round: number = 0

    The round at which the block proposer decided in the previous height.

    from field: int32 round = 1;

    votes: ExtendedVoteInfo[] = []

    List of validators' addresses in the last validator set with their voting information, including vote extensions.

    from field: repeated tendermint.abci.ExtendedVoteInfo votes = 2;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "tendermint.abci.ExtendedCommitInfo"

    Methods