mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Update op-code for provider/contract interaction (#602)
* Update provider->contract deploy_contract op-code * Switch to B{} representation of child contracts
This commit is contained in:
parent
681b494410
commit
7a78ea33b7
8 changed files with 31 additions and 22 deletions
|
@ -1,4 +1,5 @@
|
|||
const op::offer_storage_contract = 0x107c49ef;
|
||||
const op::deploy_storage_contract = 0xe4748df1;
|
||||
const op::close_contract = 0x79f937ea;
|
||||
const op::contract_deployed = 0xbf7bd0c1;
|
||||
const op::storage_contract_confirmed = 0xd4caedcd;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue