Docs: getFee() returns a string

This commit is contained in:
Elliot Lee
2018-01-23 16:13:27 -08:00
parent b7d636d157
commit 6d39e072f8
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -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.