Expand description
Low-level instruction builders — one function per Kvault instruction.
Each function takes an *Accounts struct and returns a single
solana_instruction::Instruction. The caller supplies every account
address manually.
For a higher-level API that auto-derives PDAs and remaining accounts,
see helpers.