@neardefi/shade-agent-js
Version:
This library is intended to be used in conjunction with the [shade agent template](https://github.com/NearDeFi/shade-agent-template/).
9 lines (8 loc) • 544 B
text/typescript
export { TappdClient } from './tappd.cjs';
export { contractCall, contractView, getAccount, getBalance, getCurrentAccountId, getDevAccountKeyPair, getImplicit, networkId, setKey } from './nearProvider.cjs';
export { formatNearAmount, parseNearAmount } from 'near-api-js/lib/utils/format';
export { deriveAgentAccount, getAgentAccount, registerAgent, signWithAgent } from './agentHelpers.cjs';
export { generateAddress } from './kdf.cjs';
export { SearchMode, twitter } from './twitter.cjs';
import 'near-api-js';
import 'agent-twitter-client';