Skip to content

Commit

Permalink
Update dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
gulcinuras committed Nov 12, 2024
1 parent 8ec6637 commit 9755b86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/governance/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ declare class TinymanGovernanceClient {
suggestedParams?: SuggestedParams;
}): Promise<Transaction[]>;
fetchProposalVotingAppGlobalState(): Promise<ProposalVotingAppGlobalState>;
getRequiredTinyPowerToCreateProposal(totalTinyPower: number): Promise<number>;
getRequiredTinyPowerToCreateProposal(totalTinyPower?: number): Promise<number>;
}
export { TinymanGovernanceClient };
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

0 comments on commit 9755b86

Please sign in to comment.