Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/circlefin/arc-node
/ currentTimestamp
Function
currentTimestamp
scripts/genesis/types.ts:33–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
32
// currentTimestamp returns the current unix timestamp, minus one second to ensure it's in the past.
33
export
const
currentTimestamp = () => BigInt(
new
Date().getTime()) / 1000n - 1n
34
35
export
const
schemaAllocConfig = z
36
.object({
Callers
2
build
Function · 0.90
build
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected