From 263e246f035d394e91270e60e08c7ac230b8ebb9 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Tue, 28 Jun 2022 09:52:48 +0200 Subject: [PATCH] Remove @param and @return from getMultisigAccount docs --- lib/multisigHelpers.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/multisigHelpers.ts b/lib/multisigHelpers.ts index e973c99..3fb5ee0 100644 --- a/lib/multisigHelpers.ts +++ b/lib/multisigHelpers.ts @@ -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,