NodeInfoOther constructor

NodeInfoOther({
  1. String? txIndex,
  2. Uri? rpcAddress,
})

Represents a response from the node_info endpoint from the blockchain.

Implementation

NodeInfoOther({
  this.txIndex,
  this.rpcAddress,
});