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
Properties
- email ↔ String
-
Business email address for the principal.
read / write
- github ↔ String
-
Personal Github account.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- idPhotoHash ↔ String
-
SHA-256 hash of a photo of the principal's government-issued photo ID.
read / write
- keybase ↔ String
-
Personal Keybase account. Should include proof of ownership for other online accounts, as well as the organization's domain.
read / write
- name ↔ String
-
Full legal name.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- telegram ↔ String
-
Personal Telegram account.
read / write
- twitter ↔ String
-
Personal Twitter account.
read / write
- 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.
read / write
Methods
-
noSuchMethod(
Invocation invocation ) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other ) → bool -
The equality operator. [...]
inherited