in_sync

Program hello_hello.aleo

Program ID
hello_hello.aleo
Owner signature
sign1lgjl576cfl9l7plzj8rdzd8r0qh26l08wjf653zkkpttuafvjsqzcc5pddlkk2jnvrnrtywhx6hd0gd470c5vpy3p0umlszkdy9xxqxu0cpcvt4wt8ej8uanmkclxj6cah3g3quz8cdjjdpp3vxwwvzuzgsdgg7srknauer6lsetjxcsgjksyklx97q8j0xz3nnja6qqd6vqv3pj3xa
Times called
0
Similar programs
Imports
-
Mappings
-
Structs
-
Records
-
Functions
-
Transitions
hello(public u32, u32) -> u32
Program Source Code (Aleo Instruction) Upload Leo source

program hello_hello.aleo;

function hello:
    input r0 as u32.public;
    input r1 as u32.private;
    add r0 r1 into r2;
    output r2 as u32.private;

Block heightTimestampTransition IDFunction callState
Program has no mappings.
Not implemented