MCPcopy Create free account
hub / github.com/SmarDex-Dev/smart-contracts / startBlockStaking

Function startBlockStaking

deploy/params.ts:6–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4
5// SPECIFY THIS PARAMETER BEFORE DEPLOYING !!
6export function startBlockStaking(): number {
7 const startBlock: number = 0;
8 if (startBlock === 0) throw new Error("Please set start block in params.ts");
9 return startBlock;
10}
11
12export default function () {
13 // DO NOTHING

Callers 1

funcFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected