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

    Validator

    from message tendermint.abci.Validator

    Hierarchy

    Index

    Constructors

    Properties

    address: Uint8Array<ArrayBuffer> = ...

    The first 20 bytes of SHA256(public key)

    from field: bytes address = 1;

    power: bigint = protoInt64.zero

    PubKey pub_key = 2 [(gogoproto.nullable)=false];

    The voting power

    from field: int64 power = 3;

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

    Methods