Skip to content

Commit

Permalink
types: throws jsdoc annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpatrickdev committed Nov 18, 2024
1 parent 9c9a7a5 commit cd0c2bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/orchestration/src/exos/chain-hub.js
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,7 @@ export const makeChainHub = (zone, agoricNames, vowTools) => {
/**
* @param {string} address bech32 address
* @returns {ChainAddress}
* @throws {Error} if chain info not found for bech32Prefix
*/
makeChainAddress(address) {
const prefix = getBech32Prefix(address);
Expand Down

0 comments on commit cd0c2bf

Please sign in to comment.