pub fn process_transit_read_response(
name: &str,
resp: Response,
) -> Result<Vec<ReadResponse<ConsensusPublicKey>>, Error>
Expand description
Processes the response returned by a transit key read vault request.
pub fn process_transit_read_response(
name: &str,
resp: Response,
) -> Result<Vec<ReadResponse<ConsensusPublicKey>>, Error>
Processes the response returned by a transit key read vault request.