@aries-markets/aptos-dao-governance-client
v0.0.16
Published
## Use client
Downloads
21
Readme
Description
Use client
import { getClient } from '@aries-markets/aptos-dao-governance-client';
const trpc = getClient('http://endpoint.com');
const resp = await trpc.proposal.list.query({ daoId: '29' });