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
|
### Added
|
||||||
* Export deriveAddress from ripple-keypairs in xrpl.js
|
* Export deriveAddress from ripple-keypairs in xrpl.js
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
* Add missing filter types in AccountObjectType
|
||||||
|
|
||||||
## 2.2.1 (2022-04-21)
|
## 2.2.1 (2022-04-21)
|
||||||
### Fixed
|
### Fixed
|
||||||
* Fix return field of nft offer
|
* Fix return field of nft offer
|
||||||
|
|||||||
@@ -2,10 +2,12 @@ export type LedgerIndex = number | ('validated' | 'closed' | 'current')
|
|||||||
|
|
||||||
export type AccountObjectType =
|
export type AccountObjectType =
|
||||||
| 'check'
|
| 'check'
|
||||||
|
| 'deposit_preauth'
|
||||||
| 'escrow'
|
| 'escrow'
|
||||||
| 'offer'
|
| 'offer'
|
||||||
| 'payment_channel'
|
| 'payment_channel'
|
||||||
| 'signer_list'
|
| 'signer_list'
|
||||||
|
| 'ticket'
|
||||||
| 'state'
|
| 'state'
|
||||||
|
|
||||||
interface XRP {
|
interface XRP {
|
||||||
|
|||||||
Reference in New Issue
Block a user