mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
feat(types): Add pseudo transactions (#2351)
Add types for `EnableAmendment`, `SetFee`, and `UNLModify` transactions.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user