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

    Class PrivKey

    PrivKey defines a type alias for an ecdsa.PrivateKey that implements Tendermint's PrivateKey interface.

    from message ethereum.PrivKey

    Hierarchy

    Index

    Constructors

    Properties

    key: Uint8Array<ArrayBuffer> = ...

    key is the private key in byte form

    from field: bytes key = 1;

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

    Methods