Table of Contents

Class CounterFactualWalletInfoResponse

Namespace
LoopNet.Models.Responses
Assembly
LoopNet.dll

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

int

Wallet

The wallet

[JsonProperty("wallet")]
public string? Wallet { get; set; }

Property Value

string

WalletFactory

The wallet factory

[JsonProperty("walletFactory")]
public string? WalletFactory { get; set; }

Property Value

string

WalletOwner

The wallet owner

[JsonProperty("walletOwner")]
public string? WalletOwner { get; set; }

Property Value

string

WalletSalt

The wallet salt

[JsonProperty("walletSalt")]
public string? WalletSalt { get; set; }

Property Value

string