Update accountObjects.ts

This commit is contained in:
Denis Angell
2023-09-26 09:18:57 +02:00
parent edc11a1f88
commit 39d0a04c22

View File

@@ -3,6 +3,7 @@ import {
Check,
DepositPreauth,
Escrow,
Hook,
Offer,
PayChannel,
RippleState,
@@ -17,6 +18,7 @@ type AccountObjectType =
| 'check'
| 'deposit_preauth'
| 'escrow'
| 'hook'
| 'nft_offer'
| 'offer'
| 'payment_channel'
@@ -75,6 +77,7 @@ type AccountObject =
| Check
| DepositPreauth
| Escrow
| Hook
| Offer
| PayChannel
| SignerList