[−][src]Macro eosio_macros::s
Macro for converting EOSIO symbols into u64
representations at
compile time.
Examples
use eosio_macros::s; assert_eq!(s!(4, "EOS"), 1397703940);
Macro for converting EOSIO symbols into u64
representations at
compile time.
use eosio_macros::s; assert_eq!(s!(4, "EOS"), 1397703940);