ReqBuild

@JsonClass(generateAdapter = true)
data class ReqBuild(val apiId: String, val origin: String, val address: String? = null)

The request for the build method call in the Platform Channel.

It requires an apiId] and an origin]. If no address is provided the SDK will create a new one

Constructors

Link copied to clipboard
fun ReqBuild(apiId: String, origin: String, address: String? = null)

Create empty Req build

Properties

Link copied to clipboard
val address: String? = null
Link copied to clipboard
Link copied to clipboard