ADAByronAddrConst class

Constants related to Ada Byron era addresses in Cardano.

The ADAByronAddrConst class contains various constants used for Ada Byron era addresses:

  • chacha20Poly1305AssocData: An empty List
  • chacha20Poly1305Nonce: A predefined nonce used for encryption purposes.
  • payloadTag: An integer representing the payload tag for Ada Byron era addresses.

These constants are essential for handling and processing Ada Byron era addresses.

Constructors

ADAByronAddrConst()

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

Static Properties

chacha20Poly1305AssocData List<int>
An empty List
final
chacha20Poly1305Nonce List<int>
A predefined nonce used for encryption purposes.
final

Constants

payloadTag → const int
An integer representing the payload tag for Ada Byron era addresses.