Class EnterpriseAddress

Represents an enterprise address in the Cardano blockchain.

An enterprise address is a type of Shelley-era address that includes only a payment credential. Unlike base addresses, enterprise addresses cannot be used for staking and are typically used by exchanges or other entities that only need to receive and send funds.

Properties

ptr: number

The memory address of the EnterpriseAddress WASM object.

Methods

  • Gets the Bech32 string representation of the enterprise address.

    Returns string

    A Bech32 string containing the address.

    If the operation fails.

  • Gets the raw bytes of the enterprise address.

    Returns Uint8Array

    A byte array containing the address data.

    If the operation fails.