MCPcopy Create free account
hub / github.com/ChainSafe/Delorean-Protocol / new_unchecked

Method new_unchecked

fendermint/vm/message/src/signed.rs:72–74  ·  view source on GitHub ↗

Generate a new signed message from fields. The signature will not be verified.

(message: Message, signature: Signature)

Source from the content-addressed store, hash-verified

70 ///
71 /// The signature will not be verified.
72 pub fn new_unchecked(message: Message, signature: Signature) -> SignedMessage {
73 SignedMessage { message, signature }
74 }
75
76 /// Create a signed message.
77 pub fn new_secp256k1(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected