fix: Avoid casting when using Currency type for AMM objects (#2451)

Set issuer to never
This commit is contained in:
Jackson Mills
2023-08-29 15:48:44 -07:00
committed by GitHub
parent d91c6e4abf
commit c912abeede

View File

@@ -2,6 +2,7 @@ export type LedgerIndex = number | ('validated' | 'closed' | 'current')
export interface XRP {
currency: 'XRP'
issuer: never
}
export interface IssuedCurrency {