Lockup class 
 
    
  
Lockup
    
    
  
    Constructors
    
        - 
          Lockup({required i64 unixTimestamp, required i64 epoch, required String custodian})
        
- 
          Stake account lockup info.
            const 
- 
          Lockup.fromJson(Map<String, dynamic> json)
        
- 
          Creates an instance of thisclass from the constructor parameters defined in thejsonobject.factory 
 
    
  
    
  
    Methods
    
        - 
  borshSize()
    → int
  
  
- 
  Returns the serialized byte length of thisinstance.inherited 
- 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
- 
  Invoked when a nonexistent method or property is accessed.
  inherited 
- 
  toBorsh()
    → Iterable<int>
  
  
- 
  Serializes thisinstance into a buffer.inherited 
- 
  toJson()
    → Map<String, dynamic>
  
  
- 
  Serialises thisclass into a JSON object.override 
- 
  toString()
    → String
  
  
- 
  A string representation of this object.
  inherited 
 
    
  
    
  
    
  
    Static Methods
    
        - 
  tryFromJson(Map<String, dynamic>? json)
    → Lockup?
  
  
- 
  Creates an instance of thisclass from the constructor parameters defined in thejsonobject.override