toggle menu
lattice-kt
1.0-SNAPSHOT
jvm
switch theme
search in API
lattice
/
com.example.lattice
/
CredentialConfig
Credential
Config
data
class
CredentialConfig
(
val
accountAddress
:
String
,
val
privateKey
:
String
,
val
passphrase
:
String
?
=
null
)
交易的凭证信息
Members
Constructors
Credential
Config
Link copied to clipboard
constructor
(
accountAddress
:
String
,
privateKey
:
String
,
passphrase
:
String
?
=
null
)
Properties
account
Address
Link copied to clipboard
val
accountAddress
:
String
账户地址
passphrase
Link copied to clipboard
val
passphrase
:
String
?
=
null
身份密码,用来解密FileKey,默认null
private
Key
Link copied to clipboard
val
privateKey
:
String
私钥(16进制字符串)