NodeInfoApplicationVersion constructor
NodeInfoApplicationVersion({})
Represents a response from the node_info endpoint from the blockchain.
Implementation
NodeInfoApplicationVersion({
required this.version,
this.name,
this.serverName,
this.clientName,
this.commit,
this.buildTags,
this.go,
this.buildDeps,
});