bitsy-wallet/app/src/main/java/cy/agorise/bitsybitshareswallet/models/NodeWS.kt

8 lines
165 B
Kotlin

package cy.agorise.bitsybitshareswallet.models
/**
* Node object used to deserialize the response from the WebService.
*/
data class NodeWS(
val url: String
)