@solana/instructions
Version:
Helpers for creating transaction instructions
9 lines • 391 B
TypeScript
/**
* 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';
export * from './deprecated';
//# sourceMappingURL=index.d.ts.map