RspBuild

@JsonClass(generateAdapter = true)
data class RspBuild(val address: String)

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

Constructors

Link copied to clipboard
fun RspBuild(address: String)

Create empty Rsp build

Properties

Link copied to clipboard

The address of the built node.