txWithAddress

fun <T : Any> txWithAddress(address: ByteArray?, mapper: (txIdem: ByteArray?) -> T): Query<T>
fun txWithAddress(address: ByteArray?): Query<TxWithAddress>