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

Class UserAccount

program/src/user_account/state.rs:13–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12#[derive(Debug, Clone)]
13pub struct UserAccount {
14 is_initialized: bool,
15 pub account_type: u8,
16 pub owner_pubkey: Pubkey,
17 pub enc_utxos: Vec<u8>,
18 pub modified_ranges: Vec<usize>,
19 pub mode_init: bool,
20}
21
22impl Sealed for UserAccount {}
23

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected