SolanaTransactionConstant class
Constants related to Solana transactions.
Constructors
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
- maximumAccountKeys → const int
- Maximum number of account keys.
- packetDataSize → const int
- Size of packet data.
- publicKeyLength → const int
- Length of a public key in bytes.
- signatureLengthInBytes → const int
- Length of a signature in bytes.
- versionPrefixMask → const int
- Mask for the version prefix.