UNPKG

everpay-esm

Version:

everPay client JS-SDK, supports web and nodeJS to make everPay payments

9 lines 536 B
import { ArJWK, ArweaveTransaction, ChainType } from '../types'; import { TransferAsyncParams } from './interface'; export declare const checkArPermissions: (permissions: string[] | string) => Promise<void>; declare const _default: { signMessageAsync: (arJWK: ArJWK, address: string, everHash: string) => Promise<string>; transferAsync: (arJWK: ArJWK, chainType: ChainType, { symbol, token, from, to, value }: TransferAsyncParams) => Promise<ArweaveTransaction>; }; export default _default; //# sourceMappingURL=arweave.d.ts.map