Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PrivKey

Hierarchy

  • PrivKey

Implemented by

Index

Methods

equals

  • equals(privKey: PrivKey): boolean

serialize

  • serialize(): Uint8Array

sign

  • sign(msg: Uint8Array): Uint8Array

toBytes

  • toBytes(): Uint8Array
  • Returns Uint8Array

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

toPubKey

Generated using TypeDoc