buildGetQuery

fun buildGetQuery(transactionId: ByteArray, nodeId: Sha1Hash, target: Sha1Hash, seq: Long? = null): Entry

Build a get query: a{id, target, seq?}. Port of get_item::invoke (a["target"]=target); seq is the optional BEP-44 read filter.