Package org. stellar. walletsdk. toml
Types
Link copied to clipboard
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?)
Content copied to clipboard
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?)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
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>?)
Content copied to clipboard