Skip to main content

OnchainMessage

Trait OnchainMessage 

Source
pub trait OnchainMessage: SignedMessageNep {
    const ONCHAIN_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§