Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Wallets V1
Kotlin Data Class
data class Stellar(val contractId: String, val method: String, val args: Map<String, String>, val memo: String? = null) : RawTransactionParams
constructor(contractId: String, method: String, args: Map<String, String>, memo: String? = null)
val args: Map<String, String>
val contractId: String
val memo: String? = null
val method: String
Was this page helpful?