Skip to content

Commit

Permalink
Remove encodeProposalTransaction
Browse files Browse the repository at this point in the history
  • Loading branch information
mudrila committed Mar 26, 2024
1 parent b95c8f9 commit a1140b6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/utils/crypto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,6 @@ export const encodeFunction = (
}
};

export const encodeProposalTransaction = (functionName: string, signature: string, data: any) => {
return new utils.Interface([signature]).encodeFunctionData(functionName, data);
};

export function isMultiSigTx(transaction: ActivityTransactionType): boolean {
return transaction.txType === 'MULTISIG_TRANSACTION';
}
Expand Down

0 comments on commit a1140b6

Please sign in to comment.