Get Balances
Params
/**
* Get Balance Params
*/
export type GetBalanceParams = {
/**
* Addresses of the escrows to get the balance
*/
addresses: string[];
};Last updated
Was this helpful?
/**
* Get Balance Params
*/
export type GetBalanceParams = {
/**
* Addresses of the escrows to get the balance
*/
addresses: string[];
};Last updated
Was this helpful?