MCPcopy Create free account
hub / github.com/Lightprotocol/light-protocol-v1 / NullifierState

Class NullifierState

program/src/nullifier_state.rs:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7#[derive(Clone, Debug)]
8pub struct NullifierState {
9 pub is_initialized: bool,
10 pub account_type: u8,
11}
12
13impl Sealed for NullifierState {}
14impl IsInitialized for NullifierState {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected