UNPKG

near-ca

Version:

An SDK for controlling Ethereum Accounts from a Near Account.

9 lines (8 loc) 194 B
/** An array of supported signing methods */ export const signMethods = [ "eth_sign", "personal_sign", "eth_sendTransaction", "eth_signTypedData", "eth_signTypedData_v4", ];