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

Method new

fendermint/rpc/src/message.rs:29–31  ·  view source on GitHub ↗
(addr: Address, sequence: u64)

Source from the content-addressed store, hash-verified

27
28impl MessageFactory {
29 pub fn new(addr: Address, sequence: u64) -> Self {
30 Self { addr, sequence }
31 }
32
33 pub fn address(&self) -> &Address {
34 &self.addr

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected