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

    Class PubKey

    PubKey defines a type alias for an ecdsa.PublicKey that implements Tendermint's PubKey interface. It represents the 33-byte compressed public key format.

    from message ethereum.PubKey

    Hierarchy

    Index

    Constructors

    Properties

    key: Uint8Array<ArrayBuffer> = ...

    key is the public key in byte form

    from field: bytes key = 1;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "ethereum.PubKey"

    Methods