ontology_dart_sdk
wallet
ControlData
ControlData constructor
ControlData
ControlData class
Constructors
ControlData
fromJson
Properties
address
encryptedKey
hash
id
publicKey
salt
hashCode
runtimeType
Methods
toJson
noSuchMethod
toString
Operators
operator ==
ControlData constructor
ControlData
(
String
id
,
PrivateKey
encryptedKey
,
String
address
,
String
publicKey
,
String
salt
)
Implementation
ControlData( this.id, this.encryptedKey, this.address, this.publicKey, this.salt);