@solana/addresses
Version:
Helpers for generating account addresses
11 lines • 385 B
TypeScript
/**
* This package contains utilities for generating account addresses. It can be used standalone, but
* it is also exported as part of Kit
* [`@solana/kit`](https://github.com/anza-xyz/kit/tree/main/packages/kit).
*
* @packageDocumentation
*/
export * from './address';
export * from './program-derived-address';
export * from './public-key';
//# sourceMappingURL=index.d.ts.map