pub fn create_slatepack_message<'a, L, C, K>(
    wallet_inst: Arc<Mutex<Box<dyn WalletInst<'a, L, C, K>>>>,
    keychain_mask: Option<&SecretKey>,
    slate: &Slate,
    sender_index: Option<u32>,
    recipients: Vec<SlatepackAddress>
) -> Result<String, Error>
where L: WalletLCProvider<'a, C, K>, C: NodeClient + 'a, K: Keychain + 'a,
Expand description

Create a slatepack message from the given slate