Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AccountDetails

Hierarchy

  • AccountDetails

Index

Properties

Optional age

age: string

Optional balance

balance: number

Optional category

category: string

date_registered

date_registered: number

gender

gender: string

identities

identities: { evm: { bloxberg:8996: string[]; oldchain:1: string[] }; latitude: number; longitude: number }

Type declaration

  • evm: { bloxberg:8996: string[]; oldchain:1: string[] }
    • bloxberg:8996: string[]
    • oldchain:1: string[]
  • latitude: number
  • longitude: number

location

location: { area?: string; area_name: string; area_type?: string }

Type declaration

  • Optional area?: string
  • area_name: string
  • Optional area_type?: string

products

products: string[]

Optional type

type: string

vcard

vcard: { email: [{ value: string }]; fn: [{ value: string }]; n: [{ value: string[] }]; tel: [{ meta: { TYP: string[] }; value: string }]; version: [{ value: string }] }

Type declaration

  • email: [{ value: string }]
  • fn: [{ value: string }]
  • n: [{ value: string[] }]
  • tel: [{ meta: { TYP: string[] }; value: string }]
  • version: [{ value: string }]

Generated using TypeDoc