Hierarchy

  • UniversalAddress

Implements

Constructors

  • Parameters

    • address: string | Uint8Array
    • Optional format: "hex" | "base58" | "bech32" | "algorandAppId" | "sha256"

    Returns UniversalAddress

Properties

address: any
type: string
byteSize: 32 = 32
stringToUint8Array: any

Methods

  • Parameters

    Returns boolean

  • Type Parameters

    • T extends "Solana" | "Ethereum" | "Terra" | "Bsc" | "Polygon" | "Avalanche" | "Oasis" | "Algorand" | "Aurora" | "Fantom" | "Karura" | "Acala" | "Klaytn" | "Celo" | "Near" | "Moonbeam" | "Neon" | "Terra2" | "Injective" | "Osmosis" | "Sui" | "Aptos" | "Arbitrum" | "Optimism" | "Gnosis" | "Pythnet" | "Xpla" | "Btc" | "Base" | "Sei" | "Rootstock" | "Wormchain" | "Cosmoshub" | "Evmos" | "Kujira" | "Sepolia" | "Evm" | "Cosmwasm"

    Parameters

    • chainOrPlatform: T

    Returns NativeAddress<T>

  • Returns string

  • Returns Uint8Array

  • Returns Uint8Array

  • Parameters

    • address: any

    Returns address is UniversalAddress

  • Parameters

    • address: string
    • Optional format: "hex" | "base58" | "bech32" | "algorandAppId" | "sha256"

    Returns boolean

Generated using TypeDoc