Class CounterFactualWalletInfoResponse
The counterfactual wallet info API response
public class CounterFactualWalletInfoResponse
- Inheritance
-
CounterFactualWalletInfoResponse
- Inherited Members
Properties
AccountId
The account id
[JsonProperty("accountId")]
public int AccountId { get; set; }
Property Value
Wallet
The wallet
[JsonProperty("wallet")]
public string? Wallet { get; set; }
Property Value
WalletFactory
The wallet factory
[JsonProperty("walletFactory")]
public string? WalletFactory { get; set; }
Property Value
WalletOwner
The wallet owner
[JsonProperty("walletOwner")]
public string? WalletOwner { get; set; }
Property Value
WalletSalt
The wallet salt
[JsonProperty("walletSalt")]
public string? WalletSalt { get; set; }