mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-18 19:25:48 +00:00
fix: Avoid casting when using Currency type for AMM objects (#2451)
Set issuer to never
This commit is contained in:
@@ -2,6 +2,7 @@ export type LedgerIndex = number | ('validated' | 'closed' | 'current')
|
||||
|
||||
export interface XRP {
|
||||
currency: 'XRP'
|
||||
issuer: never
|
||||
}
|
||||
|
||||
export interface IssuedCurrency {
|
||||
|
||||
Reference in New Issue
Block a user