leo/compiler/tests/address/input.leo

5 lines
156 B
Plaintext
Raw Normal View History

2020-07-06 16:17:08 +03:00
function main(owner: address) {
let sender = address(aleo1qnr4dkkvkgfqph0vzc3y6z2eu975wnpz2925ntjccd5cfqxtyu8sta57j8);
assert_eq!(owner, sender);
}