NosoCore class

Constructors

NosoCore()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

base58Checksum(String input) int
Computes the checksum of a Base58-encoded string.
base58DecimalTo58(String number) String
Converts a decimal number to Base58 using the specified alphabet.
base58Encode(String hexNumber, BigInt alphabetNumber) String
Base58 encodes a hexadecimal number using the specified alphabet.
generateKeyPair() KeyPair
Generates a random key pair.
getAddressFromPublicKey(String publicKey) String
Derives an address from a public key using multiple hashing algorithms.
getOrderHash(String value) String
Returns the generated order hash for a given value.
getSha256HashToString(String publicKey) String
Calculates the SHA-256 hash of a given public key.
getTransferHash(String value) String
Returns the generated transfer hash for a given value.
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