Type Definition mv_async_vm::async_vm::Message  
source · [−]pub type Message = (AccountAddress, u64, Vec<Vec<u8>>);Expand description
Represents a message being sent, consisting of target address, message hash, and arguments.
pub type Message = (AccountAddress, u64, Vec<Vec<u8>>);Represents a message being sent, consisting of target address, message hash, and arguments.