UNPKG

@keypo/typescript-sdk

Version:

A TypeScript SDK for using Keypo

4 lines (3 loc) 319 B
import { Client, Transport, Chain, Account } from "viem"; import { type ShareConfig } from "./utils/types"; export declare function shareData(dataIdentifier: string, walletClient: Client<Transport, Chain, Account>, recipientAddresses: string[], config: ShareConfig, authorization: any, debug?: boolean): Promise<void>;