Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IdentityDevelopment

An identity to be used while in development when you want to control the app name and the site ID of the peer.

Hierarchy

  • IdentityDevelopment

Index

Properties

Properties

appName

appName: string

siteID

siteID: number | BigInt

The siteID needs to be an unsigned 64 bit integer > 0, i.e. either a regular non-fractional number or a BigInt in the range between 1 and 2^64 - 1 (inclusive).

type

type: "development"