8000 Add `initData` to contract generated abi · Issue #3426 · tact-lang/tact · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Add initData to contract generated abi #3426
Open
@Kaladin13

Description

@Kaladin13

Now we only have contract persistent c4 info in abi, we also need to have init data in it

contract Test1 {
    asd: Int as int128;
    // we need to have something like this `_ someFields:^Cell = InitData` in abi
    init(someFields: Cell) {
        self.asd = 1;
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    scope: abiApplication Binary Interface (src/generator/createABI.ts)

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0