pub async fn certify_transaction(
    authority: &AuthorityState,
    transaction: Transaction
) -> Result<VerifiedCertificate, SuiError>