PointOfContact

data class PointOfContact(val name: String? = null, val email: String? = null, val keybase: String? = null, val telegram: String? = null, val twitter: String? = null, val github: String? = null, val idPhotoHash: String? = null, val verificationPhotoHash: String? = null)

Point of contact documentation from the stellar.toml PRINCIPALS list.

Contains identifying information for the primary point of contact or principal of the organization.

See SEP-0001 Specification

Constructors

Link copied to clipboard
constructor(name: String? = null, email: String? = null, keybase: String? = null, telegram: String? = null, twitter: String? = null, github: String? = null, idPhotoHash: String? = null, verificationPhotoHash: String? = null)

Properties

Link copied to clipboard

Business email address for the principal.

Link copied to clipboard

Personal Github account.

Link copied to clipboard

SHA-256 hash of a photo of the principal's government-issued photo ID.

Link copied to clipboard

Personal Keybase account. Should include proof of ownership for other online accounts, as well as the organization's domain.

Link copied to clipboard
val name: String?

Full legal name.

Link copied to clipboard

Personal Telegram account.

Link copied to clipboard

Personal Twitter account.

Link copied to clipboard

SHA-256 hash of a verification photo of principal. Should be well-lit and contain: principal holding ID card and signed, dated, hand-written message stating "I,

$name, am a principal of $

orgName, a Stellar token issuer with address $issuerAddress."