Json output
Compare changes
Files
19+ 230
− 14
@@ -4,6 +4,7 @@ use crate::entities::vault_account::AccountTreeNode;
@@ -4,6 +4,7 @@ use crate::entities::vault_account::AccountTreeNode;
@@ -25,34 +26,49 @@ pub fn compute_vault_key_files_table(vault_key_addresses: &[String]) -> Result<T
@@ -25,34 +26,49 @@ pub fn compute_vault_key_files_table(vault_key_addresses: &[String]) -> Result<T
@@ -60,9 +76,10 @@ fn add_account_tree_node_to_table(
@@ -60,9 +76,10 @@ fn add_account_tree_node_to_table(
@@ -93,25 +110,33 @@ pub fn compute_vault_accounts_row(
@@ -93,25 +110,33 @@ pub fn compute_vault_accounts_row(
@@ -125,15 +150,101 @@ pub fn compute_vault_accounts_row(
@@ -125,15 +150,101 @@ pub fn compute_vault_accounts_row(
@@ -191,5 +302,110 @@ mod tests {
@@ -191,5 +302,110 @@ mod tests {