Remove @param and @return from getMultisigAccount docs

This commit is contained in:
Simon Warta
2022-06-28 09:52:48 +02:00
parent 391279726d
commit 263e246f03
-4
View File
@@ -53,10 +53,6 @@ const createMultisigFromCompressedSecp256k1Pubkeys = async (
* The public key should always be available, either on chain or in the app's database.
* The account is only available when the there was any on-chain activity such as
* receipt of tokens.
*
* @param {string} address The multisig address
* @param client A connected stargate cosmoshub client
* @return {object} The multisig account.
*/
const getMultisigAccount = async (
address: string,