What is the best way to get the bytecode of a sc in b64?

Jun 16, 2023, 9:02 AM
Nvm
beginCell().storeStringTail('….').asSlice();

I guess?
Jun 16, 2023, 9:17 AM
thanks!
can somebody explain me this error? idk what i'm doing wrong
error: cannot assign an expression of type Forall (A) () -> A to a variable or pattern of type slice: cannot unify type slice with () -> ??41
slice replacement_grade_address = null;
just a minute
https://github.com/nujan-io/nujan-ide/
is it legal to store int in 8 bits?
i mean: .store_uint( value, 8 )
Jun 16, 2023, 10:23 AM
Yes you can, however, the value must fit in 8 bits or an error is thrown.
Jun 17, 2023, 5:40 AM

© 2024 Draquery.com All rights reserved.