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