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

    PubKey is an ed25519 public key for handling Tendermint keys in SDK. It's needed for Any serialization and SDK compatibility. It must not be used in a non Tendermint key context because it doesn't implement ADR-28. Nevertheless, you will like to use ed25519 in app user level then you must create a new proto message and follow ADR-28 for Address construction.

    from message cosmos.crypto.ed25519.PubKey

    Hierarchy

    Index

    Constructors

    Properties

    key: Uint8Array<ArrayBuffer> = ...

    from field: bytes key = 1;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "cosmos.crypto.ed25519.PubKey"

    Methods