UNPKG

@solana/instructions

Version:

Helpers for creating transaction instructions

8 lines 361 B
/** * 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'; //# sourceMappingURL=index.d.ts.map