UNPKG

@lit-protocol/vincent-scaffold-sdk

Version:

Shared build configuration and utilities for Vincent abilities and policies

13 lines (12 loc) 179 B
export const getNonce = async ({ address, chain, }: { address: string; chain: string; }) => { return await Lit.Actions.getLatestNonce({ address, chain, }); };