UNPKG

near-ca

Version:

An SDK for controlling Ethereum Accounts from a Near Account.

12 lines (11 loc) 296 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.signMethods = void 0; /** An array of supported signing methods */ exports.signMethods = [ "eth_sign", "personal_sign", "eth_sendTransaction", "eth_signTypedData", "eth_signTypedData_v4", ];