Docs.rs
account-compression-0.5.0
account-compression 0.5.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
ananas-block
Dependencies
aligned-sized ^0.3.0
normal
anchor-lang =0.29.0
normal
bytemuck ^1.16
normal
light-bounded-vec ^0.3.0
normal
light-concurrent-merkle-tree ^0.3.0
normal
light-hash-set ^0.3.0
normal
light-hasher ^0.3.0
normal
light-heap ^0.3.0
normal
optional
light-indexed-merkle-tree ^0.3.0
normal
light-utils ^0.3.0
normal
num-bigint ^0.4
normal
num-traits ^0.2.18
normal
solana-security-txt ^1.1.0
normal
solana-sdk =1.18.11
normal
Versions
17.19%
of the crate is documented
Go to latest version
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
account_compression
0.5.0
Key
Required Methods
key
Implementors
In account_compression::processor::initialize_address_merkle_tree
Trait
account_compression
::
processor
::
initialize_address_merkle_tree
::
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
,