UNPKG

@mojito-inc/core-service

Version:

Mojito Core API service for auction, payment, token

13 lines (12 loc) 278 B
import { FeeService } from './FeeService'; /** * Returns tax and fee service * * @remarks * This method is part of the tax and fee service * * @returns {@link FeeService} tax and fee service * */ declare const useFee: () => FeeService; export default useFee;