near-fast-receipt
v0.1.0
Published
Fast receipt operations on NEAR
Maintainers
Readme
near-fast-receipt
Fast receipt operations on NEAR
Installation
npm install near-fast-receiptUsage
import { NearClient } from 'near-fast-receipt';
const client = new NearClient();
const result = await client.query({ method: 'status' });
console.log(result);API
See src/index.ts for full API documentation.
License
MIT
