Cargo Features
clone-solana-vote-interface has no features set by default.
[dependencies]
clone-solana-vote-interface = { version = "2.2.2", features = ["bincode", "dev-context-only-utils", "frozen-abi", "serde"] }
- bincode dev-context-only-utils? = serde
-
Enables bincode ^1.3.3, clone-solana-serialize-utils, and clone-solana-system-interface
Affects
instruction::create_account_with_config
,instruction::authorize
,instruction::authorize_checked
,instruction::authorize_with_seed
,instruction::authorize_checked_with_seed
,instruction::update_validator_identity
,instruction::update_commission
,instruction::vote
,instruction::vote_switch
,instruction::update_vote_state
,instruction::update_vote_state_switch
,instruction::compact_update_vote_state
,instruction::compact_update_vote_state_switch
,instruction::tower_sync
,instruction::tower_sync_switch
,instruction::withdraw
… - dev-context-only-utils = bincode
-
Enables arbitrary, dev-context-only-utils of clone-solana-pubkey
- frozen-abi = serde
-
Enables clone-solana-frozen-abi and clone-solana-frozen-abi-macro, frozen-abi of clone-solana-hash, clone-solana-pubkey, and clone-solana-short-vec
- serde bincode? frozen-abi?
-
Enables clone-solana-serde-varint, clone-solana-short-vec, serde, and serde_derive, serde of clone-solana-hash and clone-solana-pubkey
Affects
state::serde_compact_vote_state_update
,state::serde_tower_sync
…