Docs.rs
light-compressed-pda-0.3.1
light-compressed-pda 0.3.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
ananas-block
Dependencies
account-compression ^0.3.2
normal
aligned-sized ^0.1.1
normal
anchor-lang ^0.29.0
normal
borsh ^0.10.0
normal
bytemuck ^1.14
normal
groth16-solana ^0.0.3
normal
light-concurrent-merkle-tree ^0.1.1
normal
light-hasher ^0.1.1
normal
light-heap ^0.1.1
normal
optional
light-macros ^0.3.2
normal
light-utils ^0.1.1
normal
light-verifier ^0.1.1
normal
lazy_static ^1.4.0
dev
light-circuitlib-rs ^0.1.1
dev
light-hash-set ^0.1.1
dev
light-indexed-merkle-tree ^0.1.1
dev
light-merkle-tree-reference ^0.1.1
dev
num-bigint ^0.4.4
dev
num-traits ^0.2.18
dev
rand ^0.8.5
dev
reqwest ^0.12
dev
serde_json ^1.0.114
dev
solana-banks-interface ^1.18.11
dev
solana-cli-output ^1.18.11
dev
solana-program-test ^1.18.11
dev
solana-sdk ^1.18.11
dev
tokio ^1.36.0
dev
solana-sdk ^1.18.11
normal
Versions
12.32%
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_
compressed_
pda
0.3.1
Key
Required Methods
key
Implementors
In light_
compressed_
pda::
invoke_
cpi::
processor
light_compressed_pda
::
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
,