circle-check
Our docs are AI-ready. Use them as context for any AI, or ask questions via the search bar.

dollar-signGet Balances

Params

/**
 * Get Balance Params
 */
export type GetBalanceParams = {
  /**
   * Addresses of the escrows to get the balance
   */
  addresses: string[];
};

Last updated

Was this helpful?