Trait OffchainMessage

Source
pub trait OffchainMessage: SignedMessageNep {
    const OFFCHAIN_PREFIX_TAG: u32 = _;
}
Expand description

NEP-461 prefix_tag

Provided Associated Constants§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§