interface ContractStorage {
    root: {
        layout: {
            struct: {
                fields: any[];
                name: string;
            };
        };
        root_key: string;
    };
}

Properties

Properties

root: {
    layout: {
        struct: {
            fields: any[];
            name: string;
        };
    };
    root_key: string;
}