Class EcosystemWallet.ShardedOrEnclaveWallet
- Namespace
- Thirdweb
- Assembly
- Thirdweb.dll
Represents a user's embedded wallet.
public class EcosystemWallet.ShardedOrEnclaveWallet
- Inheritance
-
EcosystemWallet.ShardedOrEnclaveWallet
- Inherited Members
Properties
Address
The public address of the wallet.
[JsonProperty("address")]
public string Address { get; set; }
Property Value
CreatedAt
The wallet's creation date.
[JsonProperty("createdAt")]
public DateTime CreatedAt { get; set; }