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_compression0.5.0

Owner

Required Methods

  • owner

Object Safety

Implementors

In account_compression::processor::initialize_address_merkle_tree

Trait account_compression::processor::initialize_address_merkle_tree::Owner

source ·
pub trait Owner {
    // Required method
    fn owner() -> Pubkey;
}
Expand description

Defines an address expected to own an account.

Required Methods§

source

fn owner() -> Pubkey

Object Safety§

This trait is not object safe.

Implementors§

source§

impl Owner for UpgradeableLoaderState

source§

impl Owner for AppendLeavesToMerkleTrees

source§

impl Owner for DeregisterProgram

source§

impl Owner for InitializeAddressMerkleTreeAndQueue

source§

impl Owner for InitializeGroupAuthority

source§

impl Owner for InitializeStateMerkleTreeAndNullifierQueue

source§

impl Owner for InsertAddresses

source§

impl Owner for InsertIntoNullifierQueues

source§

impl Owner for NullifyLeaves

source§

impl Owner for RegisterProgramToGroup

source§

impl Owner for RolloverAddressMerkleTreeAndQueue

source§

impl Owner for RolloverStateMerkleTreeAndNullifierQueue

source§

impl Owner for UpdateAddressMerkleTree

source§

impl Owner for UpdateGroupAuthority

source§

impl Owner for RegisteredProgram

source§

impl Owner for AccessMetadata

source§

impl Owner for AddressMerkleTreeAccount

source§

impl Owner for GroupAuthority

source§

impl Owner for MerkleTreeMetadata

source§

impl Owner for StateMerkleTreeAccount

source§

impl Owner for QueueAccount

source§

impl Owner for QueueMetadata

source§

impl Owner for RolloverMetadata

source§

impl Owner for ProgramData