mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
fix linting issues
This commit is contained in:
@@ -12,7 +12,7 @@ export interface XChainAddAttestation extends BaseTransaction {
|
||||
|
||||
XChainBridge: XChainBridge
|
||||
|
||||
XChainClaimAttestationBatch: {
|
||||
XChainClaimAttestationBatch: Array<{
|
||||
XChainClaimAttestationBatchElement: {
|
||||
Account: string
|
||||
|
||||
@@ -29,10 +29,11 @@ export interface XChainAddAttestation extends BaseTransaction {
|
||||
WasLockingChainSend: 0 | 1
|
||||
|
||||
XChainClaimID: string
|
||||
}[]
|
||||
}
|
||||
}
|
||||
}>
|
||||
|
||||
XChainCreateAccountAttestationBatch: {}[]
|
||||
// TODO: update this once it's been implemented in rippled
|
||||
XChainCreateAccountAttestationBatch: Array<Record<string, never>>
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user