UNPKG

@perk.money/perk-swap-core

Version:

This npm package contains core logic of Perk Aggregator build on top of NEAR blockchain

4 lines (3 loc) 222 B
import { Transaction } from '@near-wallet-selector/core'; import { Provider } from '../types'; export declare function registerToken(provider: Provider, tokenId: string, user: string): Promise<Transaction | undefined>;