tiki_sdk_dart
node
KeyModel
KeyModel constructor
KeyModel
KeyModel
constructor
Null safety
KeyModel
(
Uint8List
address
,
RsaPrivateKey
privateKey
)
Implementation
KeyModel(this.address, this.privateKey);
tiki_sdk_dart
node
KeyModel
KeyModel constructor
KeyModel class
Constructors
KeyModel
fromJson
Properties
address
hashCode
privateKey
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==