Class WalletConnect
Namespace: haechi.face.unity.sdk.Runtime.Module
Assembly: cs.temp.dll.dll
Syntax
public class WalletConnect
Constructors
WalletConnect(FaceRpcProvider, Wallet)
Declaration
public WalletConnect(FaceRpcProvider provider, Wallet wallet)
Parameters
| Type | Name | Description |
|---|---|---|
| FaceRpcProvider | provider | |
| Wallet | wallet |
Methods
ConnectDappWithWalletConnect(String, String, String)
Connect Face with Dapp via WalletConnect V2.
Declaration
public Task<DappMetadata> ConnectDappWithWalletConnect(string address, string dappName, string dappUrl)
Parameters
| Type | Name | Description |
|---|---|---|
| String | address | wallet address to connect. |
| String | dappName | dapp name to connect. |
| String | dappUrl | dapp url to connect. |
Returns
| Type | Description |
|---|---|
| Task<haechi.face.unity.sdk.Runtime.Client.WalletConnect.DappMetadata> |
ConnectOpenSea(String)
Connect Face with Opensea via WalletConnect V2.
Declaration
public Task ConnectOpenSea(string address)
Parameters
| Type | Name | Description |
|---|---|---|
| String | address | Wallet address. |
Returns
| Type | Description |
|---|---|
| Task |