ontology_dart_sdk
crypto
Signature
hexEncoded property
hexEncoded
Signature class
Constructors
Signature
fromBytes
fromHexStr
Properties
algorithm
bytes
hexEncoded
r
s
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
hexEncoded property
String
hexEncoded
Implementation
String get hexEncoded { return Convert.bytesToHexStr(bytes); }