Create an Arkade address from its server public key, Taproot output key, and prefix.
32-byte Arkade server public key
32-byte Taproot output key (a.k.a. tweaked public key)
Bech32 human-readable prefix
Address version byte
ReadonlyhrpBech32 human-readable prefix
Readonlyserver32-byte Arkade server public key
ReadonlyversionAddress version byte
Readonlyvtxo32-byte Taproot output key (a.k.a. tweaked public key)
ScriptPubKey used to send non-dust funds to the address.
ScriptPubKey used to send sub-dust funds to the address.
StaticdecodeDecode an Arkade address from its bech32m string form.
Bech32m-encoded Arkade address
Decoded Arkade address
ArkAddress allows creating and decoding bech32m-encoded Arkade addresses.
An Arkade address is composed of:
Remarks
This is an Arkade-specific address format. It is distinct from the Taproot onchain address returned by
VtxoScript.onchainAddress.See
VtxoScript
Example