1
0
Fork 0
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:
Marat 2025-01-26 14:39:05 +01:00 committed by GitHub
parent da5644e758
commit e7e57f8e6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 149 additions and 2 deletions

View file

@ -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));
}