mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-18 15:31:32 +03:00
5 lines
155 B
Plaintext
5 lines
155 B
Plaintext
function main(owner: address) {
|
|
const sender = aleo1qnr4dkkvkgfqph0vzc3y6z2eu975wnpz2925ntjccd5cfqxtyu8sta57j8;
|
|
|
|
console.assert(owner == sender);
|
|
} |