pub async fn balance_info(
    client_sender: &mut Sender<RequestMessage>
) -> Result<CommandResponse<BalanceResponse>, Error>
Expand description

Makes a balance enquiry to the registry

Arguments

  • client_sender - Reference to the tokio channel into the client