Sep31

data class Sep31(directPaymentServer: String, hasAuth: Boolean, kycServer: String?, anchorQuoteServer: String?)

SEP-31: Cross-border payments API.

Constructors

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

Properties

Link copied to clipboard
val anchorQuoteServer: String?

optional anchor's quote server URL if it supports SEP-38 (https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0038.md)

Link copied to clipboard
val directPaymentServer: String

anchor's cross-border payments server URL

Link copied to clipboard
val hasAuth: Boolean

anchor must support SEP-10 authentication

Link copied to clipboard
val kycServer: String?

optional anchor's KYC server URL