SYMBOL INDEX (534 symbols across 18 files) FILE: build/gulp/config.js constant DOTENV_PATH (line 4) | const DOTENV_PATH = '.env'; constant REQUIRED_ENV_VARS (line 12) | const REQUIRED_ENV_VARS = { constant TARGETS (line 25) | const TARGETS = { constant BUILD_DESTS (line 37) | const BUILD_DESTS = { constant TARGETS_BUILD_DESTS (line 46) | const TARGETS_BUILD_DESTS = { constant WATCH_GLOBS (line 56) | const WATCH_GLOBS = ['src/**/*']; constant START_WEB_PORT (line 61) | const START_WEB_PORT = 8080; FILE: build/gulp/copy.js constant BUILD_DESTS_GLOBS (line 9) | const BUILD_DESTS_GLOBS = { FILE: build/gulp/env.js constant ROW_REGEXP (line 17) | const ROW_REGEXP = FILE: build/safari/TON Wallet/Resources/Script.js function show (line 1) | function show(enabled) { function openPreferences (line 11) | function openPreferences() { FILE: docs/js/Controller.js method setItem (line 34) | setItem(key, value) { method getItem (line 42) | getItem(key) { method removeItem (line 51) | removeItem(key) { method clear (line 58) | clear() { function encrypt (line 436) | async function encrypt(plaintext, password) { function decrypt (line 463) | async function decrypt(ciphertext, password) { class Controller (line 492) | class Controller { method constructor (line 493) | constructor() { method debug (line 539) | debug(...args) { method wordsToPrivateKey (line 548) | static async wordsToPrivateKey(words) { method saveWords (line 558) | static async saveWords(words, password) { method loadWords (line 566) | static async loadWords(password) { method getApiKey (line 574) | getApiKey(isTestnet) { method _init (line 584) | async _init() { method _restoreDeprecatedStorage (line 622) | async _restoreDeprecatedStorage() { method toggleTestnet (line 640) | async toggleTestnet() { method toggleDebug (line 652) | async toggleDebug() { method sendToIndex (line 669) | async sendToIndex(method, params) { method getWalletInfoFromIndex (line 691) | async getWalletInfoFromIndex(address) { method getAccountInfoFromIndex (line 702) | async getAccountInfoFromIndex(address) { method getMySeqno (line 711) | async getMySeqno() { method getBalance (line 720) | async getBalance(address) { method checkContractInitialized (line 729) | async checkContractInitialized(address) { method getTransactionsFromIndex (line 740) | async getTransactionsFromIndex(address, limit) { method getTransactions (line 751) | async getTransactions(limit = 10) { method sign (line 851) | async sign(request, keyPair) { method showCreated (line 876) | async showCreated() { method createPrivateKey (line 895) | async createPrivateKey() { method onBackupWalletClick (line 901) | onBackupWalletClick() { method showBackup (line 908) | showBackup(words, isFirst) { method onBackupDone (line 912) | async onBackupDone() { method onConfirmDone (line 920) | onConfirmDone(words) { method createLedger (line 940) | async createLedger(transportType) { method importLedger (line 977) | async importLedger(transportType) { method showImport (line 991) | showImport() { method import (line 995) | async import(words) { method importImpl (line 1038) | async importImpl(keyPair, WalletClass) { method showCreatePassword (line 1052) | showCreatePassword() { method savePrivateKey (line 1060) | async savePrivateKey(password) { method onChangePassword (line 1077) | async onChangePassword(oldPassword, newPassword) { method onEnterPassword (line 1095) | async onEnterPassword(password) { method showMain (line 1113) | async showMain() { method initDapp (line 1133) | async initDapp() { method initView (line 1142) | async initView() { method updateBalance (line 1159) | async updateBalance() { method update (line 1173) | async update(force) { method showAddressOnDevice (line 1212) | async showAddressOnDevice() { method onDecryptComment (line 1227) | onDecryptComment(hash, encryptedComment, senderAddress) { method getFees (line 1247) | async getFees(request) { method showSendConfirm (line 1288) | async showSendConfirm(request, needQueue) { method send (line 1493) | async send(request, privateKeyBase64, totalAmount) { method rawSign (line 1575) | rawSign(hexToSign, privateKey) { method sendQuery (line 1585) | async sendQuery(query) { method showSignConfirm (line 1605) | showSignConfirm(hexToSign, isConnect, needQueue) { method requestPublicKey (line 1638) | requestPublicKey(needQueue) { method showConnectConfirm (line 1662) | showConnectConfirm(needQueue) { method clearVars (line 1684) | clearVars() { method onDisconnectClick (line 1697) | async onDisconnectClick() { method doMagic (line 1706) | doMagic(enabled) { method doProxy (line 1716) | doProxy(enabled) { method sendToView (line 1729) | sendToView(method, params, needQueue, needResult) { method onViewMessage (line 1763) | async onViewMessage(method, params) { method sendToDapp (line 1883) | sendToDapp(method, params) { method createTonAddrItemReply (line 1896) | async createTonAddrItemReply(needQueue) { method createTonProofItemReply (line 1932) | async createTonProofItemReply(origin, payload, needQueue) { method onDappMessage (line 2007) | async onDappMessage(method, params, origin) { FILE: docs/js/View.js function $ (line 30) | function $(selector) { function $$ (line 38) | function $$(selector) { function toggle (line 46) | function toggle(div, visible) { function toggleFaded (line 59) | function toggleFaded(div, isVisible, params) { function triggerClass (line 80) | function triggerClass(div, className, duration) { function createElement (line 92) | function createElement(params) { function setAddr (line 126) | function setAddr(el, s) { function clearElement (line 137) | function clearElement(el) { function onInput (line 145) | function onInput(input, handler) { function doubleZero (line 156) | function doubleZero(n) { function formatTime (line 165) | function formatTime(date) { function formatDate (line 175) | function formatDate(date) { function formatDateFull (line 183) | function formatDateFull(date) { function copyToClipboard (line 191) | function copyToClipboard(text) { function initLottie (line 228) | function initLottie(div) { function initLotties (line 278) | async function initLotties() { function toggleLottie (line 293) | function toggleLottie(lottie, visible, params) { class DropDown (line 317) | class DropDown { method constructor (line 323) | constructor(container, onEnter, mnemonicWords) { method show (line 338) | show(input, text) { method hide (line 368) | hide() { method select (line 377) | select(i) { method getSelectedText (line 392) | getSelectedText() { method up (line 397) | up() { method down (line 405) | down() { class View (line 453) | class View { method constructor (line 457) | constructor(mnemonicWords) { method showScreen (line 987) | showScreen(name) { method toggleButtonLoader (line 1011) | toggleButtonLoader(el, enable) { method showAlert (line 1019) | showAlert(params) { method showPopup (line 1042) | showPopup(name) { method closePopup (line 1062) | closePopup() { method setBackupWords (line 1073) | setBackupWords(words) { method clearBackupWords (line 1107) | clearBackupWords() { method createWordInputs (line 1116) | createWordInputs(params) { method clearImportWords (line 1270) | clearImportWords() { method clearConfirmWords (line 1280) | clearConfirmWords() { method setConfirmWords (line 1294) | setConfirmWords(words) { method getImportWords (line 1318) | async getImportWords() { method getConfirmWords (line 1351) | getConfirmWords() { method clearCreatePassword (line 1387) | clearCreatePassword() { method clearChangePassword (line 1394) | clearChangePassword() { method setUpdating (line 1405) | setUpdating(updating) { method onSettingsClick (line 1409) | onSettingsClick() { method clearBalance (line 1416) | clearBalance() { method setBalance (line 1426) | setBalance(balance, txs) { method setTransactions (line 1448) | setTransactions(txs) { method addDateSeparator (line 1473) | addDateSeparator(dateString) { method addTx (line 1480) | addTx(tx) { method onTransactionClick (line 1526) | onTransactionClick(tx) { method onTransactionButtonClick (line 1547) | onTransactionButtonClick() { method clearSend (line 1553) | clearSend() { method setMyAddress (line 1565) | setMyAddress(address) { method loadDiamond (line 1576) | async loadDiamond(address) { method onShareAddressClick (line 1604) | onShareAddressClick(onyAddress) { method onShowAddressOnDevice (line 1611) | onShowAddressOnDevice() { method onCreateInvoiceClick (line 1619) | onCreateInvoiceClick() { method updateInvoiceLink (line 1623) | updateInvoiceLink() { method getInvoiceLink (line 1630) | getInvoiceLink() { method onShareInvoiceClick (line 1637) | onShareInvoiceClick() { method onCreateInvoiceQrClick (line 1644) | onCreateInvoiceQrClick() { method drawInvoiceQr (line 1651) | drawInvoiceQr(link) { method sendMessage (line 1662) | sendMessage(method, params) { method onMessage (line 1676) | onMessage(method, params) { FILE: docs/libs/aes-js-3.1.2.js function checkInt (line 5) | function checkInt(value) { function checkInts (line 9) | function checkInts(arrayish) { function coerceArray (line 21) | function coerceArray(arg, copy) { function createArray (line 54) | function createArray(length) { function copyArray (line 58) | function copyArray(sourceArray, targetArray, targetStart, sourceStart, s... function toBytes (line 72) | function toBytes(text) { function fromBytes (line 92) | function fromBytes(bytes) { function toBytes (line 120) | function toBytes(text) { function fromBytes (line 132) | function fromBytes(bytes) { function convertToInt32 (line 176) | function convertToInt32(bytes) { function pkcs7pad (line 714) | function pkcs7pad(data) { function pkcs7strip (line 725) | function pkcs7strip(data) { FILE: docs/libs/noble-ed25519-1.7.3.js class ExtendedPoint (line 37) | class ExtendedPoint { method constructor (line 38) | constructor(x, y, z, t) { method fromAffine (line 44) | static fromAffine(p) { method toAffineBatch (line 52) | static toAffineBatch(points) { method normalizeZ (line 56) | static normalizeZ(points) { method equals (line 59) | equals(other) { method negate (line 69) | negate() { method double (line 72) | double() { method add (line 90) | add(other) { method subtract (line 110) | subtract(other) { method precomputeWindow (line 113) | precomputeWindow(W) { method wNAF (line 129) | wNAF(n, affinePoint) { method multiply (line 172) | multiply(scalar, affinePoint) { method multiplyUnsafe (line 175) | multiplyUnsafe(scalar) { method isSmallOrder (line 195) | isSmallOrder() { method isTorsionFree (line 198) | isTorsionFree() { method toAffine (line 204) | toAffine(invZ) { method fromRistrettoBytes (line 218) | fromRistrettoBytes() { method toRistrettoBytes (line 221) | toRistrettoBytes() { method fromRistrettoHash (line 224) | fromRistrettoHash() { function constTimeNegate (line 230) | function constTimeNegate(condition, item) { function assertExtPoint (line 234) | function assertExtPoint(other) { function assertRstPoint (line 238) | function assertRstPoint(other) { function legacyRist (line 242) | function legacyRist() { class RistrettoPoint (line 245) | class RistrettoPoint { method constructor (line 246) | constructor(ep) { method calcElligatorRistrettoMap (line 249) | static calcElligatorRistrettoMap(r0) { method hashToCurve (line 271) | static hashToCurve(hex) { method fromHex (line 279) | static fromHex(hex) { method toRawBytes (line 304) | toRawBytes() { method toHex (line 331) | toHex() { method toString (line 334) | toString() { method equals (line 337) | equals(other) { method add (line 345) | add(other) { method subtract (line 349) | subtract(other) { method multiply (line 353) | multiply(scalar) { method multiplyUnsafe (line 356) | multiplyUnsafe(scalar) { class Point (line 363) | class Point { method constructor (line 364) | constructor(x, y) { method _setWindowSize (line 368) | _setWindowSize(windowSize) { method fromHex (line 372) | static fromHex(hex, strict = true) { method fromPrivateKey (line 395) | static async fromPrivateKey(privateKey) { method toRawBytes (line 398) | toRawBytes() { method toHex (line 403) | toHex() { method toX25519 (line 406) | toX25519() { method isTorsionFree (line 411) | isTorsionFree() { method equals (line 414) | equals(other) { method negate (line 417) | negate() { method add (line 420) | add(other) { method subtract (line 423) | subtract(other) { method multiply (line 426) | multiply(scalar) { class Signature (line 432) | class Signature { method constructor (line 433) | constructor(r, s) { method fromHex (line 438) | static fromHex(hex) { method assertValidity (line 444) | assertValidity() { method toRawBytes (line 451) | toRawBytes() { method toHex (line 457) | toHex() { function concatBytes (line 461) | function concatBytes(...arrays) { function bytesToHex (line 476) | function bytesToHex(uint8a) { function hexToBytes (line 485) | function hexToBytes(hex) { function numberTo32BytesBE (line 502) | function numberTo32BytesBE(num) { function numberTo32BytesLE (line 507) | function numberTo32BytesLE(num) { function edIsNegative (line 510) | function edIsNegative(num) { function bytesToNumberLE (line 513) | function bytesToNumberLE(uint8a) { function bytes255ToNumberLE (line 519) | function bytes255ToNumberLE(bytes) { function mod (line 522) | function mod(a, b = CURVE.P) { function invert (line 526) | function invert(number, modulo = CURVE.P) { function invertBatch (line 544) | function invertBatch(nums, p = CURVE.P) { function pow2 (line 561) | function pow2(x, power) { function pow_2_252_3 (line 570) | function pow_2_252_3(x) { function uvRatio (line 591) | function uvRatio(u, v) { function invertSqrt (line 610) | function invertSqrt(number) { function modlLE (line 613) | function modlLE(hash) { function equalBytes (line 616) | function equalBytes(b1, b2) { function ensureBytes (line 627) | function ensureBytes(hex, expectedLength) { function normalizeScalar (line 633) | function normalizeScalar(num, max, strict = true) { function adjustBytes25519 (line 650) | function adjustBytes25519(bytes) { function decodeScalar25519 (line 656) | function decodeScalar25519(n) { function checkPrivateKey (line 659) | function checkPrivateKey(key) { function getKeyFromHash (line 668) | function getKeyFromHash(hashed) { function sha512s (line 677) | function sha512s(...m) { function getExtendedPublicKey (line 682) | async function getExtendedPublicKey(key) { function getExtendedPublicKeySync (line 685) | function getExtendedPublicKeySync(key) { function getPublicKey (line 688) | async function getPublicKey(privateKey) { function getPublicKeySync (line 691) | function getPublicKeySync(privateKey) { function sign (line 694) | async function sign(message, privateKey) { function signSync (line 703) | function signSync(message, privateKey) { function prepareVerification (line 712) | function prepareVerification(sig, message, publicKey) { function finishVerification (line 720) | function finishVerification(publicKey, r, SB, hashed) { function verify (line 726) | async function verify(sig, message, publicKey) { function verifySync (line 731) | function verifySync(sig, message, publicKey) { function getSharedSecret (line 742) | async function getSharedSecret(privateKey, publicKey) { function cswap (line 748) | function cswap(swap, x_2, x_3) { function montgomeryLadder (line 754) | function montgomeryLadder(pointU, scalar) { function encodeUCoordinate (line 802) | function encodeUCoordinate(u) { function decodeUCoordinate (line 805) | function decodeUCoordinate(uEnc) { method scalarMult (line 812) | scalarMult(privateKey, publicKey) { method scalarMultBase (line 820) | scalarMultBase(privateKey) { method precompute (line 879) | precompute(windowSize = 8, point = Point.BASE) { method get (line 890) | get() { method set (line 893) | set(val) { FILE: src/js/Controller.js constant TONCONNECT_MAINNET (line 4) | const TONCONNECT_MAINNET = '-239'; constant TONCONNECT_TESTNET (line 5) | const TONCONNECT_TESTNET = '-3'; function encrypt (line 75) | async function encrypt(plaintext, password) { function decrypt (line 102) | async function decrypt(ciphertext, password) { constant IS_EXTENSION (line 124) | const IS_EXTENSION = !!(self.chrome && chrome.runtime && chrome.runtime.... constant ACCOUNT_NUMBER (line 126) | const ACCOUNT_NUMBER = 0; constant DEFAULT_WALLET_VERSION (line 128) | const DEFAULT_WALLET_VERSION = 'v3R2'; constant DEFAULT_LEDGER_WALLET_VERSION (line 129) | const DEFAULT_LEDGER_WALLET_VERSION = 'v3R1'; class Controller (line 131) | class Controller { method constructor (line 132) | constructor() { method debug (line 178) | debug(...args) { method wordsToPrivateKey (line 187) | static async wordsToPrivateKey(words) { method saveWords (line 197) | static async saveWords(words, password) { method loadWords (line 205) | static async loadWords(password) { method getApiKey (line 213) | getApiKey(isTestnet) { method _init (line 223) | async _init() { method _restoreDeprecatedStorage (line 261) | async _restoreDeprecatedStorage() { method toggleTestnet (line 279) | async toggleTestnet() { method toggleDebug (line 291) | async toggleDebug() { method sendToIndex (line 308) | async sendToIndex(method, params) { method getWalletInfoFromIndex (line 330) | async getWalletInfoFromIndex(address) { method getAccountInfoFromIndex (line 341) | async getAccountInfoFromIndex(address) { method getMySeqno (line 350) | async getMySeqno() { method getBalance (line 359) | async getBalance(address) { method checkContractInitialized (line 368) | async checkContractInitialized(address) { method getTransactionsFromIndex (line 379) | async getTransactionsFromIndex(address, limit) { method getTransactions (line 390) | async getTransactions(limit = 10) { method sign (line 490) | async sign(request, keyPair) { method showCreated (line 515) | async showCreated() { method createPrivateKey (line 534) | async createPrivateKey() { method onBackupWalletClick (line 540) | onBackupWalletClick() { method showBackup (line 547) | showBackup(words, isFirst) { method onBackupDone (line 551) | async onBackupDone() { method onConfirmDone (line 559) | onConfirmDone(words) { method createLedger (line 579) | async createLedger(transportType) { method importLedger (line 616) | async importLedger(transportType) { method showImport (line 630) | showImport() { method import (line 634) | async import(words) { method importImpl (line 677) | async importImpl(keyPair, WalletClass) { method showCreatePassword (line 691) | showCreatePassword() { method savePrivateKey (line 699) | async savePrivateKey(password) { method onChangePassword (line 716) | async onChangePassword(oldPassword, newPassword) { method onEnterPassword (line 734) | async onEnterPassword(password) { method showMain (line 752) | async showMain() { method initDapp (line 772) | async initDapp() { method initView (line 781) | async initView() { method updateBalance (line 798) | async updateBalance() { method update (line 812) | async update(force) { method showAddressOnDevice (line 851) | async showAddressOnDevice() { method onDecryptComment (line 866) | onDecryptComment(hash, encryptedComment, senderAddress) { method getFees (line 886) | async getFees(request) { method showSendConfirm (line 927) | async showSendConfirm(request, needQueue) { method send (line 1132) | async send(request, privateKeyBase64, totalAmount) { method rawSign (line 1214) | rawSign(hexToSign, privateKey) { method sendQuery (line 1224) | async sendQuery(query) { method showSignConfirm (line 1244) | showSignConfirm(hexToSign, isConnect, needQueue) { method requestPublicKey (line 1277) | requestPublicKey(needQueue) { method showConnectConfirm (line 1301) | showConnectConfirm(needQueue) { method clearVars (line 1323) | clearVars() { method onDisconnectClick (line 1336) | async onDisconnectClick() { method doMagic (line 1345) | doMagic(enabled) { method doProxy (line 1355) | doProxy(enabled) { method sendToView (line 1368) | sendToView(method, params, needQueue, needResult) { method onViewMessage (line 1402) | async onViewMessage(method, params) { method sendToDapp (line 1522) | sendToDapp(method, params) { method createTonAddrItemReply (line 1535) | async createTonAddrItemReply(needQueue) { method createTonProofItemReply (line 1571) | async createTonProofItemReply(origin, payload, needQueue) { method onDappMessage (line 1646) | async onDappMessage(method, params, origin) { FILE: src/js/extension/content.js constant PORT_NAME (line 20) | const PORT_NAME = 'gramWalletContentScript' FILE: src/js/extension/provider.js class TonProvider (line 3) | class TonProvider { method constructor (line 4) | constructor() { method on (line 27) | on(method, listener) { method removeListener (line 39) | removeListener(method, listener) { method emit (line 48) | emit(method, ...args) { method send (line 57) | send(method, params = []) { method _handleJsonRpcMessage (line 97) | async _handleJsonRpcMessage(event) { method _connect (line 232) | _connect() { method _destroy (line 243) | _destroy() { method _emitNotification (line 249) | _emitNotification(result) { method _emitConnect (line 253) | _emitConnect() { method _emitClose (line 257) | _emitClose(code, reason) { method _emitChainChanged (line 261) | _emitChainChanged(chainId) { method _emitAccountsChanged (line 265) | _emitAccountsChanged(accounts) { function tonConnectEventError (line 272) | function tonConnectEventError(message, code) { class TonConnectBridge (line 283) | class TonConnectBridge { method constructor (line 284) | constructor(provider, prevBridge) { method connect (line 321) | async connect(protocolVersion, message) { method disconnect (line 349) | async disconnect() { method restoreConnection (line 358) | async restoreConnection() { method send (line 377) | async send(message) { method listen (line 398) | listen(callback) { method notify (line 409) | async notify(event) { function toggleMagicBadge (line 427) | function toggleMagicBadge(isTurnedOn) { function addBadge (line 444) | function addBadge(html) { FILE: src/js/util/storage.js method setItem (line 11) | setItem(key, value) { method getItem (line 19) | getItem(key) { method removeItem (line 28) | removeItem(key) { method clear (line 35) | clear() { FILE: src/js/view/DropDown.js class DropDown (line 3) | class DropDown { method constructor (line 9) | constructor(container, onEnter, mnemonicWords) { method show (line 24) | show(input, text) { method hide (line 54) | hide() { method select (line 63) | select(i) { method getSelectedText (line 78) | getSelectedText() { method up (line 83) | up() { method down (line 91) | down() { FILE: src/js/view/Lottie.js function initLottie (line 12) | function initLottie(div) { function initLotties (line 62) | async function initLotties() { function toggleLottie (line 77) | function toggleLottie(lottie, visible, params) { FILE: src/js/view/Utils.js function $ (line 7) | function $(selector) { function $$ (line 15) | function $$(selector) { function toggle (line 23) | function toggle(div, visible) { function toggleFaded (line 36) | function toggleFaded(div, isVisible, params) { function triggerClass (line 57) | function triggerClass(div, className, duration) { function createElement (line 69) | function createElement(params) { function setAddr (line 103) | function setAddr(el, s) { function clearElement (line 114) | function clearElement(el) { function onInput (line 122) | function onInput(input, handler) { function doubleZero (line 133) | function doubleZero(n) { function formatTime (line 142) | function formatTime(date) { constant MONTH_NAMES (line 146) | const MONTH_NAMES = ['January', 'February', 'March', 'April', 'May', 'Ju... function formatDate (line 152) | function formatDate(date) { function formatDateFull (line 160) | function formatDateFull(date) { function copyToClipboard (line 168) | function copyToClipboard(text) { constant IMPORT_WORDS_COUNT (line 188) | const IMPORT_WORDS_COUNT = 24; constant CONFIRM_WORDS_COUNT (line 189) | const CONFIRM_WORDS_COUNT = 3; FILE: src/js/view/View.js constant IS_EXTENSION (line 26) | const IS_EXTENSION = !!(self.chrome && chrome.runtime && chrome.runtime.... constant IS_FIREFOX (line 27) | const IS_FIREFOX = navigator.userAgent.toLowerCase().indexOf('firefox') ... class View (line 55) | class View { method constructor (line 59) | constructor(mnemonicWords) { method showScreen (line 589) | showScreen(name) { method toggleButtonLoader (line 613) | toggleButtonLoader(el, enable) { method showAlert (line 621) | showAlert(params) { method showPopup (line 644) | showPopup(name) { method closePopup (line 664) | closePopup() { method setBackupWords (line 675) | setBackupWords(words) { method clearBackupWords (line 709) | clearBackupWords() { method createWordInputs (line 718) | createWordInputs(params) { method clearImportWords (line 872) | clearImportWords() { method clearConfirmWords (line 882) | clearConfirmWords() { method setConfirmWords (line 896) | setConfirmWords(words) { method getImportWords (line 920) | async getImportWords() { method getConfirmWords (line 953) | getConfirmWords() { method clearCreatePassword (line 989) | clearCreatePassword() { method clearChangePassword (line 996) | clearChangePassword() { method setUpdating (line 1007) | setUpdating(updating) { method onSettingsClick (line 1011) | onSettingsClick() { method clearBalance (line 1018) | clearBalance() { method setBalance (line 1028) | setBalance(balance, txs) { method setTransactions (line 1050) | setTransactions(txs) { method addDateSeparator (line 1075) | addDateSeparator(dateString) { method addTx (line 1082) | addTx(tx) { method onTransactionClick (line 1128) | onTransactionClick(tx) { method onTransactionButtonClick (line 1149) | onTransactionButtonClick() { method clearSend (line 1155) | clearSend() { method setMyAddress (line 1167) | setMyAddress(address) { method loadDiamond (line 1178) | async loadDiamond(address) { method onShareAddressClick (line 1206) | onShareAddressClick(onyAddress) { method onShowAddressOnDevice (line 1213) | onShowAddressOnDevice() { method onCreateInvoiceClick (line 1221) | onCreateInvoiceClick() { method updateInvoiceLink (line 1225) | updateInvoiceLink() { method getInvoiceLink (line 1232) | getInvoiceLink() { method onShareInvoiceClick (line 1239) | onShareInvoiceClick() { method onCreateInvoiceQrClick (line 1246) | onCreateInvoiceQrClick() { method drawInvoiceQr (line 1253) | drawInvoiceQr(link) { method sendMessage (line 1264) | sendMessage(method, params) { method onMessage (line 1278) | onMessage(method, params) { FILE: src/libs/aes-js-3.1.2.js function checkInt (line 5) | function checkInt(value) { function checkInts (line 9) | function checkInts(arrayish) { function coerceArray (line 21) | function coerceArray(arg, copy) { function createArray (line 54) | function createArray(length) { function copyArray (line 58) | function copyArray(sourceArray, targetArray, targetStart, sourceStart, s... function toBytes (line 72) | function toBytes(text) { function fromBytes (line 92) | function fromBytes(bytes) { function toBytes (line 120) | function toBytes(text) { function fromBytes (line 132) | function fromBytes(bytes) { function convertToInt32 (line 176) | function convertToInt32(bytes) { function pkcs7pad (line 714) | function pkcs7pad(data) { function pkcs7strip (line 725) | function pkcs7strip(data) { FILE: src/libs/noble-ed25519-1.7.3.js class ExtendedPoint (line 37) | class ExtendedPoint { method constructor (line 38) | constructor(x, y, z, t) { method fromAffine (line 44) | static fromAffine(p) { method toAffineBatch (line 52) | static toAffineBatch(points) { method normalizeZ (line 56) | static normalizeZ(points) { method equals (line 59) | equals(other) { method negate (line 69) | negate() { method double (line 72) | double() { method add (line 90) | add(other) { method subtract (line 110) | subtract(other) { method precomputeWindow (line 113) | precomputeWindow(W) { method wNAF (line 129) | wNAF(n, affinePoint) { method multiply (line 172) | multiply(scalar, affinePoint) { method multiplyUnsafe (line 175) | multiplyUnsafe(scalar) { method isSmallOrder (line 195) | isSmallOrder() { method isTorsionFree (line 198) | isTorsionFree() { method toAffine (line 204) | toAffine(invZ) { method fromRistrettoBytes (line 218) | fromRistrettoBytes() { method toRistrettoBytes (line 221) | toRistrettoBytes() { method fromRistrettoHash (line 224) | fromRistrettoHash() { function constTimeNegate (line 230) | function constTimeNegate(condition, item) { function assertExtPoint (line 234) | function assertExtPoint(other) { function assertRstPoint (line 238) | function assertRstPoint(other) { function legacyRist (line 242) | function legacyRist() { class RistrettoPoint (line 245) | class RistrettoPoint { method constructor (line 246) | constructor(ep) { method calcElligatorRistrettoMap (line 249) | static calcElligatorRistrettoMap(r0) { method hashToCurve (line 271) | static hashToCurve(hex) { method fromHex (line 279) | static fromHex(hex) { method toRawBytes (line 304) | toRawBytes() { method toHex (line 331) | toHex() { method toString (line 334) | toString() { method equals (line 337) | equals(other) { method add (line 345) | add(other) { method subtract (line 349) | subtract(other) { method multiply (line 353) | multiply(scalar) { method multiplyUnsafe (line 356) | multiplyUnsafe(scalar) { class Point (line 363) | class Point { method constructor (line 364) | constructor(x, y) { method _setWindowSize (line 368) | _setWindowSize(windowSize) { method fromHex (line 372) | static fromHex(hex, strict = true) { method fromPrivateKey (line 395) | static async fromPrivateKey(privateKey) { method toRawBytes (line 398) | toRawBytes() { method toHex (line 403) | toHex() { method toX25519 (line 406) | toX25519() { method isTorsionFree (line 411) | isTorsionFree() { method equals (line 414) | equals(other) { method negate (line 417) | negate() { method add (line 420) | add(other) { method subtract (line 423) | subtract(other) { method multiply (line 426) | multiply(scalar) { class Signature (line 432) | class Signature { method constructor (line 433) | constructor(r, s) { method fromHex (line 438) | static fromHex(hex) { method assertValidity (line 444) | assertValidity() { method toRawBytes (line 451) | toRawBytes() { method toHex (line 457) | toHex() { function concatBytes (line 461) | function concatBytes(...arrays) { function bytesToHex (line 476) | function bytesToHex(uint8a) { function hexToBytes (line 485) | function hexToBytes(hex) { function numberTo32BytesBE (line 502) | function numberTo32BytesBE(num) { function numberTo32BytesLE (line 507) | function numberTo32BytesLE(num) { function edIsNegative (line 510) | function edIsNegative(num) { function bytesToNumberLE (line 513) | function bytesToNumberLE(uint8a) { function bytes255ToNumberLE (line 519) | function bytes255ToNumberLE(bytes) { function mod (line 522) | function mod(a, b = CURVE.P) { function invert (line 526) | function invert(number, modulo = CURVE.P) { function invertBatch (line 544) | function invertBatch(nums, p = CURVE.P) { function pow2 (line 561) | function pow2(x, power) { function pow_2_252_3 (line 570) | function pow_2_252_3(x) { function uvRatio (line 591) | function uvRatio(u, v) { function invertSqrt (line 610) | function invertSqrt(number) { function modlLE (line 613) | function modlLE(hash) { function equalBytes (line 616) | function equalBytes(b1, b2) { function ensureBytes (line 627) | function ensureBytes(hex, expectedLength) { function normalizeScalar (line 633) | function normalizeScalar(num, max, strict = true) { function adjustBytes25519 (line 650) | function adjustBytes25519(bytes) { function decodeScalar25519 (line 656) | function decodeScalar25519(n) { function checkPrivateKey (line 659) | function checkPrivateKey(key) { function getKeyFromHash (line 668) | function getKeyFromHash(hashed) { function sha512s (line 677) | function sha512s(...m) { function getExtendedPublicKey (line 682) | async function getExtendedPublicKey(key) { function getExtendedPublicKeySync (line 685) | function getExtendedPublicKeySync(key) { function getPublicKey (line 688) | async function getPublicKey(privateKey) { function getPublicKeySync (line 691) | function getPublicKeySync(privateKey) { function sign (line 694) | async function sign(message, privateKey) { function signSync (line 703) | function signSync(message, privateKey) { function prepareVerification (line 712) | function prepareVerification(sig, message, publicKey) { function finishVerification (line 720) | function finishVerification(publicKey, r, SB, hashed) { function verify (line 726) | async function verify(sig, message, publicKey) { function verifySync (line 731) | function verifySync(sig, message, publicKey) { function getSharedSecret (line 742) | async function getSharedSecret(privateKey, publicKey) { function cswap (line 748) | function cswap(swap, x_2, x_3) { function montgomeryLadder (line 754) | function montgomeryLadder(pointU, scalar) { function encodeUCoordinate (line 802) | function encodeUCoordinate(u) { function decodeUCoordinate (line 805) | function decodeUCoordinate(uEnc) { method scalarMult (line 812) | scalarMult(privateKey, publicKey) { method scalarMultBase (line 820) | scalarMultBase(privateKey) { method precompute (line 879) | precompute(windowSize = 8, point = Point.BASE) { method get (line 890) | get() { method set (line 893) | set(val) {