loopring_sdk

@loopring-web/loopring-sdk / Exports / AccountInfo

Interface: AccountInfo

AccountInfo

property accountId number Account ID

property owner string Ethereum address

property frozen boolean The frozen state of the account, true stands for frozen, if the account is frozen, the user cant submit order.

property publicKey PublicKey The user’s public key

property tags? string Comma separated list of tags such as VIP levels, etc

property nonce number field.DexAccountV3.nonce

property keyNonce number Nonce of users key change request, for backward compatible

property keySeed string KeySeed of users L2 eddsaKey, the L2 key should be generated from this seed, i.e., L2_EDDSA_KEY=eth.sign(keySeed). Otherwise, user may meet error in login loopring DEX

Table of contents

Properties

Properties

accountId

accountId: number

Defined in

defs/account_defs.ts:15


frozen

frozen: boolean

Defined in

defs/account_defs.ts:17


keyNonce

keyNonce: number

Defined in

defs/account_defs.ts:21


keySeed

keySeed: string

Defined in

defs/account_defs.ts:22


nonce

nonce: number

Defined in

defs/account_defs.ts:20


owner

owner: string

Defined in

defs/account_defs.ts:16


publicKey

publicKey: PublicKey

Defined in

defs/account_defs.ts:18


tags

Optional tags: string

Defined in

defs/account_defs.ts:19