rubic-sdk-next
Version:
Simplify dApp creation
4 lines (3 loc) • 298 B
TypeScript
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>;