OptionaldocsDocumentation generation options.
OptionalnpmPackageName?: stringNPM package name for the TypeScript client. If provided, will add an NPM badge and link to the package in the generated documentation.
Optionalpath?: stringOutput directory for the generated documentation.
OptionalidlPath to the Anchor IDL file(s). Can be:
Glob patterns are supported for matching multiple files. Overrides the --idl command line option.
OptionalinstructionDefault values for instruction accounts, if applicable.
OptionaloutputOutput directory for the generated client. Overrides the --output command line option.
OptionalrustOutput directory for the generated Rust client.
OptionalvisitorsAdditional root node visitors to apply to the Codama nodes before generating code. These visitors are applied in order after the initial Anchor IDL parsing. Can be either an array of visitors or a function that returns an array of visitors.
Configuration for Coda code generation