ontology_dart_sdk
wallet
Identity
Identity constructor
Identity
Identity class
Constructors
Identity
fromJson
Properties
controls
extra
isDefault
label
lock
ontid
hashCode
runtimeType
Methods
getPrivateKey
toJson
toKeystore
noSuchMethod
toString
Operators
operator ==
Static methods
create
fromEncryptedKey
fromKeystore
randomLabel
Identity constructor
Identity
(
String
ontid
,
String
label
,
bool
lock
,
bool
isDefault
, {
String
extra
})
Implementation
Identity(this.ontid, this.label, this.lock, this.isDefault, {this.extra});