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

IsFollowingQuery

open class IsFollowingQuery (source)

Constructors

<init>

IsFollowingQuery()

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

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

Functions

getDest

open fun getDest(): String!

getSource

open fun getSource(): String!