NodeInfoResponse constructor
NodeInfoResponse({
- required NodeInfo nodeInfo,
- required NodeInfoApplicationVersion applicationVersion,
Represents a response from the node_info endpoint from the blockchain.
Implementation
NodeInfoResponse({
required this.nodeInfo,
required this.applicationVersion,
});