PublicKey class

Constructors

PublicKey(BigInt X, BigInt Y)
PublicKey.fromCompressedHex(String hexString)
convert a compressed hex string to a public key(List of 2 bigints)
PublicKey.fromHex(String hexString)
convert a hex string to a public key

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
X BigInt
getter/setter pair
Y BigInt
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toCompressedHex() String
generate a compressed hex string from a public key
toHex() String
generate a hex string from a public key
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override