anchor-utils
Utility functions for working with Anchor programs in Solana.
Features
anchor_instruction- Helper function to create Solana instructions from Anchor's generateddeclare_program!client structs
Usage
use anchor_instruction;
use ;
// Create an instruction using Anchor's generated types
let instruction = anchor_instruction;
License
Copyright (c) 2025 Ian Macalinao. Licensed under the Apache License, Version 2.0.