All Downloads are FREE. Search and download functionalities are using the official Maven repository.

contracts.nft.params.fc Maven / Gradle / Ivy

There is a newer version: 0.8.0
Show newest version
int workchain() asm "0 PUSHINT";

() force_chain(slice addr) impure {
  (int wc, _) = parse_std_addr(addr);
  throw_unless(333, wc == workchain());
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy