@solana/compat
Version:
Helpers for converting from legacy web3js classes
12 lines • 441 B
TypeScript
/**
* This package contains utilities for converting from legacy web3.js classes to the data
* structures in Kit. 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 './instruction';
export * from './keypair';
export * from './transaction';
//# sourceMappingURL=index.d.ts.map