Class EcosystemWallet.UserStatusResponse
- Namespace
- Thirdweb
- Assembly
- Thirdweb.dll
User linked account details.
public class EcosystemWallet.UserStatusResponse
- Inheritance
-
EcosystemWallet.UserStatusResponse
- Inherited Members
Properties
LinkedAccounts
The user's linked accounts.
[JsonProperty("linkedAccounts")]
public List<LinkedAccount> LinkedAccounts { get; set; }
Property Value
Wallets
The user's wallets, generally only one wallet is returned.
[JsonProperty("wallets")]
public List<EcosystemWallet.ShardedOrEnclaveWallet> Wallets { get; set; }