UNPKG

near-ca-test

Version:

An SDK for controlling Ethereum Accounts from a Near Account.

12 lines (11 loc) 225 B
export * from "./guards"; /** * An array of supported signing methods. */ export const signMethods = [ "eth_sign", "personal_sign", "eth_sendTransaction", "eth_signTypedData", "eth_signTypedData_v4", ];