def get_node_info(self): # type: () -> dict """ Returns information about the node. References: - https://iota.readme.io/docs/getnodeinfo """ return core.GetNodeInfoCommand(self.adapter)()
def get_node_info(self): # type: () -> dict """ Returns information about the node. References: - https://docs.iota.org/docs/node-software/0.1/iri/references/api-reference#getnodeinfo """ return core.GetNodeInfoCommand(self.adapter)()