|
@@ -96,7 +96,7 @@ pub trait Database: Debug {
|
|
|
state: Option<Vec<State>>,
|
|
state: Option<Vec<State>>,
|
|
|
spending_conditions: Option<Vec<SpendingConditions>>,
|
|
spending_conditions: Option<Vec<SpendingConditions>>,
|
|
|
) -> Result<Vec<ProofInfo>, Self::Err>;
|
|
) -> Result<Vec<ProofInfo>, Self::Err>;
|
|
|
- /// Get balance efficiently using SQL aggregation
|
|
|
|
|
|
|
+ /// Get balance
|
|
|
async fn get_balance(
|
|
async fn get_balance(
|
|
|
&self,
|
|
&self,
|
|
|
mint_url: Option<MintUrl>,
|
|
mint_url: Option<MintUrl>,
|