UNPKG

@lit-protocol/vincent-scaffold-sdk

Version:

Shared build configuration and utilities for Vincent abilities and policies

11 lines (10 loc) 272 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getNonce = void 0; const getNonce = async ({ address, chain, }) => { return await Lit.Actions.getLatestNonce({ address, chain, }); }; exports.getNonce = getNonce;