pub fn smo<A: CheckRegId, B: CheckRegId, C: CheckRegId, D: CheckRegId>(
recipient_addr: A,
data_addr: B,
data_len: C,
coins: D,
) -> Instruction
Expand description
Send a message to recipient address with call abi, coins, and output.
pub fn smo<A: CheckRegId, B: CheckRegId, C: CheckRegId, D: CheckRegId>(
recipient_addr: A,
data_addr: B,
data_len: C,
coins: D,
) -> Instruction
Send a message to recipient address with call abi, coins, and output.