Data Classes
StellarTransactionParams
Kotlin Data Class
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Kotlin Data Class
data class StellarTransactionParams(val transaction: String, val signer: String? = null) : TransactionParams
constructor(transaction: String, signer: String? = null)
| Property | Type | Description |
|---|---|---|
signer | String? | - |
transaction | String | - |
Was this page helpful?
