Table of Contents

Class WalletTypeResponse

Namespace
LoopNet.Models.Responses
Assembly
LoopNet.dll

The wallet type API response

public class WalletTypeResponse
Inheritance
WalletTypeResponse
Inherited Members

Properties

Data

The wallet data info

[JsonProperty("data")]
public Data? Data { get; set; }

Property Value

Data

ResultInfo

Additional info from Loppring API

[JsonProperty("resultInfo")]
public ResultInfo? ResultInfo { get; set; }

Property Value

ResultInfo