GasCosts: {
contractRoot: {
base: string;
gasPerUnit: string;
type: "HeavyOperation";
} | {
base: string;
type: "LightOperation";
unitsPerGas: string;
};
ecr1: string;
newStoragePerByte: string;
s256: {
base: string;
gasPerUnit: string;
type: "HeavyOperation";
} | {
base: string;
type: "LightOperation";
unitsPerGas: string;
};
stateRoot: {
base: string;
gasPerUnit: string;
type: "HeavyOperation";
} | {
base: string;
type: "LightOperation";
unitsPerGas: string;
};
vmInitialization: {
base: string;
gasPerUnit: string;
type: "HeavyOperation";
} | {
base: string;
type: "LightOperation";
unitsPerGas: string;
};
}