BlockchainInfo constructor

BlockchainInfo({
  1. required String tipHash,
  2. required int tipHeight,
})

Implementation

BlockchainInfo({required this.tipHash, required this.tipHeight});