add shielded command

This commit is contained in:
DenioD
2020-10-01 17:30:23 +02:00
parent 37cb3a99f7
commit ac696847c4
3 changed files with 73 additions and 12 deletions

View File

@@ -1992,6 +1992,7 @@ impl LightWallet {
consensus_branch_id: u32,
spend_params: &[u8],
output_params: &[u8],
transparent_only: bool,
tos: Vec<(&str, u64, Option<String>)>,
broadcast_fn: F
) -> Result<(String, Vec<u8>), String>