Point Of Contact
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.
Constructors
Properties
Link copied to clipboard
SHA-256 hash of a photo of the principal's government-issued photo ID.
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."