Usage
Last updated
await certhis_wallet.addFundPopup(
functionGasFees,
address,
value,
chain_id,
transactionInformation = {
transactionInformation.title,
transactionInformation.description,
transactionInformation.image,
transactionInformation.nb_items,
transactionInformation.erc20_amount,
transactionInformation.smart_contract,
transactionInformation.erc20_contract,
transactionInformation.erc20_amount
},
force
);var sign = await provider.request({
method: "personal_sign",
params: [web3.utils.utf8ToHex("HELLO WORLD!"), current_address],
});