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