Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
ink
bd4b51e3f8077580c0613bc34e2212b8e9096c4c
bd4b51e3f8077580c0613bc34e2212b8e9096c4c
Switch branch/tag
ink
..
fail
invalid_parameter_type_02.rs
Find file
Normal view
History
Permalink
invalid_parameter_type_02.rs
78 Bytes
Newer
Older
Implement selector_id!, selector_bytes! and blake2x256! macros (#947)
Robin Freyler
committed
Oct 04, 2021
1
2
3
4
5
use
ink_lang
as
ink
;
const
_
:
[
u8
;
32
]
=
ink
::
blake2x256!
(
42
);
fn
main
()
{}