mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 20:25:48 +00:00
fix linter warnings
This commit is contained in:
@@ -37,6 +37,7 @@ export interface XChainAddAccountCreateAttestation extends BaseTransaction {
|
||||
* @param tx - A XChainAddAccountCreateAttestation Transaction.
|
||||
* @throws When the XChainAddAccountCreateAttestation is malformed.
|
||||
*/
|
||||
// eslint-disable-next-line max-lines-per-function, complexity -- needed
|
||||
export function validateXChainAddAccountCreateAttestation(
|
||||
tx: Record<string, unknown>,
|
||||
): void {
|
||||
|
||||
@@ -35,6 +35,7 @@ export interface XChainAddClaimAttestation extends BaseTransaction {
|
||||
* @param tx - A XChainAddClaimAttestation Transaction.
|
||||
* @throws When the XChainAddClaimAttestation is malformed.
|
||||
*/
|
||||
// eslint-disable-next-line max-lines-per-function, complexity -- needed
|
||||
export function validateXChainAddClaimAttestation(
|
||||
tx: Record<string, unknown>,
|
||||
): void {
|
||||
|
||||
Reference in New Issue
Block a user