add missing filter types in AccountObjectType (#1978)

* add missing types in AccountObjectType
This commit is contained in:
Omar Khan
2022-04-29 11:44:12 -04:00
committed by GitHub
parent 0b9c27ff5f
commit 1c6b175619
2 changed files with 5 additions and 0 deletions

View File

@@ -6,6 +6,9 @@ Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xr
### Added
* Export deriveAddress from ripple-keypairs in xrpl.js
### Fixed
* Add missing filter types in AccountObjectType
## 2.2.1 (2022-04-21)
### Fixed
* Fix return field of nft offer

View File

@@ -2,10 +2,12 @@ export type LedgerIndex = number | ('validated' | 'closed' | 'current')
export type AccountObjectType =
| 'check'
| 'deposit_preauth'
| 'escrow'
| 'offer'
| 'payment_channel'
| 'signer_list'
| 'ticket'
| 'state'
interface XRP {