Skip to content

snapshot

Snapshot the state of the blockchain at the current block.

Usage

example.ts
import { testClient } from './client'
 
const id = await testClient.snapshot() 

Returns

ID of the snapshot that was created.