leo/compiler/tests/input_files/program_state/input/token_withdraw.state

24 lines
590 B
Plaintext
Raw Normal View History

2020-07-31 04:17:55 +03:00
[[public]]
[state]
leaf_index: u32 = 0;
2020-09-02 21:25:49 +03:00
root: [u8; 32] = [0u8; 32];
2020-07-31 04:17:55 +03:00
[[private]]
[record]
2020-09-02 21:25:49 +03:00
serial_number: [u8; 32] = [0u8; 32];
commitment: [u8; 32] = [0u8; 32];
2020-07-31 04:17:55 +03:00
owner: address = aleo1qnr4dkkvkgfqph0vzc3y6z2eu975wnpz2925ntjccd5cfqxtyu8sta57j8;
value: u64 = 5;
2020-09-02 21:25:49 +03:00
payload: [u8; 32] = [0u8; 32];
birth_program_id: [u8; 32] = [0u8; 32];
death_program_id: [u8; 32] = [0u8; 32];
serial_number_nonce: [u8; 32] = [0u8; 32];
commitment_randomness: [u8; 32] = [0u8; 32];
2020-07-31 04:17:55 +03:00
[state_leaf]
path: [u8; 128] = [0u8; 128];
2020-09-02 21:25:49 +03:00
memo: [u8; 32] = [0u8; 32];
2020-07-31 04:17:55 +03:00
network_id: u8 = 0;
2020-09-02 21:25:49 +03:00
leaf_randomness: [u8; 32] = [0u8; 32];