Cargo Features
[dependencies]
solana-transaction-introspection = { version = "0.4.1", default-features = false, features = ["idl-build", "anchor"] }
- default = solana-ed25519-instruction
-
The
solana-ed25519-instruction
feature is set by default wheneversolana-transaction-introspection
is added without
somewhere in the dependency tree.default-features = false - idl-build
-
Enables idl-build of anchor-lang, anchor of solana-ed25519-instruction
- anchor = anchor-lang
-
Enables anchor of solana-ed25519-instruction
Affects
solana-transaction-introspection::typed_transaction
,solana-transaction-introspection::prelude
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- solana-ed25519-instruction default anchor? idl-build?
- anchor-lang anchor? idl-build?