Docs.rs
light-system-program-1.2.0
light-system-program 1.2.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
ananas-block
Dependencies
account-compression ^1.2.0
normal
aligned-sized ^1.1.0
normal
anchor-lang =0.29.0
normal
groth16-solana ^0.0.3
normal
light-concurrent-merkle-tree ^1.1.0
normal
light-hasher ^1.1.0
normal
light-heap ^1.1.0
normal
optional
light-indexed-merkle-tree ^1.1.0
normal
light-macros ^1.1.0
normal
light-utils ^1.1.0
normal
light-verifier ^1.1.0
normal
solana-security-txt ^1.1.0
normal
rand ^0.8.5
dev
solana-sdk =1.18.22
normal
Versions
19.67%
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
light_
system_
program
1.2.0
Key
Required Methods
key
Implementors
In light_
system_
program::
invoke_
cpi::
processor
light_system_program
::
invoke_cpi
::
processor
Trait
Key
Copy item path
Source
pub trait Key { // Required method fn
key
(&self) ->
Pubkey
; }
Expand description
Defines the Pubkey of an account.
Required Methods
§
Source
fn
key
(&self) ->
Pubkey
Implementors
§
Source
§
impl
Key
for
Pubkey
Source
§
impl<'info>
Key
for
AccountInfo
<'info>
Source
§
impl<'info>
Key
for
Signer
<'info>
Source
§
impl<'info>
Key
for
SystemAccount
<'info>
Source
§
impl<'info>
Key
for
UncheckedAccount
<'info>
Source
§
impl<'info, T>
Key
for
Account
<'info, T>
where T:
AccountSerialize
+
AccountDeserialize
+
Clone
,
Source
§
impl<'info, T>
Key
for
AccountLoader
<'info, T>
where T:
ZeroCopy
+
Owner
,
Source
§
impl<'info, T>
Key
for
Interface
<'info, T>
where T:
AccountDeserialize
,
Source
§
impl<'info, T>
Key
for
InterfaceAccount
<'info, T>
where T:
AccountSerialize
+
AccountDeserialize
+
Clone
,
Source
§
impl<'info, T>
Key
for
Program
<'info, T>
where T:
AccountDeserialize
,
Source
§
impl<'info, T>
Key
for
Sysvar
<'info, T>
where T:
Sysvar
,