@particle-network/wallet
Version:
A wallet component that can be easily injected into the developer's website to provide rich custom styles.
8 lines (7 loc) • 361 B
TypeScript
import { type CustomEventHandler, type ProjectConfig, type WalletConfig, type WalletOption } from './types';
export declare function walletUrl({ projectConfig, walletOptions, options, customEventHandler, }: {
projectConfig: ProjectConfig;
walletOptions: WalletOption;
options?: WalletConfig;
customEventHandler?: CustomEventHandler;
}): string;