Package org.stellar.walletsdk.toml

Types

Link copied to clipboard
data class InfoContact(name: String?, email: String?, keybase: String?, telegram: String?, twitter: String?, github: String?, idPhotoHash: String?, verificationPhotoHash: String?)
Link copied to clipboard
data class InfoCurrency(code: String, issuer: String?, codeTemplate: String?, status: String?, displayDecimals: Int?, name: String?, desc: String?, conditions: String?, image: String?, fixedNumber: Int?, maxNumber: Int?, isUnlimited: Boolean?, isAssetAnchored: Boolean?, anchorAssetType: String?, anchorAsset: String?, attestationOfReserve: String?, redemptionInstructions: String?, collateralAddresses: List<String>?, collateralAddressMessages: List<String>?, collateralAddressSignatures: List<String>?, regulated: Boolean?, approvalServer: String?, approvalCriteria: String?)
Link copied to clipboard
data class InfoDocumentation(orgName: String?, orgDba: String?, orgUrl: String?, orgLogo: String?, orgDescription: String?, orgPhysicalAddress: String?, orgPhysicalAddressAttestation: String?, orgPhoneNumber: String?, orgPhoneNumberAttestation: String?, orgKeybase: String?, orgTwitter: String?, orgGithub: String?, orgOfficialEmail: String?, orgSupportEmail: String?, orgLicensingAuthority: String?, orgLicenseType: String?, orgLicenseNumber: String?)
Link copied to clipboard
data class InfoServices(sep6: Sep6?, sep10: Sep10?, sep12: Sep12?, sep24: Sep24?, sep31: Sep31?)
Link copied to clipboard
data class InfoValidator(alias: String?, displayName: String?, publicKey: String?, host: String?, history: String?)
Link copied to clipboard
data class Sep10(webAuthEndpoint: String, signingKey: String)

SEP-10: Stellar web authentication.

Link copied to clipboard
data class Sep12(kycServer: String, signingKey: String)

SEP-12: Stellar KYC endpoint.

Link copied to clipboard
data class Sep24(transferServerSep24: String, hasAuth: Boolean)

SEP-24: Hosted/interactive deposit and withdrawal.

Link copied to clipboard
data class Sep31(directPaymentServer: String, hasAuth: Boolean, kycServer: String?, anchorQuoteServer: String?)

SEP-31: Cross-border payments API.

Link copied to clipboard
data class Sep6(transferServer: String, anchorQuoteServer: String?)

SEP-6: Deposit and withdrawal API.

Link copied to clipboard
data class TomlInfo(version: String?, networkPassphrase: String?, federationServer: String?, authServer: String?, transferServer: String?, transferServerSep24: String?, kycServer: String?, webAuthEndpoint: String?, signingKey: String?, horizonUrl: String?, accounts: List<String>?, uriRequestSigningKey: String?, directPaymentServer: String?, anchorQuoteServer: String?, documentation: InfoDocumentation?, principals: List<InfoContact>?, currencies: List<InfoCurrency>?, validators: List<InfoValidator>?)