The addresses are a blake2b-256 hash of the relevant verifying/public keys concatenated with some metadata.

Hierarchy

  • Address

Constructors

Properties

Methods

  • Encodes this address to Base58.

    Throws

    if is a Shelley address. In principle, it is possible for Shelley address to be encoded in Base58. However, implementations are discouraged to encode addresses against the convention, as this helps with the goal that lay users only encounter a single, canonical version of every address. (See CIP-19.)

    Returns Cardano.PaymentAddress

  • Checks whether the given bech32 string is valid. Note: bech32-encoded Byron addresses will also pass validation here

    Parameters

    • bech32: string

    Returns boolean

Generated using TypeDoc