mirror of
https://github.com/Xahau/xahau.js.git
synced 2026-04-29 15:37:50 +00:00
Update packages/xrpl/src/models/common/index.ts
Co-authored-by: tequ <git@tequ.dev>
This commit is contained in:
@@ -17,7 +17,7 @@ export interface IssuedCurrencyAmount extends IssuedCurrency {
|
||||
|
||||
export type Amount = IssuedCurrencyAmount | string
|
||||
|
||||
export type AmountEntry = Amount
|
||||
export type AmountEntry = { AmountEntry: { Amount: Amount } }
|
||||
|
||||
export interface Signer {
|
||||
Signer: {
|
||||
|
||||
Reference in New Issue
Block a user