fix: Add nft_offer to available account objects (#2100)

Fix #2099
This commit is contained in:
Caleb Kniffen
2022-10-04 11:40:50 -05:00
committed by GitHub
parent b20c05c368
commit 984a58e642

View File

@@ -4,6 +4,7 @@ export type AccountObjectType =
| 'check'
| 'deposit_preauth'
| 'escrow'
| 'nft_offer'
| 'offer'
| 'payment_channel'
| 'signer_list'