CustodyAccountAdapter

Adapter interface for interacting with the Custody Account Domain.

This interface provides methods to perform operations related to custody accounts.

Functions

Link copied to clipboard
abstract fun searchCustodyAccounts(custodyAccountSearchRequestDto: CustodyAccountSearchRequestDto, page: Int, size: Int, sortOrder: List<SortOrder>): CustodyAccountSearchResponseDto

Searches for custody accounts based on the specified parameters.