Class FaceLoginResponse.Wallet
Namespace: haechi.face.unity.sdk.Runtime.Client.Face
Assembly: cs.temp.dll.dll
Syntax
public class Wallet
Fields
Address
Declaration
public string Address
Field Value
Type | Description |
---|---|
String | Wallet's address. |
EcdsaPublicKey
Declaration
public string EcdsaPublicKey
Field Value
Type | Description |
---|---|
String | Encrypted using ecdsa algorithm public key. |
EddsaPublicKey
Declaration
public string EddsaPublicKey
Field Value
Type | Description |
---|---|
String | Encrypted using eddsa algorithm public key. |
Id
Declaration
public string Id
Field Value
Type | Description |
---|---|
String | Unique wallet id. |
KeyId
Declaration
public string KeyId
Field Value
Type | Description |
---|---|
String | Unique key id. |
SignedAddress
Declaration
public string SignedAddress
Field Value
Type | Description |
---|---|
String | Signed address to verify the address given is from Face server. |