Struct light_registry::account_compression_cpi::sdk::UpdateAddressMerkleTreeInstructionInputs
source · pub struct UpdateAddressMerkleTreeInstructionInputs {
pub authority: Pubkey,
pub address_merkle_tree: Pubkey,
pub address_queue: Pubkey,
pub changelog_index: u16,
pub indexed_changelog_index: u16,
pub value: u16,
pub low_address_index: u64,
pub low_address_value: [u8; 32],
pub low_address_next_index: u64,
pub low_address_next_value: [u8; 32],
pub low_address_proof: [[u8; 32]; 16],
pub is_metadata_forester: bool,
}Fields§
§address_merkle_tree: Pubkey§address_queue: Pubkey§changelog_index: u16§indexed_changelog_index: u16§value: u16§low_address_index: u64§low_address_value: [u8; 32]§low_address_next_index: u64§low_address_next_value: [u8; 32]§low_address_proof: [[u8; 32]; 16]§is_metadata_forester: boolAuto Trait Implementations§
impl Freeze for UpdateAddressMerkleTreeInstructionInputs
impl RefUnwindSafe for UpdateAddressMerkleTreeInstructionInputs
impl Send for UpdateAddressMerkleTreeInstructionInputs
impl Sync for UpdateAddressMerkleTreeInstructionInputs
impl Unpin for UpdateAddressMerkleTreeInstructionInputs
impl UnwindSafe for UpdateAddressMerkleTreeInstructionInputs
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more