Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • UserInfo

Index

Constructors

  • new UserInfo(fields: UserInfoFields): UserInfo

Properties

accountCounter: number

Total number of storage accounts the user has with us

agreedToTos: boolean

Boolean denoting that the user agreed to terms of service

delCounter: number

Total number of storage accounts that have been deleted

lifetimeBadCsam: boolean

Boolean denoting whether this pubkey has ever had a bad scam scan

discriminator: Buffer = ...
layout: any = ...

Methods

  • toJSON(): UserInfoJSON
  • fetch(c: Connection, address: PublicKey): Promise<UserInfo>
  • fetchMultiple(c: Connection, addresses: PublicKey[]): Promise<UserInfo[]>

Generated using TypeDoc