UNPKG

@funkit/fun-relay

Version:
9 lines 808 B
export { getRelayClient, initializeRelayClient, type InitializeRelayClientParams, } from './src/client'; export { FUN_RELAY_REFERRER, FUN_RELAY_REVENUE_WALLET, RELAY_TERMINAL_STATUSES, } from './src/constants'; export { type ExecuteRelayQuoteParams, executeRelayQuote, getRelayExecutionInfo, } from './src/execution'; export { parseRelayFees } from './src/fees'; export { getRelayAssetPriceInfo } from './src/price'; export { type GetRelayQuoteParams, getRelayQuote, type RelayQuote, } from './src/quote'; export { getRelayExecutionRefundState, getRelayExecutionState, isRelayExecutionTerminalStatus, convertFunToRelayTokenAddress, } from './src/utils'; export { LogLevel, type RelayExecutionInfo, type RelayExecutionStatus, type RelayTokenPriceInfo, } from './src/types'; //# sourceMappingURL=index.d.ts.map