LitecoinApi
LitecoinApi
Method
HTTP request
Description
createLitecoinAccount
Example
// Import classes:
//import org.usemoonai.moonsdk.infrastructure.*
//import org.usemoonai.moonsdk.models.*
val apiInstance = LitecoinApi()
val authorization : kotlin.String = authorization_example // kotlin.String |
val litecoinInput : LitecoinInput = // LitecoinInput |
try {
val result : AccountAPIResponse = apiInstance.createLitecoinAccount(authorization, litecoinInput)
println(result)
} catch (e: ClientException) {
println("4xx response calling LitecoinApi#createLitecoinAccount")
e.printStackTrace()
} catch (e: ServerException) {
println("5xx response calling LitecoinApi#createLitecoinAccount")
e.printStackTrace()
}Parameters
Name
Type
Description
Notes
Return type
Authorization
HTTP request headers
getLitecoinAccount
Example
Parameters
Name
Type
Description
Notes
Return type
Authorization
HTTP request headers
listLitecoinAccounts
Example
Parameters
Name
Type
Description
Notes
Return type
Authorization
HTTP request headers
signLitecoinTransaction
Example
Parameters
Name
Type
Description
Notes
Return type
Authorization
HTTP request headers
Last updated