AptosRequestGetLedgerInfo class
Get the latest ledger information, including data such as chain ID,role type, ledger versions, epoch, etc. aptos documation
- Inheritance
- 
    - Object
- BaseServiceRequest<AptosApiLedgerInfo, Map< String, dynamic> , AptosRequestDetails>
- AptosRequest<AptosApiLedgerInfo, Map< String, dynamic> >
- AptosRequestGetLedgerInfo
 
Constructors
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- method → String
- 
  
  no setteroverride
- 
  pathParameters
  → List<String> 
- 
  
  no setterinherited
- 
  queryParameters
  → Map<String, String?> 
- 
  
  no setterinherited
- requestType → RequestServiceType
- 
  
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  buildRequest(int requestID) → AptosRequestDetails 
- 
  
  inherited
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  onResonse(Map< String, dynamic> result) → AptosApiLedgerInfo
- 
  
  override
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited