Skip to content
On this page

snapshot

Snapshot the state of the blockchain at the current block.

Usage

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

Returns

ID of the snapshot that was created.

Released under the MIT License.