0.0.16 • Published 2 years ago
@aries-markets/aptos-dao-governance-client v0.0.16
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' });