UNPKG

rubic-sdk-next

Version:
4 lines (3 loc) 298 B
import { PriceTokenAmount } from '../../../common/tokens'; import { BlockchainName } from '../../../core/blockchain/models/blockchain-name'; export declare function getFromWithoutFee<T extends BlockchainName>(from: PriceTokenAmount<T>, platformFeePercent: number | undefined): PriceTokenAmount<T>;