tuweni / org.apache.tuweni.scuttlebutt.lib.model.query / IsFollowingResponse

IsFollowingResponse

open class IsFollowingResponse (source)

Constructors

<init>

IsFollowingResponse()

A response to a query on whether 'source' is following 'destination'

IsFollowingResponse(source: String!, destination: String!, following: Boolean)

Functions

getDestination

open fun getDestination(): String!

getSource

open fun getSource(): String!

isFollowing

open fun isFollowing(): Boolean