Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/cli / / runTokenVerify

Function: runTokenVerify()

ts
function runTokenVerify(options): TokenVerifyResult;

Defined in: packages/cli/src/commands/token.ts:311

Offline checksum verification. Confirms the structural shape, the environment marker, and the CRC checksum but does NOT consult the token store — it only proves the token was minted by a Graphorin helper.

Parameters

ParameterType
optionsTokenVerifyOptions

Returns

TokenVerifyResult

Stable