walletlink-e
Version:
WalletLink JavaScript SDK
17 lines (16 loc) • 862 B
JavaScript
;
// Copyright (c) 2018-2020 WalletLink.org <https://www.walletlink.org/>
// Copyright (c) 2018-2020 Coinbase, Inc. <https://www.coinbase.com/>
// Licensed under the Apache License, version 2.0
Object.defineProperty(exports, "__esModule", { value: true });
exports.Web3Method = void 0;
var Web3Method;
(function (Web3Method) {
Web3Method["requestEthereumAccounts"] = "requestEthereumAccounts";
Web3Method["signEthereumMessage"] = "signEthereumMessage";
Web3Method["signEthereumTransaction"] = "signEthereumTransaction";
Web3Method["submitEthereumTransaction"] = "submitEthereumTransaction";
Web3Method["ethereumAddressFromSignedMessage"] = "ethereumAddressFromSignedMessage";
Web3Method["scanQRCode"] = "scanQRCode";
Web3Method["arbitrary"] = "arbitrary";
})(Web3Method = exports.Web3Method || (exports.Web3Method = {}));