Expand description
Re-exports§
pub use codec;pub use polkavm_derive;pub use service;pub use cjam;pub use testing;
Modules§
- host
- Host calls
- logging
- This module is extracted from
jam-pvm-commonwith fixes - prelude
- Re-export the prelude types
Macros§
- debug
- Log a message with the
debuglevel. Regular formatting may be used. - error
- Log a message with the
errorlevel. Regular formatting may be used. - info
- Log a message with the
infolevel. Regular formatting may be used. - trace
- Log a message with the
tracelevel. Regular formatting may be used. - warn
- Log a message with the
warnlevel. Regular formatting may be used.
Attribute Macros§
- accumulate
- Export the accumulate interface
- is_
authorized - Export the is_authorized interface
- refine
- Export the refine interface