/sendBocReturnHash
Send serialized boc file: fully packed and serialized external message to blockchain. The method returns message hash.
Parameters:
None
Example:
// Request
url -X 'POST' \
'https://ton.blockpi.network/v1/rpc/your-rpc-key/sendBocReturnHash' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"boc": "string"
}'
// Result
Last updated
Was this helpful?