mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
add extra currencies support to emulator (#1494)
This commit is contained in:
parent
da5644e758
commit
e7e57f8e6d
5 changed files with 149 additions and 2 deletions
|
@ -33,6 +33,10 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
void set_extra_currencies(td::Ref<vm::Cell> extra_currencies) {
|
||||
args_.set_extra_currencies(std::move(extra_currencies));
|
||||
}
|
||||
|
||||
void set_c7_raw(td::Ref<vm::Tuple> c7) {
|
||||
args_.set_c7(std::move(c7));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue