public interface INode
The interface
INode
represents a node in a blockchain network.
This interface defines methods for getting and setting the address of a node.
-
Method Summary
Modifier and TypeMethodDescriptionGets the address of the node.void
setAddress
(URL address) Sets the address of the node.