@kamino-finance/klend-sdk
Version:
Typescript SDK for interacting with the Kamino Lending (klend) protocol
12 lines • 458 B
TypeScript
import { Address } from '@solana/kit';
export declare const DEFAULT_PUBLIC_KEY: Address;
export declare const WRAPPED_SOL_MINT: Address;
export declare const NULL_PUBKEY: Address;
export declare const COMPUTE_BUDGET_PROGRAM_ID: Address;
/**
* Helper function to check if a configured pubkey is null or default.
* @param pubkey
* @returns {boolean}
*/
export declare function isNotNullPubkey(pubkey: Address): boolean;
//# sourceMappingURL=pubkey.d.ts.map