@kiroboio/fct-core
Version:
Kirobo.io FCT Core library
31 lines • 1.55 kB
TypeScript
export type GlobalVariable = keyof typeof globalVariables;
export declare const globalVariables: {
readonly blockNumber: "0xFB0A000000000000000000000000000000000000";
readonly blockTimestamp: "0xFB0B000000000000000000000000000000000000";
readonly chainId: "0xFB0E000000000000000000000000000000000000";
readonly gasPrice: "0xFB0C000000000000000000000000000000000000";
readonly minerAddress: "0xFA0A000000000000000000000000000000000000";
readonly originAddress: "0xFA0B000000000000000000000000000000000000";
readonly investorAddress: "0xFA0C000000000000000000000000000000000000";
readonly activatorAddress: "0xFA0D000000000000000000000000000000000000";
readonly engineAddress: "0xFA0E000000000000000000000000000000000000";
readonly flowHash: "0xFB0D000000000000000000000000000000000000";
readonly randomNumber: "0xFB08000000000000000000000000000000000000";
readonly fctMaxGasPrice: "0xFB09000000000000000000000000000000000000";
readonly l1BlockNumber: "0xFBAA000000000000000000000000000000000000";
readonly fctMaxRepeats: "0xFB0FA000000000000000000000000000000000000";
readonly fctRepeatsLeft: "0xFB0FB000000000000000000000000000000000000";
};
export declare const globalVariablesBytes: {
blockNumber: string;
blockTimestamp: string;
chainId: string;
gasPrice: string;
flowHash: string;
randomNumber: string;
fctMaxGasPrice: string;
l1BlockNumber: string;
fctMaxRepeats: string;
fctRepeatsLeft: string;
};
//# sourceMappingURL=globalVariables.d.ts.map