Docs.rs
safecoin-stake-program-1.6.16
safecoin-stake-program 1.6.16
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
Fair-Exchange
Dependencies
bincode ^1.3.1
normal
log ^0.4.11
normal
num-derive ^0.3
normal
num-traits ^0.2
normal
safecoin-config-program =1.6.16
normal
safecoin-sdk =1.6.16
normal
safecoin-vote-program =1.6.16
normal
serde ^1.0.122
normal
serde_derive ^1.0.103
normal
solana-frozen-abi =1.6.16
normal
solana-frozen-abi-macro =1.6.16
normal
solana-metrics =1.6.16
normal
thiserror ^1.0
normal
safecoin-logger =1.6.16
dev
rustc_version ^0.2
build
Versions
14.29%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Type Definition RewriteStakeStatus
Other items in
solana_stake_program
::
stake_state
?
Type Definition
solana_stake_program
::
stake_state
::
RewriteStakeStatus
[
−
]
[src]
pub type RewriteStakeStatus =
(
&'static
str
,
(
u64
,
u64
)
,
(
u64
,
u64
)
)
;