tuweni / org.apache.tuweni.scuttlebutt.lib.model.query / IsFollowingResponse / <init>

<init>

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

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

Parameters

source - String!: the source node

destination - String!: the destination node

following - Boolean: true if source is following destination, false otherwise