/** * This package contains types for creating transaction instructions. 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 './accounts'; export * from './instruction'; export * from './roles';