Docs.rs
anchor-lang-0.28.0
anchor-lang 0.28.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
Crates.io
Source
Owners
armaniferrante
acheroncrypto
Dependencies
anchor-attribute-access-control ^0.28.0
normal
anchor-attribute-account ^0.28.0
normal
anchor-attribute-constant ^0.28.0
normal
anchor-attribute-error ^0.28.0
normal
anchor-attribute-event ^0.28.0
normal
anchor-attribute-program ^0.28.0
normal
anchor-derive-accounts ^0.28.0
normal
anchor-derive-space ^0.28.0
normal
arrayref ^0.3
normal
base64 ^0.13
normal
bincode ^1
normal
borsh >=0.9, <0.11
normal
bytemuck ^1
normal
getrandom ^0.2
normal
solana-program >=1.14, <1.17
normal
thiserror ^1
normal
Versions
52.55%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
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
☰
Id
Required Methods
id
Implementors
In anchor_lang
?
Trait
anchor_lang
::
Id
source
·
[
−
]
pub trait Id { // Required method fn
id
() ->
Pubkey
; }
Expand description
Defines the id of a program.
Required Methods
§
source
fn
id
() ->
Pubkey
Implementors
§
source
§
impl
Id
for
System