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