Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DetermineWalletType ¶
DetermineWalletType 判断钱包地址的类型
func IsValidBTCAddress ¶
IsValidBTCAddress 是否有效的BTC地址 简称:OMNI 使用的比特币地址的正确格式: 1. BTC 地址是包含 26-35 个字母数字字符的标识符。 2. BTC 地址以数字 1、3 或 bc1 开头。 3. 它包含 0 到 9 范围内的数字。 4. 它允许使用大写和小写字母字符。 5. 有一点需要注意:没有使用大写字母 O、大写字母 I、小写字母 l 和数字 0,以避免视觉上的歧义。 6. 它不应包含空格和其他特殊字符。
func IsValidCryptocurrencyAddress ¶
IsValidCryptocurrencyAddress 校验加密货币钱包地址
func IsValidETHAddress ¶
IsValidETHAddress 是否有效的ETH地址 简称:ERC20
func IsValidTRONAddress ¶
IsValidTRONAddress 是否有效的TRON地址 简称:TRC20
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.