pub fn get_issuers_batch( start_principal: Option<Principal>, limit: usize ) -> Vec<(Principal, Issuer)>
Retrieves a batch of issuers starting from the given principal.
start_principal
limit