GetInfoResponse constructor

GetInfoResponse({
  1. required String resultType,
  2. required String alias,
  3. required String color,
  4. required String pubkey,
  5. required BitcoinNetwork network,
  6. required int block_height,
  7. required String block_hash,
  8. required List<String> methods,
  9. required List<String> notifications,
})

Implementation

GetInfoResponse(
    {required super.resultType,
    required this.alias,
    required this.color,
    required this.pubkey,
    required this.network,
    required this.block_height,
    required this.block_hash,
    required this.methods,
    required this.notifications});