ListBlockchainNodesResponse constructor

ListBlockchainNodesResponse({
  1. List<BlockchainNode>? blockchainNodes,
  2. String? nextPageToken,
  3. List<String>? unreachable,
})

Implementation

ListBlockchainNodesResponse({
  this.blockchainNodes,
  this.nextPageToken,
  this.unreachable,
});