UNPKG

@perk.money/perk-swap-core

Version:

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

5 lines (4 loc) 287 B
import { Action, Transaction } from '@near-wallet-selector/core'; import JSBI from 'jsbi'; export declare const builWithdrawNearActions: (amount: JSBI) => Promise<Action[]>; export declare const buildWithdrawNearTransaction: (signerId: string, amount: JSBI) => Promise<Transaction>;