AdaTransactionConstant class

Contains constants related to Ada transactions.

Constructors

AdaTransactionConstant()

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

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

Constants

blake2b224DigestSize → const int
The size of BLAKE2b-224 digests.
blake2b256DigestSize → const int
The size of BLAKE2b-256 digests.
ipv4Length → const int
The length of IPv4 addresses.
ipv6Length → const int
The length of IPv6 addresses.
proofLength → const int
The length of transaction proofs.
signatureLength → const int
The length of transaction signatures.