TON SDK Documentation - v15.3.1duck0.0.3
    Preparing search index...

    Interface StateInit

    interface StateInit {
        code?: Maybe<Cell>;
        data?: Maybe<Cell>;
        libraries?: Maybe<Dictionary<bigint, SimpleLibrary>>;
        special?: Maybe<TickTock>;
        splitDepth?: Maybe<number>;
    }
    Index

    Properties

    code?: Maybe<Cell>
    data?: Maybe<Cell>
    libraries?: Maybe<Dictionary<bigint, SimpleLibrary>>
    special?: Maybe<TickTock>
    splitDepth?: Maybe<number>