Exemplo n.º 1
0
    def get_node_info(self):
        # type: () -> dict
        """
    Returns information about the node.

    References:
      - https://iota.readme.io/docs/getnodeinfo
    """
        return core.GetNodeInfoCommand(self.adapter)()
Exemplo n.º 2
0
    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)()