This file contains hidden or 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
| /sendBocReturnHash | |
| 5iJ+NwpYPRgkUGMUSzoLMN4lnjpbRQPdJhgpCn0rLfs= | |
| V3 response /getTransactionByMessage (as can be see contains the hash return by sendBoc, so we can directly check transaction hash) | |
| "in_msg": { | |
| "hash": "5iJ+NwpYPRgkUGMUSzoLMN4lnjpbRQPdJhgpCn0rLfs=", | |
| "source": null, | |
| "destination": "0:CF67B0C367B5941C66A5BEEF066E2D8A27BF31A6F1C13FFCB40E1150607C920C", | |
| "value": null, | |
| "fwd_fee": null, |
This file contains hidden or 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
| FROM thyrlian/Android-sdk-vnc: latest | |
| LABEL maintainer "[email protected]" | |
| RUN sdkmanager "tools" "platform-tools" | |
| RUN yes | sdkmanager --update --channel=3 | |
| RUN yes | sdkmanager \ | |
| "platforms;Android-28" \ |
This file contains hidden or 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
| FROM thyrlian/android-sdk-vnc:latest | |
| LABEL maintainer "[email protected]" | |
| RUN sdkmanager "emulator" "tools" "platform-tools" | |
| RUN yes | sdkmanager --update --channel=3 | |
| RUN yes | sdkmanager \ | |
| "platforms;android-28" \ |