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

IsFollowingQuery

open class IsFollowingQuery (source)

Constructors

<init>

IsFollowingQuery()IsFollowingQuery(source: String, dest: String)

A query body to check whether the 'source' is following the 'destination' user.

Functions

getDest

open fun getDest(): String

getSource

open fun getSource(): String