Address is the base interface all address types must implement.

Represents a parsed address

Hierarchy

  • Address

Implemented by

Methods

  • unwrap returns the underlying native address type, e.g.: a Uint8Array for UniversalAddress a checksum hex string string for EVM(ethers) a PublicKey for Solana etc.

    Returns unknown

Generated using TypeDoc