Docs.rs
account-compression-2.0.0
account-compression 2.0.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
ananas-block
Dependencies
aligned-sized ^1.1.0
normal
anchor-lang =0.31.1
normal
bytemuck ^1.19.0
normal
light-account-checks ^0.3.0
normal
light-batched-merkle-tree ^0.3.0
normal
light-bounded-vec ^2.0.0
normal
light-compressed-account ^0.3.0
normal
light-concurrent-merkle-tree ^2.1.0
normal
light-hash-set ^2.1.0
normal
light-hasher ^3.1.0
normal
light-heap ^2.0.0
normal
optional
light-indexed-merkle-tree ^2.1.0
normal
light-merkle-tree-metadata ^0.3.0
normal
light-zero-copy ^0.2.0
normal
num-bigint ^0.4.6
normal
solana-security-txt ^1.1.1
normal
zerocopy ^0.8.25
normal
light-merkle-tree-reference ^2.0.0
dev
rand ^0.8.5
dev
solana-sdk ^2.2
normal
Versions
21.78%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
account_
compression
2.0.0
Key
Required Methods
key
Implementors
In account_
compression::
processor::
initialize_
address_
merkle_
tree
account_compression
::
processor
::
initialize_address_merkle_tree
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
AccountInfo
<'_>
Source
§
impl
Key
for
Pubkey
Source
§
impl
Key
for
Signer
<'_>
Source
§
impl
Key
for
SystemAccount
<'_>
Source
§
impl
Key
for
UncheckedAccount
<'_>
Source
§
impl<T>
Key
for
Account
<'_, T>
where T:
AccountSerialize
+
AccountDeserialize
+
Clone
,
Source
§
impl<T>
Key
for
AccountLoader
<'_, T>
where T:
ZeroCopy
+
Owner
,
Source
§
impl<T>
Key
for
Interface
<'_, T>
where T:
AccountDeserialize
,
Source
§
impl<T>
Key
for
InterfaceAccount
<'_, T>
where T:
AccountSerialize
+
AccountDeserialize
+
Clone
,
Source
§
impl<T>
Key
for
Program
<'_, T>
where T:
AccountDeserialize
,
Source
§
impl<T>
Key
for
Sysvar
<'_, T>
where T:
Sysvar
,