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