Skip to content

Commit

Permalink
Fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ckniffen committed Jun 21, 2023
1 parent 53442c9 commit f60be29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/xrpl/src/models/ledger/AccountRoot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ export default interface AccountRoot extends BaseLedgerEntry {
TransferRate?: number
/** An arbitrary 256-bit value that users can set. */
WalletLocator?: string
/** How many total of this account's issued NFTokens have been burned. This number is always equal or less than MintedNFTokens. */
/** Total NFTokens this account's issued that have been burned. This number is always equal or less than MintedNFTokens. */
BurnedNFTokens?: number
/** The sequence that the account first minted an NFToken */
FirstNFTSequence: number
/** How many total NFToken have been minted by and on behalf of this account. */
/** Total NFTokens have been minted by and on behalf of this account. */
MintedNFTokens?: number
/** Another account that can mint NFTokens on behalf of this account. */
NFTokenMinter?: string
Expand Down

0 comments on commit f60be29

Please sign in to comment.