CreateIntegratedAddressResponse

@Serializable
data class CreateIntegratedAddressResponse(val id: Int, val jsonrpc: String, val result: CreateIntegratedAddressResponseResult)

Create integrated address response.

Author

Marcus Cvjeticanin

Since

0.3.0

Constructors

Link copied to clipboard
constructor(id: Int, jsonrpc: String, result: CreateIntegratedAddressResponseResult)

Properties

Link copied to clipboard
val id: Int
Link copied to clipboard
Link copied to clipboard