UNPKG
@iguanadex/v3-sdk
Version:
latest (3.8.2)
3.8.2
3.8.0
⚒️ An SDK for building applications on top of IguanaDEX V3
@iguanadex/v3-sdk
/
dist
/
utils
/
parseProtocolFees.d.ts
3 lines
•
183 B
TypeScript
View Raw
1
2
3
import
{
Percent
}
from
'@iguanadex/swap-sdk-core'
;
export
declare
function
parseProtocolFees
(
feeProtocol
:
number
|
string
):
Percent
[];
//# sourceMappingURL=parseProtocolFees.d.ts.map