NodeInfoResponse constructor

NodeInfoResponse({
  1. required NodeInfo nodeInfo,
  2. required NodeInfoApplicationVersion applicationVersion,
})

Represents a response from the node_info endpoint from the blockchain.

Implementation

NodeInfoResponse({
  required this.nodeInfo,
  required this.applicationVersion,
});