ADABlockResponse class
Constructors
- ADABlockResponse({required int time, required String hash, required String slotLeader, required int size, required int txCount, required int confirmations, int? height, int? slot, int? epoch, int? epochSlot, String? output, String? fees, String? blockVrf, String? opCert, String? opCertCounter, String? previousBlock, String? nextBlock})
- 
          ADABlockResponse.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
- blockVrf → String?
- 
  VRF key of the block
  final
- confirmations → int
- 
  Number of block confirmations
  final
- epoch → int?
- 
  Epoch number
  final
- epochSlot → int?
- 
  Slot within the epoch
  final
- fees → String?
- 
  Total fees within the block in Lovelaces
  final
- hash → String
- 
  Hash of the block
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- height → int?
- 
  Block number
  final
- nextBlock → String?
- 
  Hash of the next block
  final
- opCert → String?
- 
  The hash of the operational certificate of the block
  final
- opCertCounter → String?
- 
  The value of the counter used to produce the operational certificate
  final
- output → String?
- 
  Total output within the block in Lovelaces
  final
- previousBlock → String?
- 
  Hash of the previous block
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- size → int
- 
  Block size in Bytes
  final
- slot → int?
- 
  Slot number
  final
- slotLeader → String
- 
  Bech32 ID of the slot leader or specific block description
  final
- time → int
- 
  Block creation time in UNIX time
  final
- txCount → int
- 
  Number of transactions in the block
  final
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  override
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited