PointOfContact class

Point of Contact Documentation. From the stellar.toml PRINCIPALS list. It contains identifying information for the primary point of contact or principal of the organization. See Stellar Toml

Constructors

PointOfContact()

Properties

email String?
Business email address for the principal.
getter/setter pair
github String?
Personal Github account.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
idPhotoHash String?
SHA-256 hash of a photo of the principal's government-issued photo ID.
getter/setter pair
keybase String?
Personal Keybase account. Should include proof of ownership for other online accounts, as well as the organization's domain.
getter/setter pair
name String?
Full legal name.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
telegram String?
Personal Telegram account.
getter/setter pair
twitter String?
Personal Twitter account.
getter/setter pair
verificationPhotoHash String?
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.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited