@1984 Ford Laser , are you talking about a capability like [this](<https://lumenize.com/docs/rpc/qui

@1984 Ford Laser , are you talking about a capability like this?
using client = getLumenizeClient('instance-name');
client.ctx.storage.kv.put('key', 'value');
const result = await client.ctx.storage.kv.get('key');
expect(result).toBe('value');
Was this page helpful?