Type alias MasterchainStateExtra

MasterchainStateExtra: {
    config: Dictionary<number, Cell>;
    configAddress: bigint;
    globalBalance: CurrencyCollection;
}

Type declaration

Generated using TypeDoc