-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add sendRawMessageWithConfirmation() to Tonlib; (works with tonlibjso…
…n.so/dll from testnet) * Sends raw message, bag of cells encoded in base64, with deliver confirmation. After the message * has been sent to the network this method looks up specified account transactions and returns * true if message was found among them. Timeout 60 seconds. add waitForDeployment() with default timeout 60s Transaction tl-b populates now hash field with in_msg.hash - does not coincide with rawTransaction hash though (todo); to all contracts added method sendWithConfirmation();
- Loading branch information
Showing
17 changed files
with
559 additions
and
314 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.