mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
add missing filter types in AccountObjectType (#1978)
* add missing types in AccountObjectType
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user