Open pkaminski opened 7 months ago
Would it be possible to get an overload of doesExist that accepts an optional transaction? The workaround is to use get or getKeys, but I'm guessing that those have additional overhead. Thanks.
doesExist
transaction
get
getKeys
Would it be possible to get an overload of
doesExist
that accepts an optionaltransaction
? The workaround is to useget
orgetKeys
, but I'm guessing that those have additional overhead. Thanks.