Skip to main content

Variable: GasLimits

const GasLimits: BcsStruct<{
maxGasPerBlock: BcsType<string, string | number | bigint, "u64">;
minGasPerRequest: BcsType<string, string | number | bigint, "u64">;
maxGasPerRequest: BcsType<string, string | number | bigint, "u64">;
maxGasExternalViewCall: BcsType<string, string | number | bigint, "u64">;
}, string>;