Table of Contents

Class AccountInformationResponse

Namespace
LoopNet.Models.Responses
Assembly
LoopNet.dll

Loopring Account Information API response

public class AccountInformationResponse
Inheritance
AccountInformationResponse
Inherited Members

Properties

AccountId

Account Id

[JsonProperty("accountId")]
public int AccountId { get; set; }

Property Value

int

Frozen

If funds are frozen, usually when transferring between layers

[JsonProperty("frozen")]
public bool Frozen { get; set; }

Property Value

bool

KeyNonce

The nonce - 1

[JsonProperty("keyNonce")]
public int KeyNonce { get; set; }

Property Value

int

KeySeed

The key seed used in personal sign unlocking to retrieve L2 Key details

[JsonProperty("keySeed")]
public string? KeySeed { get; set; }

Property Value

string

None

The nonce

[JsonProperty("nonce")]
public int None { get; set; }

Property Value

int

Owner

Owner

[JsonProperty("owner")]
public string? Owner { get; set; }

Property Value

string

PublicKey

The public key

[JsonProperty("publicKey")]
public PublicKey? PublicKey { get; set; }

Property Value

PublicKey

Tags

Tags

[JsonProperty("tags")]
public string? Tags { get; set; }

Property Value

string