Docs.rs
cronos-program-0.1.8
cronos-program 0.1.8
Docs.rs crate page
Apache-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
nickgarfield
Dependencies
anchor-lang ^0.22.0
normal
solana-program ^1.9.9
normal
Versions
26.91%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
AuthorityAccount
Required Methods
init
Implementations on Foreign Types
Account<'_, Authority>
Implementors
In cronos_program::state::authority
?
Trait
cronos_program
::
state
::
authority
::
AuthorityAccount
source
·
[
−
]
pub trait AuthorityAccount { fn
init
(&mut self, bump:
u8
) ->
Result
<
()
>; }
Expand description
AuthorityAccount
Required methods
source
fn
init
(&mut self, bump:
u8
) ->
Result
<
()
>
Implementations on Foreign Types
source
impl
AuthorityAccount
for
Account
<'_,
Authority
>
source
fn
init
(&mut self, bump:
u8
) ->
Result
<
()
>
Implementors