You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The parameters to customize a transaction. If a `to` address is not
782
-
provided. It will be assumed that the transaction is a contract
782
+
provided, it will be assumed that the transaction is a contract
783
783
creation transaction, and the `data` field of the transaction will
784
784
be used as the contract initialization code. `gasPrice` cannot be
785
785
used together with `maxPriorityFeePerGas` and `maxFeePerGas`.
@@ -860,7 +860,9 @@ methods:
860
860
description: |-
861
861
This method is deprecated and may be removed in the future.
862
862
863
-
Requests that MetaMask decrypt the specified encrypted message. The message must have been encrypted using the public encryption key of the specified Ethereum address. Returns a promise that resolves to the decrypted message, or rejects if the decryption attempt fails.
863
+
Requests that MetaMask decrypt the specified encrypted message.
864
+
The message must have been encrypted using the public encryption key of the specified Ethereum address.
865
+
Returns a promise that resolves to the decrypted message, or rejects if the decryption attempt fails.
864
866
params:
865
867
- name: EncryptedMessage
866
868
required: true
@@ -899,7 +901,9 @@ methods:
899
901
description: |-
900
902
This method is deprecated and may be removed in the future.
901
903
902
-
Requests that the user share their public encryption key. Returns a public encryption key, or rejects if the user denies the request. The public key is computed from entropy associated with the specified user account, using the NaCl implementation of the `X25519_XSalsa20_Poly1305` algorithm.
904
+
Requests that the user share their public encryption key.
905
+
Returns a public encryption key, or rejects if the user denies the request.
906
+
The public key is computed from entropy associated with the specified user account, using the NaCl implementation of the `X25519_XSalsa20_Poly1305` algorithm.
0 commit comments