Skip to main content
注意: 此页面尚未翻译成中文。以下内容为英文原版。
Determines the transaction type based on the sender and recipient addresses. The function checks if both addresses are UTXO addresses, in which case it returns 2. If only the sender address is a UTXO address, it returns 1. Otherwise, it returns 0.

Parameters

Returns

number The transaction type based on the addresses.

Source

utils/shards.ts:53