Function poxAddressToTuple

  • Converts a PoX address to a tuple (e.g. to be used in a Clarity contract call).

    Parameters

    • poxAddress: string

      The PoX bitcoin address to be converted.

    Returns TupleCV<TupleData<BufferCV>>

    The converted PoX address as a tuple of version and hashbytes.

Generated using TypeDoc