UNPKG
near-ca-test
Version:
latest (0.0.0)
0.0.0
An SDK for controlling Ethereum Accounts from a Near Account.
BitteProtocol/near-ca
near-ca-test
/
dist
/
esm
/
types
/
index.js
12 lines
(11 loc)
•
225 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
* from
"./guards"
;
/** * An array of supported signing methods. */
export
const
signMethods = [
"eth_sign"
,
"personal_sign"
,
"eth_sendTransaction"
,
"eth_signTypedData"
,
"eth_signTypedData_v4"
, ];