Dunty

Results 1 issues of Dunty

using System; using WalletConnectSharp.Core; using WalletConnectSharp.Sign.Models; using WalletConnectSharp.Sign; using WalletConnectSharp.Storage; using Nethereum.Web3.Accounts; using WalletConnectSharp.Common.Utils; using WalletConnectSharp.Network.Models; [RpcMethod("eth_signTypedData_v4")] [RpcRequestOptions(Clock.ONE_MINUTE, 99999)] public class EthSignTypedDataV4 : List { public EthSignTypedDataV4(string account, string data)...