AlphTxData class
AlphTxData requires unsignedTx, txId, txId is the parameter to be signed.
Constructors
- AlphTxData({required String unsignedTx, required String txId})
- 
          AlphTxData.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- isSigned ↔ bool
- 
  
  getter/setter pairinherited
- message ↔ String
- 
  
  getter/setter pairinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- signature ↔ String
- 
  
  getter/setter pairoverride
- txId ↔ String
- 
  
  getter/setter pair
- unsignedTx ↔ String
- 
  
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toBroadcast() → Map< String, dynamic> 
- 
  
  override
- 
  toJson() → Map< String, dynamic> 
- 
  
  override
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited