data class Stellar(val contractId: String, val method: String, val args: Map<String, String>, val memo: String? = null) : RawTransactionParams
Constructors
constructor(contractId: String, method: String, args: Map<String, String>, memo: String? = null)
Properties
| Property | Type | Description |
|---|---|---|
args | Map<String, String> | - |
contractId | String | - |
memo | String? | - |
method | String | - |

