/sendBoc

Send serialized boc file: fully packed and serialized external message to blockchain.

Parameters:

None

Example:

// Request
url -X 'POST' \
  'https://ton.blockpi.network/v1/rpc/your-rpc-key/sendBoc' \
  -H 'accept: application/json' \
  -H 'Content-Type: application/json' \
  -d '{
  "boc": "string"
}'

// Result

Last updated