@okxweb3/coin-stellar
Version:
@okxweb3/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
11 lines (10 loc) • 327 B
TypeScript
import { GetDerivedPathParam } from "@okxweb3/coin-base";
import { StellarWallet } from "./StellarWallet";
export declare const PINetworks: {
TESTNET: string;
TESTNET2: string;
MAINNET: string;
};
export declare class PIWallet extends StellarWallet {
getDerivedPath(param: GetDerivedPathParam): Promise<any>;
}