Exemple #1
0
    def interrupt_attaching_to_tangle(self):
        # type: () -> dict
        """
    Interrupts and completely aborts the :py:meth:`attach_to_tangle`
    process.

    References:
      - https://iota.readme.io/docs/interruptattachingtotangle
    """
        return core.InterruptAttachingToTangleCommand(self.adapter)()
Exemple #2
0
    def interrupt_attaching_to_tangle(self):
        # type: () -> dict
        """
        Interrupts and completely aborts the :py:meth:`attach_to_tangle`
        process.

        References:

        - https://docs.iota.org/docs/node-software/0.1/iri/references/api-reference#interruptattachingtotangle
        """
        return core.InterruptAttachingToTangleCommand(self.adapter)()