Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PubKey

Hierarchy

  • PubKey

Implemented by

Index

Methods

equals

  • equals(pubKey: PubKey): boolean

serialize

  • serialize(): Uint8Array

toAddress

toBytes

  • toBytes(): Uint8Array
  • Returns Uint8Array

    Return amino encoded bytes (including prefix bytes for concrete type).

verify

  • verify(msg: Uint8Array, sig: Uint8Array): boolean
  • Parameters

    • msg: Uint8Array
    • sig: Uint8Array

    Returns boolean

Generated using TypeDoc