feat(types): Add pseudo transactions (#2351)

Add types for `EnableAmendment`, `SetFee`, and `UNLModify` transactions.
This commit is contained in:
Caleb Kniffen
2023-06-29 14:20:36 -05:00
committed by GitHub
parent fd0b2275c1
commit 70500dcc15
6 changed files with 102 additions and 1 deletions

View File

@@ -59,6 +59,9 @@ module.exports = {
'no-shadow': 'off',
'@typescript-eslint/no-shadow': ['error'],
'jsdoc/check-examples': 'off',
// We want to use certain fields like "@interface" to make join types treated as interfaces.
'jsdoc/check-tag-names': 'off',
'jsdoc/require-hyphen-before-param-description': 'off',
'tsdoc/syntax': 'off',
'jsdoc/require-description-complete-sentence': 'off',