mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-25 14:45:48 +00:00
Docs: getFee() returns a string
This commit is contained in:
@@ -802,7 +802,7 @@ return api.getServerInfo().then(info => {/* ... */});
|
|||||||
|
|
||||||
## getFee
|
## getFee
|
||||||
|
|
||||||
`getFee(): Promise<number>`
|
`getFee(): Promise<string>`
|
||||||
|
|
||||||
Returns the estimated transaction fee for the rippled server the RippleAPI instance is connected to.
|
Returns the estimated transaction fee for the rippled server the RippleAPI instance is connected to.
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
## getFee
|
## getFee
|
||||||
|
|
||||||
`getFee(): Promise<number>`
|
`getFee(): Promise<string>`
|
||||||
|
|
||||||
Returns the estimated transaction fee for the rippled server the RippleAPI instance is connected to.
|
Returns the estimated transaction fee for the rippled server the RippleAPI instance is connected to.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user