ZEAL-MATCH-LTD
ZEAL-MATCH-LTD
### Do you understand that any feature requests opened in this repository will be closed? Yes Device management is difficult by default let alone when you have 50+ un-named devices....
Feature request for `$in` ```javascript import queryl from 'queryl' const query = { $in: { sports: ['golf', 'basketball', 'running'] } } const data = { sports: ['football', 'hockey', 'swimming', 'golf',...
I am trying to implement a transaction. ```typescript const { publicKey } = useWallet(); const seller_public_key = new PublicKey('DJ5RuoXViJWiLHBrSkH74D9LbTf6iardcnEeQHqCPjKx'); const onClick = React.useCallback(async (_publicKey: PublicKey, _secretKey: Uint8Array) => { if...