Interface IStore

Hierarchy

  • IStore

Properties

Properties

mappings: {
    [location: string]: {
        keys: Expr[][];
        name: string | undefined;
        structs: bigint[];
        values: Expr[];
    };
}

mappings definition

Type declaration

  • [location: string]: {
        keys: Expr[][];
        name: string | undefined;
        structs: bigint[];
        values: Expr[];
    }
    • keys: Expr[][]
    • name: string | undefined
    • structs: bigint[]
    • values: Expr[]
variables: Map<bigint, Variable>

Variables definition

Generated using TypeDoc v0.25.2