PrivateKeyBigIntStringFormat<TPrivateKey> class

Constructors

PrivateKeyBigIntStringFormat.new({required String bigIntToString(BigInt), required BigInt stringToBigInt(String), required TPrivateKey bigIntToPrivateKey(BigInt), required BigInt privateKeyToBigInt(TPrivateKey)})

Properties

bigIntToPrivateKey ↔ TPrivateKey Function(BigInt)
getter/setter pair
bigIntToString String Function(BigInt)
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
privateKeyToBigInt BigInt Function(TPrivateKey)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringToBigInt BigInt Function(String)
getter/setter pair

Methods

export(TPrivateKey privateKey) String
import(String string) → TPrivateKey
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