Construct, plan and execute transactions from multiple instructions.
npm install @solana/instruction-plans[![npm][npm-image]][npm-url]
[![npm-downloads][npm-downloads-image]][npm-url]
[![code-style-prettier][code-style-prettier-image]][code-style-prettier-url]
[code-style-prettier-image]: https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square
[code-style-prettier-url]: https://github.com/prettier/prettier
[npm-downloads-image]: https://img.shields.io/npm/dm/@solana/instruction-plans?style=flat
[npm-image]: https://img.shields.io/npm/v/@solana/instruction-plans?style=flat
[npm-url]: https://www.npmjs.com/package/@solana/instruction-plans
This package contains types and functions for planning transaction from multiple instructions. It can be used standalone, but it is also exported as part of Kit @solana/kit.
You can read more about instruction plans in the official Kit documentation.