PublicKeyCoder class

A pascal coin Public Key

Constructors

PublicKeyCoder({bool omitXYLengths = false})

Properties

curveCoder CurveCoder
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
omitXYLengths bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

decodeFromBase58(String? base58) PublicKey
Gets a public key instance from the given base58 string.
decodeFromBytes(Uint8List bytes) PublicKey
Decode public key from given bytes
encodeToBase58(PublicKey pubKey) String
encodeToBytes(PublicKey pubKey) Uint8List
Encode public key to bytes
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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