Private REQUEST_Private TDD_Private TDD_Private TDD_Private TRANSACTION_Private _isPrivate _isPrivate _walletPrivate abiPrivate contractwhether the wallet signer is connected to the DesmoHub contract.
whether the desmoHub is listening for events.
the provider used by the wallet signer.
the wallet
Private attachThis method is used to call the homonym function on the smart contract that disable a TDD. It produce an event when the transaction is sent. It is possible to get the result of the transaction by subscribing to the tddDisabled$ observable, after having activated the listeners.
This method is used to call the homonym function on the smart contract that enable a TDD. It produce an event when the transaction is sent. It is possible to get the result of the transaction by subscribing to the tddEnabled$ observable, after having activated the listeners.
This method is used to call the homonym function on the smart contract to get a new Request id. It produce an event when the transaction is sent. It is possible to get the result of the transaction by subscribing to the requestID$ observable, after having activated the listeners.
This method is used to call the homonym function on the smart contract that register a new TDD. It produce an event when the transaction is sent. It is possible to get the result of the transaction by subscribing to the tddCreated$ observable, after having activated the listeners.
the url of the TDD to be created.
Generated using TypeDoc
This class is the main entrypoint to interact with the DesmoHub contract. It is responsible for calling all the functions of the contract and returning the results.