UNPKG

@okcontract/sdk

Version:

One-stop-shop permissionless SDK for building any blockchain frontend

6 lines (5 loc) 233 B
/** * newEVMAccount creates a new EVM account and signer, storing the * private key in a cookie for reuse. */ export declare const newEVMAccount: () => Promise<import("./wallet").Signer<import("@okcontract/multichain").Network>>;