-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add send BoC return hash method to provider #199
base: master
Are you sure you want to change the base?
Add send BoC return hash method to provider #199
Conversation
09cc37b
to
66ddbce
Compare
* @param base64 {string} base64 of boc bytes Cell.toBoc | ||
* @return Object containing result, error, code | ||
*/ | ||
async sendBocReturnHash(base64) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rabm2k7:improvement/add-send-boc-return-hash
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 month later; still waiting on a merge 😮💨
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rabm2k7:improvement/add-send-boc-return-hash
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
لطفا کش را برگردانید
2e0d42b6a7e4420f40a33528e307f76251b3eba233239ade440ad2929e5c5184 |
src/providers/index.js |
This PR adds send BoC return hash method to HttpProvider class.