UNPKG
@okcontract/sdk
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
One-stop-shop permissionless SDK for building any blockchain frontend
okcontract.com
okcontract/sdk
@okcontract/sdk
/
dist
/
evm.d.ts
6 lines
(5 loc)
•
233 B
TypeScript
View Raw
1
2
3
4
5
6
/** * 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
>>;