UNPKG

@okxweb3/coin-stellar

Version:

@ok/coin-stellar is a Stellar SDK for building Web3 wallets and applications. It supports Stellar and PI blockchains, enabling private key management, address generation, transaction signing, trustline creation, and asset transfers

5 lines (4 loc) 208 B
export function sign(data: any, secretKey: any): any; export function verify(data: any, signature: any, publicKey: any): any; export function generate(secretKey: any): any; export const FastSigning: boolean;