类 AccountAddressUtils
java.lang.Object
org.starcoin.utils.AccountAddressUtils
-
字段概要
-
构造器概要
-
方法概要
修饰符和类型方法说明static byte[]
bytes(AccountAddress address)
static AccountAddress
create(byte[] bytes)
static AccountAddress
static AccountAddress
from_hex_literal(String hexLiteral)
从十六进制字符串转AccountAddress,支持短地址static AccountAddress
getFromMultiPublicKey(MultiEd25519PublicKey publicKey)
static AccountAddress
getFromPublicKey(Ed25519PublicKey publicKey)
static String
getHexFromPublicKey(Ed25519PublicKey publicKey)
static String
hex(AccountAddress address)
-
字段详细资料
-
ACCOUNT_ADDRESS_LENGTH
public static int ACCOUNT_ADDRESS_LENGTH
-
-
构造器详细资料
-
AccountAddressUtils
public AccountAddressUtils()
-
-
方法详细资料
-
create
-
create
-
from_hex_literal
从十六进制字符串转AccountAddress,支持短地址- 参数:
hexLiteral
-- 返回:
-
hex
-
bytes
-
getFromPublicKey
-
getFromMultiPublicKey
-
getHexFromPublicKey
-