odradev / odra

Odra framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow for constant Address initialization from &'static str.

zie1ony opened this issue · comments

I'd like to be able to write:

const A: Address = Address::new("hash-abc...fff");