Skip to content

Commit c0bc74b

Browse files
committed
types: throws jsdoc annotation
1 parent 42b7110 commit c0bc74b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/orchestration/src/exos/chain-hub.js

+1
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@ export const makeChainHub = (zone, agoricNames, vowTools) => {
445445
/**
446446
* @param {string} address bech32 address
447447
* @returns {ChainAddress}
448+
* @throws {Error} if chain info not found for bech32Prefix
448449
*/
449450
makeChainAddress(address) {
450451
const prefix = getBech32Prefix(address);

0 commit comments

Comments
 (0)