You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now we only have contract persistent c4 info in abi, we also need to have init data in it
contractTest1 {
asd: Intasint128;
// we need to have something like this `_ someFields:^Cell = InitData` in abiinit(someFields: Cell) {
self.asd=1;
}
}