Skip to main content
注意: このページはまだ日本語に翻訳されていません。以下は英語の原文です。
Extracts both zone and UTXO information from a given blockchain address. This function first determines the address’s zone by its byte prefix, then checks the 9th bit of the address to ascertain if it’s a UTXO or non-UTXO address.

Parameters

Returns

AddressDetails | null An object containing the zone and UTXO information, or null if no address is found.

Source

utils/shards.ts:37